Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp787 CurrentTop = CurrentBottom; in checkSchedLimit()
835 if (&*CurrentTop == MI) in schedule()
836 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
846 if (&*CurrentTop == MI) in schedule()
847 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
1608 TopRPTracker.setPos(CurrentTop); in initQueues()
1619 if (&*CurrentTop == MI) in scheduleMI()
1620 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
1622 moveInstruction(MI, CurrentTop); in scheduleMI()
1653 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h286 MachineBasicBlock::iterator CurrentTop; variable
333 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
/freebsd-14.2/contrib/llvm-project/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()