Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp1040 unsigned RDepth = 0; in add() local
1044 RDepth = DM.getDepth(); in add()
1046 if (PDepth == RDepth) in add()
1048 else if (PDepth > RDepth) { in add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2509 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2510 if (LDepth != RDepth) { in BUCompareLatency()
2513 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2514 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp631 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local
632 if (LDepth != RDepth) in CompareValueComplexity()
633 return (int)LDepth - (int)RDepth; in CompareValueComplexity()