Searched refs:hasVRegCycleUse (Results 1 – 3 of 3) sorted by relevance
2425 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function2458 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()2459 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()
2300 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function2333 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()2334 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()
2199 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function2233 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()2234 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()