Searched refs:getMaxFlatWorkGroupSize (Results 1 – 9 of 9) sorted by relevance
145 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function146 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
155 return std::pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()176 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
343 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
1673 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1674 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
188 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()1329 unsigned MaxFlatWgrpSize = ST.getMaxFlatWorkGroupSize(); in updateWavesPerEU()
532 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
1125 unsigned getMaxFlatWorkGroupSize() const {
252 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
1179 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function