Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp268 advanceToCycle(unsigned NextCycle) advanceToCycle() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp393 unsigned NextCycle = std::max(CurrCycle + 1, MinReadyCycle); in bumpCycle() local
H A DMachineScheduler.cpp2602 DependentLatency -= (NextCycle - CurrCycle); in countResource() argument
2546 bumpCycle(unsigned NextCycle) bumpCycle() argument
2660 unsigned NextCycle = CurrCycle; bumpNode() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp631 void ScheduleDAGRRList::AdvanceToCycle(unsigned NextCycle) { in AdvanceToCycle() argument