Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h459 LiveIntervals *getLIS() { return LIS; } in getLIS() function
DSIMachineScheduler.cpp330 LiveIntervals *LIS = DAG->getLIS(); in initRegPressure()
1381 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1407 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h450 LiveIntervals *getLIS() { return LIS; } in getLIS() function
DSIMachineScheduler.cpp309 LiveIntervals *LIS = DAG->getLIS(); in initRegPressure()
1221 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1247 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h270 LiveIntervals *getLIS() const { return LIS; } in getLIS() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h306 LiveIntervals *getLIS() const { return LIS; } in getLIS() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1595 LiveIntervals *LIS = DAG->getLIS(); in constrainLocalCopy()
1730 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()
1731 RegionEndIdx = DAG->getLIS()->getInstructionIndex( in apply()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1668 LiveIntervals *LIS = DAG->getLIS(); in constrainLocalCopy()
1800 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()
1801 RegionEndIdx = DAG->getLIS()->getInstructionIndex( in apply()