Home
last modified time | relevance | path

Searched refs:RemovePred (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFObjcopy.cpp320 Object &Obj, SectionPred &RemovePred, in replaceDebugSections() argument
347 RemovePred = [ShouldReplace, RemovePred](const SectionBase &Sec) { in replaceDebugSections()
348 return ShouldReplace(Sec) || RemovePred(Sec); in replaceDebugSections()
456 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections() local
460 RemovePred = [&Config](const SectionBase &Sec) { in replaceAndRemoveSections()
466 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections()
467 return isDWOSection(Sec) || RemovePred(Sec); in replaceAndRemoveSections()
471 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
472 return onlyKeepDWOPred(Obj, Sec) || RemovePred(Sec); in replaceAndRemoveSections()
476 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections()
[all …]
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp50 SectionPred RemovePred = [](const std::unique_ptr<Section> &) { in removeSections() local
55 RemovePred = [&Config, RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections()
62 RemovePred = [RemovePred](const std::unique_ptr<Section> &Sec) { in removeSections()
66 return RemovePred(Sec); in removeSections()
72 RemovePred = [&Config](const std::unique_ptr<Section> &Sec) { in removeSections()
77 return Obj.removeSections(RemovePred); in removeSections()
94 auto RemovePred = [Config, &Obj](const std::unique_ptr<SymbolEntry> &N) { in updateAndRemoveSymbols() local
108 Obj.SymTable.removeSymbols(RemovePred); in updateAndRemoveSymbols()
140 LoadCommandPred RemovePred = [&RPathsToRemove, in processLoadCommands() local
157 if (Error E = Obj.removeLoadCommands(RemovePred)) in processLoadCommands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon3955d6670111::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()
407 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon98946a990111::ScheduleDAGRRList
242 Topo.RemovePred(SU, D.getSUnit()); in RemovePred()
1079 RemovePred(SU, Pred); in TryUnfoldSU()
1084 RemovePred(SU, Pred); in TryUnfoldSU()
1089 RemovePred(SU, Pred); in TryUnfoldSU()
1095 RemovePred(SuccDep, D); in TryUnfoldSU()
1106 RemovePred(SuccDep, D); in TryUnfoldSU()
1211 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors()
1255 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs()
3035 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon3330d2850111::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()
DScheduleDAGRRList.cpp207 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon751ee6370111::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/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp94 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anon55a238f30111::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()
407 RemovePred(DelDeps[i].first, DelDeps[i].second); in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp241 void RemovePred(SUnit *SU, const SDep &D) { in RemovePred() function in __anonf983a0250111::ScheduleDAGRRList
242 Topo.RemovePred(SU, D.getSUnit()); in RemovePred()
1079 RemovePred(SU, Pred); in TryUnfoldSU()
1084 RemovePred(SU, Pred); in TryUnfoldSU()
1089 RemovePred(SU, Pred); in TryUnfoldSU()
1095 RemovePred(SuccDep, D); in TryUnfoldSU()
1106 RemovePred(SuccDep, D); in TryUnfoldSU()
1211 RemovePred(DelDep.first, DelDep.second); in CopyAndMoveSuccessors()
1255 RemovePred(DelDep.first, DelDep.second); in InsertCopiesAndMoveSuccs()
3038 scheduleDAG->RemovePred(SuccSU, Edge); in PrescheduleNodesWithMultipleUses()
/external/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDAG.h759 void RemovePred(SUnit *M, SUnit *N);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h755 void RemovePred(SUnit *M, SUnit *N);
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h753 void RemovePred(SUnit *M, SUnit *N);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp876 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
885 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp537 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp1195 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
1204 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()
/external/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp566 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp957 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
966 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()