/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | llvm-objcopy.cpp | 319 SectionPred RemovePred = [](const SectionBase &) { return false; }; in HandleArgs() local 323 RemovePred = [&Config](const SectionBase &Sec) { in HandleArgs() 329 RemovePred = [RemovePred](const SectionBase &Sec) { in HandleArgs() 330 return IsDWOSection(Sec) || RemovePred(Sec); in HandleArgs() 334 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in HandleArgs() 335 return OnlyKeepDWOPred(Obj, Sec) || RemovePred(Sec); in HandleArgs() 339 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in HandleArgs() 340 if (RemovePred(Sec)) in HandleArgs() 357 RemovePred = [RemovePred](const SectionBase &Sec) { in HandleArgs() 358 return RemovePred(Sec) || (Sec.Flags & SHF_ALLOC) == 0; in HandleArgs() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 88 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonb3f617930111::ScheduleDAGFast 299 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 305 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 312 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 319 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 327 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 372 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 408 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 211 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon3c49a6c50311::ScheduleDAGRRList 212 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 879 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 885 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 891 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 898 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 910 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 960 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 1008 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs() 2796 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon98d823670111::ScheduleDAGFast 304 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 310 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 317 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 324 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 332 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 379 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 415 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anone1ddf7990111::ScheduleDAGRRList 208 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 1047 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1052 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1057 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 1063 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 1074 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 1124 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors() 1168 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs() 2868 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 95 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon92eb2abf0111::ScheduleDAGFast 301 RemovePred(SU, ChainPred); in CopyAndMoveSuccessors() 307 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 314 RemovePred(SU, Pred); in CopyAndMoveSuccessors() 321 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 329 RemovePred(SuccDep, D); in CopyAndMoveSuccessors() 374 RemovePred(DelDeps[i].first, DelDeps[i].second); in CopyAndMoveSuccessors() 409 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 234 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonacd034f10111::ScheduleDAGRRList 235 Topo.RemovePred(SU, D.getSUnit()); in RemovePred() 1072 RemovePred(SU, Pred); in TryUnfoldSU() 1077 RemovePred(SU, Pred); in TryUnfoldSU() 1082 RemovePred(SU, Pred); in TryUnfoldSU() 1088 RemovePred(SuccDep, D); in TryUnfoldSU() 1099 RemovePred(SuccDep, D); in TryUnfoldSU() 1200 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors() 1244 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs() 2995 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 745 void RemovePred(SUnit *M, SUnit *N);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 708 void RemovePred(SUnit *M, SUnit *N);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 753 void RemovePred(SUnit *M, SUnit *N);
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
D | MachinePipeliner.cpp | 1195 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences() 1204 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 541 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
|
D | MachinePipeliner.cpp | 1285 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences() 1294 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()
|