Searched refs:CurrentTop (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 665 CurrentTop = CurrentBottom; in checkSchedLimit() 715 if (&*CurrentTop == MI) in schedule() 716 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 718 moveInstruction(MI, CurrentTop); in schedule() 722 priorNonDebug(CurrentBottom, CurrentTop); in schedule() 726 if (&*CurrentTop == MI) in schedule() 727 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 740 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 807 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1130 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() [all …]
|
D | SafeStack.cpp | 483 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local 484 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 741 CurrentTop = CurrentBottom; in checkSchedLimit() 793 if (&*CurrentTop == MI) in schedule() 794 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 796 moveInstruction(MI, CurrentTop); in schedule() 800 priorNonDebug(CurrentBottom, CurrentTop); in schedule() 804 if (&*CurrentTop == MI) in schedule() 805 CurrentTop = nextIfDebug(++CurrentTop, priorII); in schedule() 818 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 881 CurrentTop = nextIfDebug(RegionBegin, RegionEnd); in initQueues() 1247 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() [all …]
|
D | SafeStack.cpp | 453 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local 454 IRB.CreateStore(CurrentTop, UnsafeStackPtr); in createStackRestorePoints()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 240 MachineBasicBlock::iterator CurrentTop; variable 259 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr), in ScheduleDAGMI() 295 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 274 MachineBasicBlock::iterator CurrentTop; variable 332 MachineBasicBlock::iterator top() const { return CurrentTop; } in top()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 457 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; } in getCurrentTop()
|
D | SIMachineScheduler.cpp | 2030 TopRPTracker.setPos(CurrentTop); in schedule() 2042 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 448 MachineBasicBlock::iterator getCurrentTop() { return CurrentTop; }; in getCurrentTop()
|
D | SIMachineScheduler.cpp | 1881 TopRPTracker.setPos(CurrentTop); in schedule() 1893 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | misched-top-rptracker-sync.ll | 6 ; Assertion `TopRPTracker.getPos() == CurrentTop && "out of sync"' failed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | misched-top-rptracker-sync.ll | 6 ; Assertion `TopRPTracker.getPos() == CurrentTop && "out of sync"' failed.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|