Searched refs:EntrySU (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGVLIW.cpp | 161 releaseSuccessors(&EntrySU); in listScheduleTopDown()
|
| H A D | ScheduleDAGSDNodes.cpp | 703 if (EntrySU.getNode() != nullptr) in dump() 704 dumpNodeAll(EntrySU); in dump()
|
| H A D | ScheduleDAGFast.cpp | 144 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()
|
| H A D | ScheduleDAGRRList.cpp | 421 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MacroFusion.cpp | 123 if (&FirstSU != &DAG.EntrySU) { in fuseInstructionPair()
|
| H A D | ScheduleDAG.cpp | 65 EntrySU = SUnit(); in clearDAG() 357 if (&SU == &EntrySU) in dumpNodeName()
|
| H A D | ScheduleDAGInstrs.cpp | 1208 if (EntrySU.getInstr() != nullptr) in dump() 1209 dumpNodeAll(EntrySU); in dump() 1220 if (SU == &EntrySU) in getGraphNodeLabel()
|
| H A D | MachinePipeliner.cpp | 712 DDG = std::make_unique<SwingSchedulerDDG>(SUnits, &EntrySU, &ExitSU, LCE); in schedule() 4166 if (SU == EntrySU) in getEdges() 4175 if (SU == EntrySU) in getEdges() 4207 SwingSchedulerDDG::SwingSchedulerDDG(std::vector<SUnit> &SUnits, SUnit *EntrySU, in SwingSchedulerDDG() argument 4209 : EntrySU(EntrySU), ExitSU(ExitSU) { in SwingSchedulerDDG() 4213 initEdges(EntrySU); in SwingSchedulerDDG()
|
| H A D | PostRASchedulerList.cpp | 550 ReleaseSuccessors(&EntrySU); in ListScheduleTopDown()
|
| H A D | MachineScheduler.cpp | 998 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) in releasePred() 1193 releaseSuccessors(&EntrySU); in initQueues() 1680 if (EntrySU.getInstr() != nullptr) in dump() 1681 dumpNodeAll(EntrySU); in dump()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNMinRegStrategy.cpp | 238 releaseSuccessors(&DAG.EntrySU, StepNo); in schedule()
|
| H A D | SIMachineScheduler.h | 455 SUnit &getEntrySU() { return EntrySU; } in getEntrySU()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 243 SUnit *EntrySU; variable 262 SwingSchedulerDDG(std::vector<SUnit> &SUnits, SUnit *EntrySU, SUnit *ExitSU,
|
| H A D | ScheduleDAG.h | 584 SUnit EntrySU; ///< Special node for the region entry. variable
|