Searched refs:getMaxFlatWorkGroupSize (Results 1 – 8 of 8) sorted by relevance
212 unsigned getMaxFlatWorkGroupSize() const { in getMaxFlatWorkGroupSize() function213 return AMDGPU::IsaInfo::getMaxFlatWorkGroupSize(SubtargetFeatureBits); in getMaxFlatWorkGroupSize()
548 unsigned getMaxFlatWorkGroupSize() const { in getMaxFlatWorkGroupSize() function
293 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
223 HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize(); in getHSACodeProps()
942 MFI->getLDSWaveSpillSize() * MFI->getMaxFlatWorkGroupSize(); in getSIProgramInfo()
1040 unsigned WorkGroupSize = MFI->getMaxFlatWorkGroupSize(); in calculateLDSSpillAddress()
115 unsigned getMaxFlatWorkGroupSize(const FeatureBitset &Features);
274 unsigned getMaxFlatWorkGroupSize(const FeatureBitset &Features) { in getMaxFlatWorkGroupSize() function