Home
last modified time | relevance | path

Searched refs:getMinFlatWorkGroupSize (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h142 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
143 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
H A DAMDGPUSubtarget.h269 virtual unsigned getMinFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1547 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
1548 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
H A DSIMachineFunctionInfo.h1029 unsigned getMinFlatWorkGroupSize() const {
H A DAMDGPUSubtarget.cpp439 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUAttributor.cpp173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h231 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp981 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function