Searched refs:MaxNumVGPRs (Results 1 – 5 of 5) sorted by relevance
82 unsigned MaxNumVGPRs; member in __anonf2e497000111::GCNNSAReassign149 if (NumRegs > MaxNumVGPRs) in scavengeRegs()151 unsigned MaxReg = MaxNumVGPRs - NumRegs + AMDGPU::VGPR0; in scavengeRegs()236 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()237 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(MFI->getOccupancy()), MaxNumVGPRs); in runOnMachineFunction()
152 unsigned MaxNumVGPRs; member in __anon25733a380111::GCNRegBankReassign593 unsigned MaxNumRegs = (Bank < NUM_VGPR_BANKS) ? MaxNumVGPRs in scavengeReg()742 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()744 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(Occupancy), MaxNumVGPRs); in runOnMachineFunction()
696 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs() local702 F, "amdgpu-num-vgpr", MaxNumVGPRs); in getMaxNumVGPRs()713 MaxNumVGPRs = Requested; in getMaxNumVGPRs()716 return MaxNumVGPRs; in getMaxNumVGPRs()
199 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs() local201 for (unsigned i = MaxNumVGPRs; i < TotalNumVGPRs; ++i) { in getReservedRegs()210 for (unsigned i = 0; i < MaxNumVGPRs; ++i) { in getReservedRegs()
466 unsigned MaxNumVGPRs = alignDown(getTotalNumVGPRs(STI) / WavesPerEU, in getMaxNumVGPRs() local469 return std::min(MaxNumVGPRs, AddressableNumVGPRs); in getMaxNumVGPRs()