Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp112 Cand.RPDelta.Excess = PressureChange(SRI->getVGPRPressureSet()); in initCandidate()
113 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit); in initCandidate()
117 Cand.RPDelta.Excess = PressureChange(SRI->getSGPRPressureSet()); in initCandidate()
118 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit); in initCandidate()
227 if (TopCand.Reason == RegExcess && TopCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
229 } else if (BotCand.Reason == RegExcess && BotCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp942 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
963 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
964 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1106 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1107 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()
1108 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1115 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1117 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1164 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()
1171 Delta.Excess = PressureChange(PSetID); in getUpwardPressureDelta()
[all …]
H A DMachineScheduler.cpp2572 P = Cand.RPDelta.Excess; in traceCandidate()
2951 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
2953 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
2954 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
2982 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
2983 Cand.RPDelta.Excess, in tryCandidate()
H A DMachinePipeliner.cpp1396 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
1399 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
1400 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h243 PressureChange Excess;
250 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp666 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()
676 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() || in SchedulingCost()
680 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/" in SchedulingCost()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1741 for (int Excess = 8 - NumBytes; Excess < 8; Excess++) in disassembleObject() local
1742 AsciiData[Excess] = '\0'; in disassembleObject()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2207 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
2214 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
2237 Size = std::max<int>(Size - Excess, 0); in HandleByVal()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-1997949 * rs6000.c (function_arg): Excess floating point arguments don't
H A DFSFChangeLog.11575 * rs6000.c (function_arg): Excess floating point arguments don't
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo2106 Excess whitespace, comments, and character constants
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo5193 whitespace after the semicolon). Excess whitespace causes difficulties