Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp746 CurrentTop = CurrentBottom; in checkSchedLimit()
796 if (&*CurrentTop == MI) in schedule()
797 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
807 if (&*CurrentTop == MI) in schedule()
808 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule()
1397 TopRPTracker.setPos(CurrentTop); in initQueues()
1408 if (&*CurrentTop == MI) in scheduleMI()
1409 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
1411 moveInstruction(MI, CurrentTop); in scheduleMI()
1442 if (&*CurrentTop == MI) { in scheduleMI()
[all …]
H A DSafeStack.cpp456 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local
457 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h276 MachineBasicBlock::iterator CurrentTop; variable
334 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h457 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
H A DSIMachineScheduler.cpp2028 TopRPTracker.setPos(CurrentTop); in schedule()
2040 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp240 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()