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

  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 54 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
56 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
79 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
108 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LatencyPriorityQueue.cpp 53 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
55 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
78 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
107 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 55 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
57 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
80 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
109 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 94 SUnit *getSingleUnscheduledPred(SUnit *SU);
ResourcePriorityQueue.h 130 SUnit *getSingleUnscheduledPred(SUnit *SU);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LatencyPriorityQueue.h 96 SUnit *getSingleUnscheduledPred(SUnit *SU);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 99 SUnit *getSingleUnscheduledPred(SUnit *SU);
ResourcePriorityQueue.h 130 SUnit *getSingleUnscheduledPred(SUnit *SU);
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 213 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
215 SUnit *ResourcePriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
237 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
582 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 207 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
209 SUnit *ResourcePriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
229 if (getSingleUnscheduledPred(Succ.getSUnit()) == SU)
567 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 429 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
431 static SUnit *getSingleUnscheduledPred(SUnit *SU) {
514 if (getSingleUnscheduledPred(I->getSUnit()) == SU)

Completed in 442 milliseconds