Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp145 Excess.dump(); in dump()
956 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
977 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
978 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1129 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1130 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()
1131 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1138 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1139 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()
1140 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
[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.cpp3124 P = Cand.RPDelta.Excess; in traceCandidate()
3514 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
3516 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
3517 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
3546 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
3547 Cand.RPDelta.Excess, in tryCandidate()
H A DMachinePipeliner.cpp2101 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
2104 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
2105 << ":" << RPDelta.Excess.getUnitInc() << "\n"); in registerPressureFilter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h241 PressureChange Excess; member
248 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp67 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp253 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
254 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
259 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
260 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
497 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1391 for (int Excess = NumBytes; Excess < 8; Excess++) in dumpELFData() local
1392 AsciiData[Excess] = '\0'; in dumpELFData()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2929 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
2936 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
2959 Size = std::max<int>(Size - Excess, 0); in HandleByVal()