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.cpp141 Excess.dump(); in dump()
950 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
971 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
972 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1117 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1118 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()
1119 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1126 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1127 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()
1128 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
[all …]
H A DVLIWMachineScheduler.cpp684 ResCount -= (Delta.Excess.getUnitInc() * PriorityOne); in SchedulingCost()
694 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
698 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
H A DMachineScheduler.cpp3421 P = Cand.RPDelta.Excess; in traceCandidate()
3937 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
3939 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
3940 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
3969 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
3970 Cand.RPDelta.Excess, in tryCandidate()
H A DMachinePipeliner.cpp2301 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
2304 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
2305 << ":" << RPDelta.Excess.getUnitInc() << "\n"); in registerPressureFilter()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h244 PressureChange Excess; member
251 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.cpp290 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
291 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
296 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
297 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
553 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
657 if (tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1462 for (int Excess = NumBytes; Excess < 8; Excess++) in dumpELFData() local
1463 AsciiData[Excess] = '\0'; in dumpELFData()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3049 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
3056 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
3079 Size = std::max<int>(Size - Excess, 0); in HandleByVal()