Home
last modified time | relevance | path

Searched refs:RDepth (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp150 int RDepth = right->getDepth(); in BUCompareLatency() local
151 if (LDepth != RDepth) { in BUCompareLatency()
154 << ") depth " << RDepth << "\n"); in BUCompareLatency()
155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/llvm/lib/IR/
DLegacyPassManager.cpp1001 unsigned RDepth = 0; in add() local
1005 RDepth = DM.getDepth(); in add()
1007 if (PDepth == RDepth) in add()
1009 else if (PDepth > RDepth) { in add()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLegacyPassManager.cpp1056 unsigned RDepth = 0; in add() local
1060 RDepth = DM.getDepth(); in add()
1062 if (PDepth == RDepth) in add()
1064 else if (PDepth > RDepth) { in add()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp974 unsigned RDepth = 0; in add() local
978 RDepth = DM.getDepth(); in add()
980 if (PDepth == RDepth) in add()
982 else if (PDepth > RDepth) { in add()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2492 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2493 if (LDepth != RDepth) { in BUCompareLatency()
2496 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2497 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2367 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2368 if (LDepth != RDepth) { in BUCompareLatency()
2371 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2372 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2275 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2276 if (LDepth != RDepth) { in BUCompareLatency()
2280 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2281 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp494 RDepth = LI->getLoopDepth(RParent); in compare() local
495 if (LDepth != RDepth) in compare()
496 return (int)LDepth - (int)RDepth; in compare()
529 RDepth = RLoop->getLoopDepth(); in compare() local
530 if (LDepth != RDepth) in compare()
531 return (int)LDepth - (int)RDepth; in compare()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp519 RDepth = LI->getLoopDepth(RParent); in compare() local
520 if (LDepth != RDepth) in compare()
521 return (int)LDepth - (int)RDepth; in compare()
554 RDepth = RLoop->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.cpp600 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local
601 if (LDepth != RDepth) in CompareValueComplexity()
602 return (int)LDepth - (int)RDepth; in CompareValueComplexity()