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()
269 virtual unsigned getMinFlatWorkGroupSize() const = 0;
1547 unsigned getMinFlatWorkGroupSize() const override { in getMinFlatWorkGroupSize() function1548 return AMDGPU::IsaInfo::getMinFlatWorkGroupSize(this); in getMinFlatWorkGroupSize()
1029 unsigned getMinFlatWorkGroupSize() const {
439 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
231 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI);
981 unsigned getMinFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMinFlatWorkGroupSize() function