Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2454 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2463 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2465 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2481 if (!checkPref || (left->SchedulingPref == Sched::ILP || in BUCompareLatency()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2329 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2338 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2340 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2356 if (!checkPref || (left->SchedulingPref == Sched::ILP || in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2229 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2238 bool LStall = (!checkPref || left->SchedulingPref == Sched::Latency) && in BUCompareLatency()
2240 bool RStall = (!checkPref || right->SchedulingPref == Sched::Latency) && in BUCompareLatency()
2262 if (!checkPref || (left->SchedulingPref == Sched::Latency || in BUCompareLatency()