Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp737 CurrentTop = CurrentBottom; in checkSchedLimit()
786 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in schedule()
792 priorNonDebug(CurrentBottom, CurrentTop); in schedule()
794 CurrentBottom = priorII; in schedule()
798 moveInstruction(MI, CurrentBottom); in schedule()
799 CurrentBottom = MI; in schedule()
810 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
874 CurrentBottom = RegionEnd; in initQueues()
1246 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
1396 CurrentTop = nextIfDebug(++CurrentTop, CurrentBottom); in scheduleMI()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h275 MachineBasicBlock::iterator CurrentBottom; variable
320 MachineBasicBlock::iterator bottom() const { return CurrentBottom; } in bottom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h456 MachineBasicBlock::iterator getCurrentBottom() { return CurrentBottom; } in getCurrentBottom()
DSIMachineScheduler.cpp2033 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp241 assert(CurrentTop == CurrentBottom && "Nonempty unscheduled zone."); in schedule()