Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h452 LiveIntervals *getLIS() { return LIS; } in getLIS() function
H A DSIMachineScheduler.cpp310 LiveIntervals *LIS = DAG->getLIS(); in initRegPressure()
1352 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1378 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h308 LiveIntervals *getLIS() const { return LIS; } in getLIS() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1821 LiveIntervals *LIS = DAG->getLIS(); in constrainLocalCopy()
1951 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()
1952 RegionEndIdx = DAG->getLIS()->getInstructionIndex( in apply()