Home
last modified time | relevance | path

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

/freebsd-14.2/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.h1443 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
1444 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
H A DSIMachineFunctionInfo.h1012 unsigned getMinFlatWorkGroupSize() const {
H A DAMDGPUSubtarget.cpp420 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
H A DAMDGPUAttributor.cpp173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h218 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp919 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function