Home
last modified time | relevance | path

Searched refs:EntrySU (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp170 releaseSuccessors(&EntrySU); in listScheduleTopDown()
DScheduleDAGSDNodes.cpp695 if (EntrySU.getNode() != nullptr) in dump()
696 dumpNodeAll(EntrySU); in dump()
DScheduleDAGFast.cpp154 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()
DScheduleDAGRRList.cpp419 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) { in ReleasePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMacroFusion.cpp112 if (&FirstSU != &DAG.EntrySU) { in fuseInstructionPair()
DScheduleDAG.cpp66 EntrySU = SUnit(); in clearDAG()
355 if (&SU == &EntrySU) in dumpNodeName()
DScheduleDAGInstrs.cpp1169 if (EntrySU.getInstr() != nullptr) in dump()
1170 dumpNodeAll(EntrySU); in dump()
1181 if (SU == &EntrySU) in getGraphNodeLabel()
DPostRASchedulerList.cpp533 ReleaseSuccessors(&EntrySU); in ListScheduleTopDown()
DMachineScheduler.cpp680 if (PredSU->NumSuccsLeft == 0 && PredSU != &EntrySU) in releasePred()
867 releaseSuccessors(&EntrySU); in initQueues()
1168 if (EntrySU.getInstr() != nullptr) in dump()
1169 dumpNodeAll(EntrySU); in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNMinRegStrategy.cpp245 releaseSuccessors(&DAG.EntrySU, StepNo); in schedule()
DSIMachineScheduler.h461 SUnit& getEntrySU() { return EntrySU; } in getEntrySU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h563 SUnit EntrySU; ///< Special node for the region entry. variable