Home
last modified time | relevance | path

Searched refs:getMaxFlatWorkGroupSize (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600Subtarget.h147 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
148 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
HDAMDGPUSubtarget.h272 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
HDGCNSubtarget.h1552 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1553 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
HDAMDGPUSubtarget.cpp420 return std::pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
441 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
HDAMDGPUHSAMetadataStreamer.cpp502 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
HDSIMachineFunctionInfo.h1034 unsigned getMaxFlatWorkGroupSize() const {
HDAMDGPUAttributor.cpp173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h234 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
HDAMDGPUBaseInfo.cpp985 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function