Home
last modified time | relevance | path

Searched defs:CurCycle (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp146 void ScheduleDAGVLIW::scheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { in scheduleNodeTopDown() argument
162 unsigned CurCycle = 0; in listScheduleTopDown() local
[all...]
H A DScheduleDAGFast.cpp156 void ScheduleDAGFast::ReleasePredecessors(SUnit *SU, unsigned CurCycle) { in ReleasePredecessors()
177 void ScheduleDAGFast::ScheduleNodeBottomUp(SUnit *SU, unsigned CurCycle) { in ScheduleNodeBottomUp()
535 unsigned CurCycle = 0; in ListScheduleBottomUp() local
H A DScheduleDAGRRList.cpp156 unsigned CurCycle = 0; member in __anona90f206e0111::ScheduleDAGRRList
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp494 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) { in ScheduleNodeTopDown()
509 void SchedulePostRATDList::emitNoop(unsigned CurCycle) { in emitNoop()
519 unsigned CurCycle = 0; in ListScheduleTopDown() local
H A DScoreboardHazardRecognizer.cpp46 unsigned CurCycle = 0; in ScoreboardHazardRecognizer() local
H A DWindowScheduler.cpp430 int CurCycle = 0; in calculateMaxCycle() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp38 unsigned CurCycle = 0; member in __anon1a74e9370111::GCNILPScheduler
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h517 unsigned CurCycle = 0; variable