Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2726 int LPDiff = 0, RPDiff = 0; in operator ()() local
2728 LPDiff = SPQ->RegPressureDiff(left, LLiveUses); in operator ()()
2731 if (!DisableSchedRegPressure && LPDiff != RPDiff) { in operator ()()
2733 << "): " << LPDiff << " != SU(" << right->NodeNum in operator ()()
2735 return LPDiff > RPDiff; in operator ()()
2738 if (!DisableSchedRegPressure && (LPDiff > 0 || RPDiff > 0)) { in operator ()()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2601 int LPDiff = 0, RPDiff = 0; in operator ()() local
2603 LPDiff = SPQ->RegPressureDiff(left, LLiveUses); in operator ()()
2606 if (!DisableSchedRegPressure && LPDiff != RPDiff) { in operator ()()
2607 DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum << "): " << LPDiff in operator ()()
2609 return LPDiff > RPDiff; in operator ()()
2612 if (!DisableSchedRegPressure && (LPDiff > 0 || RPDiff > 0)) { in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2526 int LPDiff = 0, RPDiff = 0; in operator ()() local
2528 LPDiff = SPQ->RegPressureDiff(left, LLiveUses); in operator ()()
2531 if (!DisableSchedRegPressure && LPDiff != RPDiff) { in operator ()()
2533 DEBUG(dbgs() << "RegPressureDiff SU(" << left->NodeNum << "): " << LPDiff in operator ()()
2535 return LPDiff > RPDiff; in operator ()()
2538 if (!DisableSchedRegPressure && (LPDiff > 0 || RPDiff > 0)) { in operator ()()