Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h198 class PressureDiffs {
204 PressureDiffs() = default;
205 ~PressureDiffs() { free(PDiffArray); } in ~PressureDiffs()
216 return const_cast<PressureDiffs*>(this)->operator[](Idx);
DScheduleDAGInstrs.h45 class PressureDiffs; variable
312 PressureDiffs *PDiffs = nullptr,
DMachineScheduler.h398 PressureDiffs SUPressureDiffs;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp646 void PressureDiffs::init(unsigned N) { in init()
657 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction()
DScheduleDAGInstrs.cpp728 PressureDiffs *PDiffs, in buildSchedGraph()