Home
last modified time | relevance | path

Searched refs:MaxDepth (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h327 unsigned MaxDepth = 0; variable
390 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo()
396 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth()
403 MaxDepth = 0; in clear()
419 return MaxDepth > RHS.MaxDepth;
427 MaxDepth == RHS.MaxDepth;
H A DMachineInstr.h304 dumprImpl(const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth,
1744 unsigned MaxDepth = UINT_MAX) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h34 unsigned MaxDepth; variable
46 GISelKnownBits(MachineFunction &MF, unsigned MaxDepth = 6);
102 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp43 unsigned MaxDepth) { in isDereferenceableAndAlignedPointer() argument
47 if (MaxDepth-- == 0) in isDereferenceableAndAlignedPointer()
77 CtxI, AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
85 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
92 Visited, MaxDepth) && in isDereferenceableAndAlignedPointer()
95 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
119 AC, DT, TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
153 TLI, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
158 Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
H A DValueTracking.cpp5399 const unsigned MaxDepth = 2; in directlyImpliesPoison() local
5400 if (Depth >= MaxDepth) in directlyImpliesPoison()
5430 const unsigned MaxDepth = 2; in impliesPoison() local
5431 if (Depth >= MaxDepth) in impliesPoison()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp98 BoundNodesTreeBuilder *Builder, int MaxDepth, in MatchChildASTVisitor() argument
102 MaxDepth(MaxDepth), IgnoreImplicitChildren(IgnoreImplicitChildren), in MatchChildASTVisitor()
178 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt()
371 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match()
410 const int MaxDepth; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchChildASTVisitor
596 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument
600 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively()
609 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively()
619 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively()
631 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp440 for (DepthInfo &MaxDepth : LoopDepth) { in checkForProfitableCmovCandidates()
481 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates()
482 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
H A DX86ISelLowering.cpp40105 unsigned MaxDepth, bool HasVariableMask, bool AllowVariableCrossLaneMask, in combineX86ShufflesRecursively() argument
40117 if (Depth >= MaxDepth) in combineX86ShufflesRecursively()
40363 if (Ops.size() < (MaxDepth - Depth)) { in combineX86ShufflesRecursively()
40378 Ops, i, Root, ResolvedMask, CombinedNodes, Depth + 1, MaxDepth, in combineX86ShufflesRecursively()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp938 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local
943 if (CondDepth > MaxDepth) { in shouldConvertIf()
944 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf()
956 if (TDepth > MaxDepth) { in shouldConvertIf()
957 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf()
969 if (FDepth > MaxDepth) { in shouldConvertIf()
970 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
H A DScheduleDAG.cpp330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local
333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
H A DMachineInstr.cpp1545 const MachineRegisterInfo &MRI, unsigned Depth, unsigned MaxDepth, in dumprImpl() argument
1547 if (Depth >= MaxDepth) in dumprImpl()
1565 NewMI->dumprImpl(MRI, Depth + 1, MaxDepth, AlreadySeenInstrs); in dumprImpl()
1570 unsigned MaxDepth) const { in dumpr()
1572 dumprImpl(MRI, 0, MaxDepth, AlreadySeenInstrs); in dumpr()
H A DMachinePipeliner.cpp2954 << " depth " << MaxDepth << " col " << Colocate << "\n"; in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1164 unsigned MaxDepth = 5) { in refineUsesAlignmentAndAA() argument
1165 if (!MaxDepth || (A == 1 && !AliasScope)) in refineUsesAlignmentAndAA()
1211 MaxDepth - 1); in refineUsesAlignmentAndAA()
1218 refineUsesAlignmentAndAA(I, A, DL, AliasScope, NoAlias, MaxDepth - 1); in refineUsesAlignmentAndAA()
H A DSIISelLowering.h476 unsigned MaxDepth = 5) const;
478 unsigned MaxDepth = 5) const;
H A DSIISelLowering.cpp10083 unsigned MaxDepth) const { in isCanonicalized()
10097 if (MaxDepth == 0) in isCanonicalized()
10138 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized()
10168 if (!isCanonicalized(DAG, Op.getOperand(I), MaxDepth - 1)) in isCanonicalized()
10175 return isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1) && in isCanonicalized()
10176 isCanonicalized(DAG, Op.getOperand(2), MaxDepth - 1); in isCanonicalized()
10181 if (!isCanonicalized(DAG, SrcOp, MaxDepth - 1)) in isCanonicalized()
10189 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1); in isCanonicalized()
10192 return isCanonicalized(DAG, Op.getOperand(0), MaxDepth - 1) && in isCanonicalized()
10193 isCanonicalized(DAG, Op.getOperand(1), MaxDepth - 1); in isCanonicalized()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp31 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth) in GISelKnownBits() argument
33 DL(MF.getFunction().getParent()->getDataLayout()), MaxDepth(MaxDepth) {} in GISelKnownBits()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h424 bool canDescend(unsigned MaxDepth, const DeclContext *Callee) const;
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp291 bool Environment::canDescend(unsigned MaxDepth, in canDescend() argument
293 return CallStack.size() <= MaxDepth && !llvm::is_contained(CallStack, Callee); in canDescend()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp132 static const unsigned MaxDepth = 3; member in __anonf61fe9090111::Vectorizer
570 if (Depth++ == MaxDepth) in lookThroughSelects()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h1163 static constexpr unsigned MaxDepth = (1U << DepthWidth) - 1;
1169 assert((D + 1) <= MaxDepth &&
1181 assert((D + 1) <= MaxDepth &&
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1118 static const unsigned MaxDepth = 6; variable
1143 if (Depth++ == MaxDepth) in takeLog2()