Searched refs:getMinFlatWorkGroupSize (Results 1 – 8 of 8) sorted by relevance
142 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function143 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
239 virtual unsigned getMinFlatWorkGroupSize() const = 0;
1258 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function1259 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
160 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
902 unsigned getMinFlatWorkGroupSize() const {
387 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
209 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
710 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function