Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h145 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
146 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUSubtarget.cpp155 return std::pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()
176 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUSubtarget.h343 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1673 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function
1674 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
H A DAMDGPUAttributor.cpp188 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
1329 unsigned MaxFlatWgrpSize = ST.getMaxFlatWorkGroupSize(); in updateWavesPerEU()
H A DAMDGPUHSAMetadataStreamer.cpp532 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
H A DSIMachineFunctionInfo.h1125 unsigned getMaxFlatWorkGroupSize() const {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h252 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp1179 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function