/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 322 unsigned MaxDepth = 0; variable 373 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo() 379 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth() 386 MaxDepth = 0; in clear() 402 return MaxDepth > RHS.MaxDepth; 410 MaxDepth == RHS.MaxDepth;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 316 unsigned MaxDepth = 0; variable 379 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU)); in computeNodeSetInfo() 385 unsigned getMaxDepth() { return MaxDepth; } in getMaxDepth() 392 MaxDepth = 0; in clear() 408 return MaxDepth > RHS.MaxDepth; 416 MaxDepth == RHS.MaxDepth;
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | GISelKnownBits.h | 33 unsigned MaxDepth; variable 45 GISelKnownBits(MachineFunction &MF, unsigned MaxDepth = 6); 101 unsigned getMaxDepth() const { return MaxDepth; } in getMaxDepth()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | Loads.cpp | 45 SmallPtrSetImpl<const Value *> &Visited, unsigned MaxDepth) { in isDereferenceableAndAlignedPointer() argument 49 if (MaxDepth-- == 0) in isDereferenceableAndAlignedPointer() 63 BC->getOperand(0), Alignment, Size, DL, CtxI, DT, Visited, MaxDepth); in isDereferenceableAndAlignedPointer() 100 CtxI, DT, Visited, MaxDepth); in isDereferenceableAndAlignedPointer() 106 RelocateInst->getDerivedPtr(), Alignment, Size, DL, CtxI, DT, Visited, MaxDepth); in isDereferenceableAndAlignedPointer() 110 Size, DL, CtxI, DT, Visited, MaxDepth); in isDereferenceableAndAlignedPointer() 115 DT, Visited, MaxDepth); in isDereferenceableAndAlignedPointer()
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 242 …er, typename LhsScalar, typename RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor=1, 243 bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class gemm_… 273 …er, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor> 274 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, … 288 SizeA = ActualRows * MaxDepth, 289 SizeB = ActualCols * MaxDepth 306 this->m_kc = MaxDepth; 324 …er, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor> 325 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, …
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 90 int MaxDepth, in MatchChildASTVisitor() argument 97 MaxDepth(MaxDepth), in MatchChildASTVisitor() 246 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match() 285 const int MaxDepth; member in clang::ast_matchers::internal::__anon5fe87f1e0111::MatchChildASTVisitor 378 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument 382 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal, in memoizedMatchesRecursively() 400 MaxDepth, Traversal, Bind); in memoizedMatchesRecursively() 412 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument 415 &Matcher, this, Builder, MaxDepth, Traversal, Bind); in matchesRecursively()
|
/external/llvm-project/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 97 BoundNodesTreeBuilder *Builder, int MaxDepth, in MatchChildASTVisitor() argument 101 MaxDepth(MaxDepth), IgnoreImplicitChildren(IgnoreImplicitChildren), in MatchChildASTVisitor() 175 if (CurrentDepth == 0 || (CurrentDepth <= MaxDepth && MaxDepth < INT_MAX)) in TraverseStmt() 329 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) { in match() 368 const int MaxDepth; member in clang::ast_matchers::internal::__anon637901cc0111::MatchChildASTVisitor 469 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively() argument 473 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively() 482 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively() 492 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively() 504 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively() argument [all …]
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local 735 if (CondDepth > MaxDepth) { in shouldConvertIf() 736 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() 746 if (TDepth > MaxDepth) { in shouldConvertIf() 747 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() 757 if (FDepth > MaxDepth) { in shouldConvertIf() 758 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
|
D | ScheduleDAG.cpp | 303 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 1358 MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth + 1); in countBeneficialSubLoops() 1387 MaxLoopDepth = std::max(MaxLoopDepth, Stats.MaxDepth); in countBeneficialLoops() 1794 if (Stats.MaxDepth == 0) in updateLoopCountStatistic() 1796 else if (Stats.MaxDepth == 1) in updateLoopCountStatistic() 1798 else if (Stats.MaxDepth == 2) in updateLoopCountStatistic() 1800 else if (Stats.MaxDepth == 3) in updateLoopCountStatistic() 1802 else if (Stats.MaxDepth == 4) in updateLoopCountStatistic() 1804 else if (Stats.MaxDepth == 5) in updateLoopCountStatistic() 1812 if (Stats.MaxDepth == 0) in updateLoopCountStatistic() 1814 else if (Stats.MaxDepth == 1) in updateLoopCountStatistic() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86CmovConversion.cpp | 426 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() local 467 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates() 468 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CmovConversion.cpp | 426 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() local 467 MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth); in checkForProfitableCmovCandidates() 468 MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt); in checkForProfitableCmovCandidates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 844 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local 849 if (CondDepth > MaxDepth) { in shouldConvertIf() 850 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() 860 if (TDepth > MaxDepth) { in shouldConvertIf() 861 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() 871 if (FDepth > MaxDepth) { in shouldConvertIf() 872 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
|
D | ScheduleDAG.cpp | 330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 230 const int MaxDepth = 20; in hoistAddrSpaceCastFrom() local 231 if (Depth >= MaxDepth) in hoistAddrSpaceCastFrom()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 881 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local 886 if (CondDepth > MaxDepth) { in shouldConvertIf() 887 unsigned Extra = CondDepth - MaxDepth; in shouldConvertIf() 899 if (TDepth > MaxDepth) { in shouldConvertIf() 900 unsigned Extra = TDepth - MaxDepth; in shouldConvertIf() 912 if (FDepth > MaxDepth) { in shouldConvertIf() 913 unsigned Extra = FDepth - MaxDepth; in shouldConvertIf()
|
D | ScheduleDAG.cpp | 330 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local 333 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
|
D | MachineInstr.cpp | 1545 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()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 30 GISelKnownBits::GISelKnownBits(MachineFunction &MF, unsigned MaxDepth) in GISelKnownBits() argument 32 DL(MF.getFunction().getParent()->getDataLayout()), MaxDepth(MaxDepth) {} in GISelKnownBits()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 80 const unsigned MaxDepth = 6; variable 120 std::array<const Value *, MaxDepth> Excluded; 689 if (Depth == MaxDepth) in computeKnownBitsFromAssume() 1511 if (Depth < MaxDepth - 1 && !Known.Zero && !Known.One) { in computeKnownBitsFromOperator() 1533 computeKnownBits(IncValue, Known2, MaxDepth - 1, RecQ); in computeKnownBitsFromOperator() 1724 assert(Depth <= MaxDepth && "Limit Search Depth"); in computeKnownBits() 1795 if (Depth == MaxDepth) in computeKnownBits() 1831 assert(Depth <= MaxDepth && "Limit Search Depth"); in isKnownToBeAPowerOfTwo() 1850 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo() 1979 if (Depth++ >= MaxDepth) in isGEPKnownNonNull() [all …]
|
D | VectorUtils.cpp | 331 const unsigned MaxDepth = 6; variable 334 assert(Depth <= MaxDepth && "Limit Search Depth"); in isSplatValue() 350 if (Depth++ == MaxDepth) in isSplatValue()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 47 const unsigned MaxDepth = 6; variable 83 std::array<const Value*, MaxDepth> Excluded; 555 if (Depth == MaxDepth) in computeKnownBitsFromAssume() 1254 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) { in computeKnownBitsFromOperator() 1269 computeKnownBits(IncValue, KnownZero2, KnownOne2, MaxDepth - 1, Q); in computeKnownBitsFromOperator() 1378 assert(Depth <= MaxDepth && "Limit Search Depth"); in computeKnownBits() 1443 if (Depth == MaxDepth) in computeKnownBits() 1516 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo() 1639 if (Depth++ >= MaxDepth) in isGEPKnownNonNull() 1708 if (Depth++ >= MaxDepth) in isKnownNonZero() [all …]
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_stream.h | 196 size_t MaxDepth() const { return summary_levels_.size(); } in MaxDepth() function
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 45 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::MaxColsAtCompileTime, enumerator 57 depth_select = product_size_category<Depth,MaxDepth>::value enumerator
|
/external/llvm-project/polly/include/polly/ |
D | ScopDetection.h | 186 int MaxDepth; member
|