Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2659 bool LHigh = SPQ->HighRegPressure(left); in operator ()() local
2663 if (LHigh && !RHigh) { in operator ()()
2668 else if (!LHigh && RHigh) { in operator ()()
2673 if (!LHigh && !RHigh) { in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2534 bool LHigh = SPQ->HighRegPressure(left); in operator ()() local
2538 if (LHigh && !RHigh) { in operator ()()
2543 else if (!LHigh && RHigh) { in operator ()()
2548 if (!LHigh && !RHigh) { in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2457 bool LHigh = SPQ->HighRegPressure(left); in operator ()() local
2461 if (LHigh && !RHigh) { in operator ()()
2467 else if (!LHigh && RHigh) { in operator ()()
2473 if (!LHigh && !RHigh) { in operator ()()