Home
last modified time | relevance | path

Searched defs:NextCycle (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp269 void GCNILPScheduler::advanceToCycle(unsigned NextCycle) { in advanceToCycle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp368 unsigned NextCycle = std::max(CurrCycle + 1, MinReadyCycle); in bumpCycle() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2120 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle()
2172 countResource(unsigned PIdx, unsigned Cycles, unsigned NextCycle) { in countResource()
2228 unsigned NextCycle = CurrCycle; in bumpNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp629 void ScheduleDAGRRList::AdvanceToCycle(unsigned NextCycle) { in AdvanceToCycle()