Searched refs:getAddressableNumVGPRs (Results 1 – 4 of 4) sorted by relevance
930 unsigned getAddressableNumVGPRs() const { in getAddressableNumVGPRs() function931 return AMDGPU::IsaInfo::getAddressableNumVGPRs(this); in getAddressableNumVGPRs()
1353 HardwareLimits.NumVGPRsMax = ST->getAddressableNumVGPRs(); in runOnMachineFunction()
381 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI) { in getAddressableNumVGPRs() function393 return std::min(MinNumVGPRs, getAddressableNumVGPRs(STI)); in getMinNumVGPRs()401 unsigned AddressableNumVGPRs = getAddressableNumVGPRs(STI); in getMaxNumVGPRs()
162 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI);