Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2425 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function
2458 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()
2459 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2300 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function
2333 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()
2334 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2199 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function
2233 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()
2234 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()