Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp137 int RHeight = (int)right->getHeight(); in BUCompareLatency() local
146 if (LHeight != RHeight) in BUCompareLatency()
147 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2461 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency() local
2466 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2474 if (LHeight != RHeight) in BUCompareLatency()
2475 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2488 if (LHeight != RHeight) in BUCompareLatency()
2489 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2336 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency() local
2341 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2349 if (LHeight != RHeight) in BUCompareLatency()
2350 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2363 if (LHeight != RHeight) in BUCompareLatency()
2364 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2236 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency() local
2241 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2251 if (LHeight != RHeight) { in BUCompareLatency()
2253 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2265 if (LHeight != RHeight) { in BUCompareLatency()
2267 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()