Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h457 LiveIntervals *getLIS() { return LIS; } in getLIS() function
DSIMachineScheduler.cpp329 LiveIntervals *LIS = DAG->getLIS(); in initRegPressure()
1370 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1396 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h304 LiveIntervals *getLIS() const { return LIS; } in getLIS() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1685 LiveIntervals *LIS = DAG->getLIS(); in constrainLocalCopy()
1817 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()
1818 RegionEndIdx = DAG->getLIS()->getInstructionIndex( in apply()