Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp60 static constexpr unsigned MaxRecursionDepth = 6; member in __anon05b3f3090111::RISCVInstructionSelector
214 if (Depth >= RISCVInstructionSelector::MaxRecursionDepth) in hasAllNBitUsers()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2997 if (Depth >= MaxRecursionDepth) in isSplatValue()
3402 if (Depth >= MaxRecursionDepth) in computeKnownBits()
4618 if (Depth >= MaxRecursionDepth) in isKnownToBeAPowerOfTwo()
4737 if (Depth >= MaxRecursionDepth) in ComputeNumSignBits()
5432 if (Depth >= MaxRecursionDepth) in isGuaranteedNotToBeUndefOrPoison()
5717 if (Depth >= MaxRecursionDepth) in isKnownNeverNaN()
5912 if (Depth >= MaxRecursionDepth) in isKnownNeverZero()
H A DTargetLowering.cpp703 if (Depth >= SelectionDAG::MaxRecursionDepth) in SimplifyMultipleUseDemandedBits()
1201 if (Depth >= SelectionDAG::MaxRecursionDepth) { in SimplifyDemandedBits()
1212 } else if (Depth >= SelectionDAG::MaxRecursionDepth) { in SimplifyDemandedBits()
3209 if (Depth >= SelectionDAG::MaxRecursionDepth) in SimplifyDemandedVectorElts()
7464 if (Depth > SelectionDAG::MaxRecursionDepth) in getNegatedExpression()
H A DSelectionDAGBuilder.cpp2449 if (Depth >= SelectionDAG::MaxRecursionDepth) in collectInstructionDeps()
2558 const unsigned MaxPruneIters = SelectionDAG::MaxRecursionDepth; in shouldKeepJumpConditionsTogether()
H A DDAGCombiner.cpp29099 if (Depth >= DAG.MaxRecursionDepth) in takeInexpensiveLog2()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2401 if (Depth >= SelectionDAG::MaxRecursionDepth) in matchIndexRecursively()
2520 if (Depth >= SelectionDAG::MaxRecursionDepth) in matchAddressRecursively()
2910 if (Depth >= SelectionDAG::MaxRecursionDepth) in matchVectorAddressRecursively()
H A DX86ISelLowering.cpp6677 if (Depth >= SelectionDAG::MaxRecursionDepth) in getTargetShuffleInputs()
6749 if (Depth >= SelectionDAG::MaxRecursionDepth) in getShuffleScalarElt()
45199 if (Depth >= SelectionDAG::MaxRecursionDepth) in checkBitcastSrcVectorSize()
45609 if (Depth >= SelectionDAG::MaxRecursionDepth) in combineBitcastToBoolVector()
50865 if (Depth >= SelectionDAG::MaxRecursionDepth) in PromoteMaskArithmetic()
54519 if (Depth > SelectionDAG::MaxRecursionDepth) in isFNEG()
58248 if (Depth >= SelectionDAG::MaxRecursionDepth) in combineConcatVectorOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h461 static constexpr unsigned MaxRecursionDepth = 6;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3627 if (Depth >= SelectionDAG::MaxRecursionDepth) in hasAllNBitUsers()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3080 if (Depth >= SelectionDAG::MaxRecursionDepth) in getUsefulBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4518 if (Depth >= SelectionDAG::MaxRecursionDepth) in checkBitcastSrcVectorSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18552 if (Depth > SelectionDAG::MaxRecursionDepth) in getNegatedExpression()