Searched refs:CurrentBottom (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 741 CurrentTop = CurrentBottom; in checkSchedLimit() 794 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 800 priorNonDebug(CurrentBottom, CurrentTop); in schedule() 802 CurrentBottom = priorII; in schedule() 806 moveInstruction(MI, CurrentBottom); in schedule() 807 CurrentBottom = MI; in schedule() 818 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 882 CurrentBottom = RegionEnd; in initQueues() 1247 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 1397 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() [all …]
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 665 CurrentTop = CurrentBottom; in checkSchedLimit() 716 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule() 722 priorNonDebug(CurrentBottom, CurrentTop); in schedule() 724 CurrentBottom = priorII; in schedule() 728 moveInstruction(MI, CurrentBottom); in schedule() 729 CurrentBottom = MI; in schedule() 740 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 808 CurrentBottom = RegionEnd; in initQueues() 1130 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule() 1280 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 243 MachineBasicBlock::iterator CurrentBottom; variable 259 CurrentTop(), CurrentBottom(), NextClusterPred(nullptr), in ScheduleDAGMI() 296 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 277 MachineBasicBlock::iterator CurrentBottom; variable 333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 449 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; }; in getCurrentBottom()
|
D | SIMachineScheduler.cpp | 1893 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 458 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
|
D | SIMachineScheduler.cpp | 2042 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
|
/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()
|