Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp136 int LHeight = (int)left->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.cpp2460 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2464 BUHasStall(left, LHeight, 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.cpp2335 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2339 BUHasStall(left, LHeight, 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.cpp2235 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2239 BUHasStall(left, LHeight, 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()