Home
last modified time | relevance | path

Searched refs:RStall (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2465 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local
2472 if (!RStall) in BUCompareLatency()
2476 } else if (RStall) in BUCompareLatency()
2754 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2755 if (LStall != RStall) in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2340 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local
2347 if (!RStall) in BUCompareLatency()
2351 } else if (RStall) in BUCompareLatency()
2627 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2628 if (LStall != RStall) in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2240 bool RStall = (!checkPref || right->SchedulingPref == Sched::Latency) && in BUCompareLatency() local
2247 if (!RStall) { in BUCompareLatency()
2255 } else if (RStall) { in BUCompareLatency()
2555 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2556 if (LStall != RStall) { in operator ()()