Home
last modified time | relevance | path

Searched refs:RHeight (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp136 int RHeight = (int)right->getHeight(); in BUCompareLatency() local
145 if (LHeight != RHeight) in BUCompareLatency()
146 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2497 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency() local
2502 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2510 if (LHeight != RHeight) in BUCompareLatency()
2511 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2524 if (LHeight != RHeight) in BUCompareLatency()
2525 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()