Home
last modified time | relevance | path

Searched refs:Excess (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp145 Excess.dump(); in dump()
962 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
983 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
984 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1126 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1128 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1135 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1137 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1184 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()
1191 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()
[all …]
H A DVLIWMachineScheduler.cpp687 ResCount -= (Delta.Excess.getUnitInc() * PriorityOne); in SchedulingCost()
697 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
701 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
H A DMachineScheduler.cpp3083 P = Cand.RPDelta.Excess; in traceCandidate()
3475 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
3477 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
3478 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
3507 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
3508 Cand.RPDelta.Excess, in tryCandidate()
H A DMachinePipeliner.cpp2041 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
2044 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
2045 << ":" << RPDelta.Excess.getUnitInc() << "\n"); in registerPressureFilter()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h241 PressureChange Excess; member
248 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp67 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp173 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
174 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
179 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
180 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
410 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1216 for (int Excess = NumBytes; Excess < 8; Excess++) in dumpELFData() local
1217 AsciiData[Excess] = '\0'; in dumpELFData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2915 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
2922 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
2945 Size = std::max<int>(Size - Excess, 0); in HandleByVal()