Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h521 void getDownwardPressure(const MachineInstr *MI,
532 return getDownwardPressure(MI, PressureResult, MaxPressureResult); in getPressureAfterInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp79 TempTracker.getDownwardPressure(SU->getInstr(), Pressure, MaxPressure); in initCandidate()
DSIMachineScheduler.cpp271 TopRPTracker.getDownwardPressure(SU->getInstr(), pressure, MaxPressure); in pickNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp1381 getDownwardPressure(const MachineInstr *MI, in getDownwardPressure() function in RegPressureTracker