Home
last modified time | relevance | path

Searched refs:CurrentTop (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp755 CurrentTop = CurrentBottom; in checkSchedLimit()
803 if (&*CurrentTop == MI) in schedule()
804 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
814 if (&*CurrentTop == MI) in schedule()
815 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
1400 TopRPTracker.setPos(CurrentTop); in initQueues()
1411 if (&*CurrentTop == MI) in scheduleMI()
1412 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
1414 moveInstruction(MI, CurrentTop); in scheduleMI()
1445 if (&*CurrentTop == MI) { in scheduleMI()
[all …]
H A DSafeStack.cpp457 Value *CurrentTop = in createStackRestorePoints() local
459 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
H A DVLIWMachineScheduler.cpp258 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h283 MachineBasicBlock::iterator CurrentTop; variable
330 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h449 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
H A DSIMachineScheduler.cpp1987 TopRPTracker.setPos(CurrentTop); in schedule()
1998 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dmisched-top-rptracker-sync.ll6 ; Assertion `TopRPTracker.getPos() == CurrentTop && "out of sync"' failed.