Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
927 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function928 return AMDGPU::IsaInfo::getMinNumVGPRs(MCSubtargetInfo::getFeatureBits(), in getMinNumVGPRs()
616 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getMaxNumVGPRs()
867 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
173 unsigned getMinNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU);
389 unsigned getMinNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU) { in getMinNumVGPRs() function