Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h451 LiveIntervals *getLIS() { return LIS; } in getLIS() function
H A DSIMachineScheduler.cpp310 LiveIntervals *LIS = DAG->getLIS(); in initRegPressure()
1338 DAG->getLIS()->handleMove(*MI, /*UpdateFlags=*/true); in scheduleInsideBlocks()
1364 DAG->getLIS()->handleMove(*POld, /*UpdateFlags=*/true); in scheduleInsideBlocks()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h315 LiveIntervals *getLIS() const { return LIS; } in getLIS() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1826 LiveIntervals *LIS = DAG->getLIS(); in constrainLocalCopy()
1956 RegionBeginIdx = DAG->getLIS()->getInstructionIndex(*FirstPos); in apply()
1957 RegionEndIdx = DAG->getLIS()->getInstructionIndex( in apply()