Home
last modified time | relevance | path

Searched refs:ScheduleDAGTopologicalSort (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp438 void ScheduleDAGTopologicalSort::InitDAGTopologicalSorting() { in InitDAGTopologicalSorting()
523 void ScheduleDAGTopologicalSort::FixOrder() { in FixOrder()
536 void ScheduleDAGTopologicalSort::AddPredQueued(SUnit *Y, SUnit *X) { in AddPredQueued()
548 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) { in AddPred()
566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred()
570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
598 std::vector<int> ScheduleDAGTopologicalSort::GetSubGraph(const SUnit &StartSU, in GetSubGraph()
679 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift()
704 bool ScheduleDAGTopologicalSort::WillCreateCycle(SUnit *TargetSU, SUnit *SU) { in WillCreateCycle()
716 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, in IsReachable()
[all …]
DMachinePipeliner.cpp1368 for (ScheduleDAGTopologicalSort::const_iterator I = Topo.begin(), in computeNodeFunctions()
1378 for (ScheduleDAGTopologicalSort::const_iterator I = Topo.begin(), in computeNodeFunctions()
1402 for (ScheduleDAGTopologicalSort::const_reverse_iterator I = Topo.rbegin(), in computeNodeFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h689 class ScheduleDAGTopologicalSort {
725 ScheduleDAGTopologicalSort(std::vector<SUnit> &SUnits, SUnit *ExitSU);
DMachinePipeliner.h127 ScheduleDAGTopologicalSort Topo;
172 Circuits(std::vector<SUnit> &SUs, ScheduleDAGTopologicalSort &Topo) in Circuits()
DScheduleDAGInstrs.h241 ScheduleDAGTopologicalSort Topo;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h460 ScheduleDAGTopologicalSort *GetTopo() { return &Topo; } in GetTopo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp182 ScheduleDAGTopologicalSort Topo;