Home
last modified time | relevance | path

Searched refs:LDepth (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp149 int LDepth = left->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
153 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2491 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2493 if (LDepth != RDepth) { in BUCompareLatency()
2495 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2497 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2366 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2368 if (LDepth != RDepth) { in BUCompareLatency()
2370 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2372 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2274 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2276 if (LDepth != RDepth) { in BUCompareLatency()
2279 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2281 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp493 unsigned LDepth = LI->getLoopDepth(LParent), in compare() local
495 if (LDepth != RDepth) in compare()
496 return (int)LDepth - (int)RDepth; in compare()
528 unsigned LDepth = LLoop->getLoopDepth(), in compare() local
530 if (LDepth != RDepth) in compare()
531 return (int)LDepth - (int)RDepth; in compare()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp518 unsigned LDepth = LI->getLoopDepth(LParent), in compare() local
520 if (LDepth != RDepth) in compare()
521 return (int)LDepth - (int)RDepth; in compare()
553 unsigned LDepth = LLoop->getLoopDepth(), in compare() local
555 if (LDepth != RDepth) in compare()
556 return (int)LDepth - (int)RDepth; in compare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp599 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local
601 if (LDepth != RDepth) in CompareValueComplexity()
602 return (int)LDepth - (int)RDepth; in CompareValueComplexity()