Home
last modified time | relevance | path

Searched refs:MaxRecursionDepth (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp614 if (Depth >= SelectionDAG::MaxRecursionDepth) in SimplifyMultipleUseDemandedBits()
848 } else if (Depth >= SelectionDAG::MaxRecursionDepth) { in SimplifyDemandedBits()
2179 if (Depth >= SelectionDAG::MaxRecursionDepth) in SimplifyDemandedVectorElts()
5498 if (Depth > SelectionDAG::MaxRecursionDepth) in isNegatibleForFree()
5606 assert(Depth <= SelectionDAG::MaxRecursionDepth && in getNegatedExpression()
DSelectionDAG.cpp2285 if (Depth >= MaxRecursionDepth) in isSplatValue()
2522 if (Depth >= MaxRecursionDepth) in computeKnownBits()
3518 if (Depth >= MaxRecursionDepth) in ComputeNumSignBits()
4084 if (Depth >= MaxRecursionDepth) in isKnownNeverNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h399 static constexpr unsigned MaxRecursionDepth = 6;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2142 if (Depth >= SelectionDAG::MaxRecursionDepth) in getUsefulBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34092 const unsigned MaxRecursionDepth = 8; in combineX86ShufflesRecursively() local
34093 if (Depth >= MaxRecursionDepth) in combineX86ShufflesRecursively()
34282 if (Ops.size() < (MaxRecursionDepth - Depth)) { in combineX86ShufflesRecursively()
42442 if (Depth > SelectionDAG::MaxRecursionDepth) in isFNEG()
42623 if (Depth > SelectionDAG::MaxRecursionDepth) in isNegatibleForFree()