Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp145 Excess.dump(); in dump()
965 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
986 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
987 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1129 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1131 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1138 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1140 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1187 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()
1194 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()
[all …]
H A DMachineScheduler.cpp2774 P = Cand.RPDelta.Excess; in traceCandidate()
3166 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
3168 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
3169 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
3198 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
3199 Cand.RPDelta.Excess, in tryCandidate()
H A DMachinePipeliner.cpp1677 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
1680 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
1681 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h240 PressureChange Excess; member
247 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp67 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand, in tryCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp108 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32); in initCandidate()
109 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
114 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32); in initCandidate()
115 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()
677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp932 for (int Excess = NumBytes; Excess < 8; Excess++) in dumpELFData() local
933 AsciiData[Excess] = '\0'; in dumpELFData()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2814 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
2821 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
2844 Size = std::max<int>(Size - Excess, 0); in HandleByVal()