Home
last modified time | relevance | path

Searched refs:CurrentBottom (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp741 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/
DMachineScheduler.cpp665 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/
DMachineScheduler.h243 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/
DMachineScheduler.h277 MachineBasicBlock::iterator CurrentBottom; variable
333 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h449 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; }; in getCurrentBottom()
DSIMachineScheduler.cpp1893 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h458 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
DSIMachineScheduler.cpp2042 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp197 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()