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;
1552 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1553 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
420 return std::pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()441 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
502 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
1034 unsigned getMaxFlatWorkGroupSize() const {
173 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
234 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
985 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function