HomeSort by relevance Sort by last modified time
    Searched refs:AddPred (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 80 /// AddPred - adds a predecessor edge to SUnit SU.
82 void AddPred(SUnit *SU, const SDep &D) {
83 SU->addPred(D);
301 AddPred(LoadSU, ChainPred);
307 AddPred(LoadSU, Pred);
313 AddPred(NewSU, Pred);
321 AddPred(SuccDep, D);
330 AddPred(SuccDep, D);
334 AddPred(NewSU, SDep(LoadSU, SDep::Order, LoadSU->Latency));
353 AddPred(NewSU, *I)
    [all...]
ScheduleDAGRRList.cpp 200 /// AddPred - adds a predecessor edge to SUnit SU.
203 void AddPred(SUnit *SU, const SDep &D) {
204 Topo.AddPred(SU, D.getSUnit());
205 SU->addPred(D);
881 AddPred(LoadSU, Pred);
887 AddPred(LoadSU, Pred);
892 AddPred(NewSU, Pred);
900 AddPred(SuccDep, D);
913 AddPred(SuccDep, D);
919 AddPred(NewSU, SDep(LoadSU, SDep::Data, LoadSU->Latency))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 86 /// AddPred - adds a predecessor edge to SUnit SU.
88 void AddPred(SUnit *SU, const SDep &D) {
89 SU->addPred(D);
306 AddPred(LoadSU, ChainPred);
312 AddPred(LoadSU, Pred);
318 AddPred(NewSU, Pred);
326 AddPred(SuccDep, D);
335 AddPred(SuccDep, D);
341 AddPred(NewSU, D);
360 AddPred(NewSU, *I)
    [all...]
ScheduleDAGRRList.cpp 196 /// AddPred - adds a predecessor edge to SUnit SU.
199 void AddPred(SUnit *SU, const SDep &D) {
200 Topo.AddPred(SU, D.getSUnit());
201 SU->addPred(D);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 350 /// addPred - This adds the specified edge as a pred of the current node if
353 bool addPred(const SDep &D);
701 /// AddPred - Updates the topological ordering to accommodate an edge
703 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 382 bool addPred(const SDep &D, bool Required = true);
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
391 return addPred(Dep);
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
734 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 382 bool addPred(const SDep &D, bool Required = true);
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
391 return addPred(Dep);
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
734 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 382 bool addPred(const SDep &D, bool Required = true);
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
391 return addPred(Dep);
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
734 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAG.h 382 bool addPred(const SDep &D, bool Required = true);
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
391 return addPred(Dep);
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
734 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAG.h 382 bool addPred(const SDep &D, bool Required = true);
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
391 return addPred(Dep);
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
734 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAG.h 382 bool addPred(const SDep &D, bool Required = true);
384 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
391 return addPred(Dep);
729 /// Returns true if addPred(TargetSU, SU) creates a cycle.
734 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ScheduleDAG.h 385 bool addPred(const SDep &D, bool Required = true);
387 /// \brief Adds a barrier edge to SU by calling addPred(), with latency 0
394 return addPred(Dep);
735 /// Returns true if addPred(TargetSU, SU) creates a cycle.
740 void AddPred(SUnit *Y, SUnit *X);
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 394 /// addPred - This adds the specified edge as a pred of the current node if
397 bool addPred(const SDep &D, bool Required = true);
400 /// addPred(), with latency 0 generally or latency 1 for a store
407 return addPred(Dep);
743 /// WillCreateCycle - Return true if addPred(TargetSU, SU) creates a cycle.
746 /// AddPred - Updates the topological ordering to accommodate an edge
748 void AddPred(SUnit *Y, SUnit *X);
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 62 /// addPred - This adds the specified edge as a pred of the current node if
65 bool SUnit::addPred(const SDep &D, bool Required) {
74 // Extend the latency if needed. Equivalent to removePred(I) + addPred(D).
516 /// AddPred - Updates the topological ordering to accommodate an edge
518 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
600 /// create a cycle. If so, it is not safe to call AddPred(TargetSU, SU).
MachineScheduler.cpp 543 Topo.AddPred(SuccSU, PredDep.getSUnit());
545 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 85 /// addPred - This adds the specified edge as a pred of the current node if
88 bool SUnit::addPred(const SDep &D) {
488 /// AddPred - Updates the topological ordering to accommodate an edge
490 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {

Completed in 2013 milliseconds