Searched refs:getMaxFlatWorkGroupSize (Results 1 – 8 of 8) sorted by relevance
222 virtual unsigned getMaxFlatWorkGroupSize() const = 0;1200 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1201 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()1337 unsigned getMaxFlatWorkGroupSize() const override { in getMaxFlatWorkGroupSize() function1338 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(this); in getMaxFlatWorkGroupSize()
359 return std::make_pair(1u, getMaxFlatWorkGroupSize()); in getDefaultFlatWorkGroupSize()380 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
231 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()911 Kern.getDocument()->getNode(MFI.getMaxFlatWorkGroupSize()); in getHSAKernelProps()
835 unsigned getMaxFlatWorkGroupSize() const {
1056 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
1244 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress()
116 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI);
316 unsigned getMaxFlatWorkGroupSize(const MCSubtargetInfo *STI) { in getMaxFlatWorkGroupSize() function