Searched refs:getMaxFlatWorkGroupSize (Results 1 – 9 of 9) sorted by relevance
147 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function148 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
272 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
1448 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1449 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
401 return std::pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()422 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
496 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
1017 unsigned getMaxFlatWorkGroupSize() const {
173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
221 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
923 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function