Home
last modified time | relevance | path

Searched defs:MaxDepth (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h34 unsigned MaxDepth; variable
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp35 GISelKnownBits(MachineFunction & MF,unsigned MaxDepth) GISelKnownBits() argument
858 unsigned MaxDepth = get() local
/llvm-project/polly/include/polly/
H A DScopDetection.h197 int MaxDepth; member
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp100 BoundNodesTreeBuilder *Builder, int MaxDepth, in MatchChildASTVisitor() argument
412 const int MaxDepth; global() member in clang::ast_matchers::internal::__anon8f41be080111::MatchChildASTVisitor
598 memoizedMatchesRecursively(const DynTypedNode & Node,ASTContext & Ctx,const DynTypedMatcher & Matcher,BoundNodesTreeBuilder * Builder,int MaxDepth,BindKind Bind) memoizedMatchesRecursively() argument
633 matchesRecursively(const DynTypedNode & Node,const DynTypedMatcher & Matcher,BoundNodesTreeBuilder * Builder,int MaxDepth,BindKind Bind) matchesRecursively() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp331 unsigned MaxDepth = BestI->getSUnit()->getDepth(); biasCriticalPath() local
H A DWindowScheduler.cpp413 unsigned MaxDepth = 1; getEstimatedII() local
H A DEarlyIfConversion.cpp965 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; shouldConvertIf() local
H A DMachineInstr.cpp1630 dumprImpl(const MachineRegisterInfo & MRI,unsigned Depth,unsigned MaxDepth,SmallPtrSetImpl<const MachineInstr * > & AlreadySeenInstrs) const dumprImpl() argument
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp706 bool isDeeplyNested(const Decl *D, unsigned MaxDepth) { in isDeeplyNested() argument
946 resolveForwardingParameters(const FunctionDecl *D, unsigned MaxDepth) { in resolveForwardingParameters() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp139 MaxDepth = Size1 + Size2; longestCommonSequence() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h333 unsigned MaxDepth = 0; global() variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp369 const unsigned MaxDepth = 4; countToEliminateCompares() local
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp41 isDereferenceableAndAlignedPointer(const Value * V,Align Alignment,const APInt & Size,const DataLayout & DL,const Instruction * CtxI,AssumptionCache * AC,const DominatorTree * DT,const TargetLibraryInfo * TLI,SmallPtrSetImpl<const Value * > & Visited,unsigned MaxDepth) isDereferenceableAndAlignedPointer() argument
H A DValueTracking.cpp7249 const unsigned MaxDepth = 2; directlyImpliesPoison() local
7280 const unsigned MaxDepth = 2; impliesPoison() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp584 canDescend(unsigned MaxDepth,const FunctionDecl * Callee) const canDescend() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp260 static const unsigned MaxDepth = 3; global() member in __anon2341bc250111::Vectorizer
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1315 refineUsesAlignmentAndAA(Value * Ptr,Align A,const DataLayout & DL,MDNode * AliasScope,MDNode * NoAlias,unsigned MaxDepth=5) refineUsesAlignmentAndAA() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1387 static const unsigned MaxDepth = 6; global() variable
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13198 __anon38f0167a1d02(auto &&Self, const SDNode *N, int MaxDepth) copyExtraInfo() argument
13235 for (int PrevDepth = 0, MaxDepth = 16; MaxDepth <= 1024; copyExtraInfo() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39685 combineX86ShufflesRecursively(ArrayRef<SDValue> SrcOps,int SrcOpIndex,SDValue Root,ArrayRef<int> RootMask,ArrayRef<const SDNode * > SrcNodes,unsigned Depth,unsigned MaxDepth,bool HasVariableMask,bool AllowVariableCrossLaneMask,bool AllowVariablePerLaneMask,SelectionDAG & DAG,const X86Subtarget & Subtarget) combineX86ShufflesRecursively() argument
[all...]