Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
1379 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function1380 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
832 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs()
816 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
289 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
1093 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function1110 return getMinNumVGPRs(STI, MinWavesPerEU); in getMinNumVGPRs()