Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h239 virtual unsigned getMinFlatWorkGroupSize() const = 0;
H A DGCNSubtarget.h1258 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function
1259 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
H A DAMDGPUAttributor.cpp160 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
H A DSIMachineFunctionInfo.h902 unsigned getMinFlatWorkGroupSize() const {
H A DAMDGPUSubtarget.cpp387 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h209 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp710 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function