Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
1483 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function1484 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
847 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs()
916 CreateExpr(STM.getMinNumVGPRs(MaxWaves))}, in getSIProgramInfo()
306 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
1195 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function1212 return getMinNumVGPRs(STI, MinWavesPerEU); in getMinNumVGPRs()