Searched refs:TargetSU (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 599 const SUnit &TargetSU, in GetSubGraph() argument 603 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() 652 WorkList.push_back(&TargetSU); in GetSubGraph() 704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() argument 707 if (IsReachable(SU, TargetSU)) in WillCreateCycle() 709 for (const SDep &PredDep : TargetSU->Preds) in WillCreateCycle() 717 const SUnit *TargetSU) { in IsReachable() argument 722 LowerBound = Node2Index[TargetSU->NodeNum]; in IsReachable() 729 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()
|
D | MachinePipeliner.cpp | 1130 SUnit *TargetSU = D.getSUnit(); in swapAntiDependences() local 1136 TargetSU->addPred(Dep); in swapAntiDependences()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 601 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle() argument 603 if (IsReachable(SU, TargetSU)) in WillCreateCycle() 606 I = TargetSU->Preds.begin(), E = TargetSU->Preds.end(); I != E; ++I) in WillCreateCycle() 615 const SUnit *TargetSU) { in IsReachable() argument 619 LowerBound = Node2Index[TargetSU->NodeNum]; in IsReachable() 626 DFS(TargetSU, UpperBound, HasLoop); in IsReachable()
|
D | MachinePipeliner.cpp | 1388 SUnit *TargetSU = D.getSUnit(); in swapAntiDependences() local 1394 TargetSU->addPred(Dep); in swapAntiDependences()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 735 std::vector<int> GetSubGraph(const SUnit &StartSU, const SUnit &TargetSU, 739 bool IsReachable(const SUnit *SU, const SUnit *TargetSU); 742 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 741 bool IsReachable(const SUnit *SU, const SUnit *TargetSU); 744 bool WillCreateCycle(SUnit *TargetSU, SUnit *SU);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 186 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() argument 187 return Topo.IsReachable(SU, TargetSU); in IsReachable() 192 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() argument 193 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 212 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() argument 213 return Topo.IsReachable(SU, TargetSU); in IsReachable() 218 bool WillCreateCycle(SUnit *SU, SUnit *TargetSU) { in WillCreateCycle() argument 219 return Topo.WillCreateCycle(SU, TargetSU); in WillCreateCycle()
|