Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp319 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/
DScheduleDAGFast.cpp88 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()
DScheduleDAGRRList.cpp211 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/
DScheduleDAGFast.cpp94 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()
DScheduleDAGRRList.cpp207 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/
DScheduleDAGFast.cpp95 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()
DScheduleDAGRRList.cpp234 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/
DScheduleDAG.h745 void RemovePred(SUnit *M, SUnit *N);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleDAG.h708 void RemovePred(SUnit *M, SUnit *N);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp509 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h753 void RemovePred(SUnit *M, SUnit *N);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp541 void ScheduleDAGTopologicalSort::RemovePred(SUnit *M, SUnit *N) { in RemovePred() function in ScheduleDAGTopologicalSort
DMachinePipeliner.cpp1285 Topo.RemovePred(&I, Deps[i].getSUnit()); in changeDependences()
1294 Topo.RemovePred(LastSU, Deps[i].getSUnit()); in changeDependences()