Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp1121 RegPressureDelta Delta2; in getMaxUpwardPressureDelta() local
1122 getUpwardPressureDelta(MI, *PDiff, Delta2, CriticalPSets, MaxPressureLimit); in getMaxUpwardPressureDelta()
1123 if (Delta != Delta2) { in getMaxUpwardPressureDelta()
1136 if (Delta2.Excess.isValid()) in getMaxUpwardPressureDelta()
1137 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet()) in getMaxUpwardPressureDelta()
1138 << " " << Delta2.Excess.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1139 if (Delta2.CriticalMax.isValid()) in getMaxUpwardPressureDelta()
1140 dbgs() << "Critic2 " << TRI->getRegPressureSetName(Delta2.CriticalMax.getPSet()) in getMaxUpwardPressureDelta()
1141 << " " << Delta2.CriticalMax.getUnitInc() << "\n"; in getMaxUpwardPressureDelta()
1142 if (Delta2.CurrentMax.isValid()) in getMaxUpwardPressureDelta()
[all …]