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()
242 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
1263 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1264 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
368 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()389 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
212 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()895 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
160 return {ST.getMinFlatWorkGroupSize(), ST.getMaxFlatWorkGroupSize()}; in getMaximumFlatWorkGroupRange()
907 unsigned getMaxFlatWorkGroupSize() const {
212 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
714 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function