Home
last modified time | relevance | path

Searched refs:getAGPRNum (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h65 unsigned getAGPRNum() const { return Value[AGPR]; } in getAGPRNum() function
210 << " ArchVGPRs, " << Target.RP.getAGPRNum() << '/' << Target.MaxVGPRs
217 OS << ", " << Target.RP.getArchVGPRNum() + Target.RP.getAGPRNum() << '/'
243 return RP.getArchVGPRNum() + RP.getAGPRNum() <= 2 * MaxVGPRs; in satisifiesVGPRBanksTarget()
H A DGCNRegPressure.cpp157 static_cast<int>(ST.hasGFX90AInsts() ? (getAGPRNum() - MaxArchVGPRs) in less()
158 : (getAGPRNum() - MaxVGPRs)), in less()
161 static_cast<int>(ST.hasGFX90AInsts() ? (O.getAGPRNum() - MaxArchVGPRs) in less()
162 : (O.getAGPRNum() - MaxVGPRs)), in less()
237 << "AGPRs: " << RP.getAGPRNum(); in print()
414 SRI->isAGPRClass(RC) ? RP.getAGPRNum() : RP.getArchVGPRNum(); in isSaveBeneficial()
H A DGCNSchedStrategy.cpp196 Pressure[AMDGPU::RegisterPressureSets::AGPR_32] = NewPressure.getAGPRNum(); in getRegisterPressures()
1335 PressureAfter.getAGPRNum() > MaxArchVGPRs || in checkScheduling()