Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp268 advanceToCycle(unsigned NextCycle) advanceToCycle() argument
/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp393 unsigned NextCycle = std::max(CurrCycle + 1, MinReadyCycle); bumpCycle() local
H A DMachineScheduler.cpp2587 bumpCycle(unsigned NextCycle) bumpCycle() argument
2643 countResource(const MCSchedClassDesc * SC,unsigned PIdx,unsigned ReleaseAtCycle,unsigned NextCycle,unsigned AcquireAtCycle) countResource() argument
2701 unsigned NextCycle = CurrCycle; bumpNode() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp631 void ScheduleDAGRRList::AdvanceToCycle(unsigned NextCycle) { in AdvanceToCycle() argument