Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterPressure.cpp943 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
964 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
965 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1107 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1108 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()
1109 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1116 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1117 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()
1118 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1165 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()
[all …]
DMachineScheduler.cpp2503 P = Cand.RPDelta.Excess; in traceCandidate()
2865 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs() in initCandidate()
2867 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":" in initCandidate()
2868 << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
2896 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
2897 Cand.RPDelta.Excess, in tryCandidate()
DMachinePipeliner.cpp1885 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
1888 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
1889 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp922 Delta.Excess = PressureChange(); in computeExcessPressureDelta()
943 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()
944 Delta.Excess.setUnitInc(PDiff); in computeExcessPressureDelta()
1086 if (Delta.Excess.isValid()) in getMaxUpwardPressureDelta()
1087 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet()) in getMaxUpwardPressureDelta()
1088 << " " << Delta.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1095 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1096 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()
1097 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1144 if (!Delta.Excess.isValid()) { in getUpwardPressureDelta()
[all …]
DMachineScheduler.cpp2423 P = Cand.RPDelta.Excess; in traceCandidate()
2779 DEBUG(if (Cand.RPDelta.Excess.isValid()) in initCandidate()
2781 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) in initCandidate()
2782 << ":" << Cand.RPDelta.Excess.getUnitInc() << "\n"); in initCandidate()
2810 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess, in tryCandidate()
2811 Cand.RPDelta.Excess, in tryCandidate()
DMachinePipeliner.cpp1759 if (RPDelta.Excess.isValid()) { in registerPressureFilter()
1761 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet()) in registerPressureFilter()
1762 << ":" << RPDelta.Excess.getUnitInc()); in registerPressureFilter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h243 PressureChange Excess;
250 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h224 PressureChange Excess;
231 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1662 for (int Excess = 8 - NumBytes; Excess < 8; Excess++) in DisassembleObject() local
1663 AsciiData[Excess] = '\0'; in DisassembleObject()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp526 ResCount -= (Delta.Excess.getUnitInc()*PriorityTwo); in SchedulingCost()
/external/mesa3d/docs/relnotes/
D12.0.2.rst41 GL Excess demo renders incorrectly on nv43
D13.0.0.rst77 GL Excess demo renders incorrectly on nv43
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp2005 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
2012 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
2035 Size = std::max<int>(Size - Excess, 0); in HandleByVal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp2206 unsigned Excess = 4 * (ARM::R4 - Reg); in HandleByVal() local
2213 if (NSAAOffset != 0 && Size > Excess) { in HandleByVal()
2236 Size = std::max<int>(Size - Excess, 0); in HandleByVal()
/external/brotli/tests/testdata/
Dplrabn12.txt4346 Excess, before the all-bounteous King, who showered