Searched refs:getAddressableNumVGPRs (Results 1 – 5 of 5) sorted by relevance
1150 unsigned getAddressableNumVGPRs() const { in getAddressableNumVGPRs() function1151 return AMDGPU::IsaInfo::getAddressableNumVGPRs(this); in getAddressableNumVGPRs()
393 unsigned TotalVGPRs = AMDGPU::IsaInfo::getAddressableNumVGPRs(&ST); in schedule()
1482 HardwareLimits.NumVGPRsMax = ST->getAddressableNumVGPRs(); in runOnMachineFunction()
448 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI) { in getAddressableNumVGPRs() function460 return std::min(MinNumVGPRs, getAddressableNumVGPRs(STI)); in getMinNumVGPRs()468 unsigned AddressableNumVGPRs = getAddressableNumVGPRs(STI); in getMaxNumVGPRs()
178 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI);