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

  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 57 SUnit *OnlyAvailablePred = nullptr;
64 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
66 OnlyAvailablePred = &Pred;
70 return OnlyAvailablePred;
108 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
109 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable) return;
113 remove(OnlyAvailablePred);
117 push(OnlyAvailablePred);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LatencyPriorityQueue.cpp 56 SUnit *OnlyAvailablePred = 0;
63 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
65 OnlyAvailablePred = &Pred;
69 return OnlyAvailablePred;
107 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
108 if (OnlyAvailablePred == 0 || !OnlyAvailablePred->isAvailable) return;
112 remove(OnlyAvailablePred);
116 push(OnlyAvailablePred);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 58 SUnit *OnlyAvailablePred = nullptr;
65 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
67 OnlyAvailablePred = &Pred;
71 return OnlyAvailablePred;
109 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
110 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable) return;
114 remove(OnlyAvailablePred);
118 push(OnlyAvailablePred);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 216 SUnit *OnlyAvailablePred = nullptr;
223 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
225 OnlyAvailablePred = &Pred;
228 return OnlyAvailablePred;
582 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
583 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable)
588 remove(OnlyAvailablePred);
592 push(OnlyAvailablePred);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 210 SUnit *OnlyAvailablePred = nullptr;
216 if (OnlyAvailablePred && OnlyAvailablePred != &PredSU)
218 OnlyAvailablePred = &PredSU;
221 return OnlyAvailablePred;
567 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
568 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable)
573 remove(OnlyAvailablePred);
577 push(OnlyAvailablePred);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 432 SUnit *OnlyAvailablePred = nullptr;
439 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
441 OnlyAvailablePred = &Pred;
444 return OnlyAvailablePred;

Completed in 111 milliseconds