Searched refs:getMinNumVGPRs (Results 1 – 5 of 5) sorted by relevance
936 unsigned getMinNumVGPRs(unsigned WavesPerEU) const { in getMinNumVGPRs() function937 return AMDGPU::IsaInfo::getMinNumVGPRs(this, WavesPerEU); in getMinNumVGPRs()
618 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getMaxNumVGPRs()
875 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU())); in getSIProgramInfo()
166 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
385 unsigned getMinNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumVGPRs() function