Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
1104 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function1105 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
952 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs()
739 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
258 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
734 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function