Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
1194 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function1195 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
778 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs()
821 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
278 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
877 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function