Home
last modified time | relevance | path

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

/external/llvm-project/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-10.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/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/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2511 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2513 if (LDepth != RDepth) { in BUCompareLatency()
2515 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2517 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2508 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2510 if (LDepth != RDepth) { in BUCompareLatency()
2512 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2514 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/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-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp630 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local
632 if (LDepth != RDepth) in CompareValueComplexity()
633 return (int)LDepth - (int)RDepth; in CompareValueComplexity()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp663 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local
665 if (LDepth != RDepth) in CompareValueComplexity()
666 return (int)LDepth - (int)RDepth; in CompareValueComplexity()