Searched refs:getMaxFlatWorkGroupSize (Results 1 – 9 of 9) sorted by relevance
154 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function155 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
210 virtual unsigned getMaxFlatWorkGroupSize() const = 0;
1114 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1115 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
421 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()442 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
211 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()872 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
864 unsigned getMaxFlatWorkGroupSize() const {
1214 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
192 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
581 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function