Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DGeneralProduct.h45 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::MaxColsAtCompileTime, enumerator
57 depth_select = product_size_category<Depth,MaxDepth>::value enumerator
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_stream.h194 size_t MaxDepth() const { return summary_levels_.size(); } in MaxDepth() function
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream.h194 size_t MaxDepth() const { return summary_levels_.size(); } in MaxDepth() function
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp230 const int MaxDepth = 20; in hoistAddrSpaceCastFrom() local
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp90 int MaxDepth, in MatchChildASTVisitor()
285 const int MaxDepth; member in clang::ast_matchers::internal::__anonf927a3570111::MatchChildASTVisitor
378 BoundNodesTreeBuilder *Builder, int MaxDepth, in memoizedMatchesRecursively()
412 BoundNodesTreeBuilder *Builder, int MaxDepth, in matchesRecursively()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h380 enum { MaxDepth = 256 }; enumerator
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp303 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local
DEarlyIfConversion.cpp730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local
DMachinePipeliner.cpp425 int MaxDepth = 0; member in __anon5f28c6f30111::NodeSet
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp329 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath() local
DEarlyIfConversion.cpp731 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; in shouldConvertIf() local
DMachinePipeliner.cpp464 unsigned MaxDepth = 0; member in __anona194c52b0111::NodeSet
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp432 DepthInfo &MaxDepth = LoopDepth[I]; in checkForProfitableCmovCandidates() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp33 const unsigned MaxDepth = 6; variable
1075 const unsigned MaxDepth = 6; in ComputeMultiple() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp147 static const unsigned MaxDepth = 3; member in __anon7bf6f80c0111::Vectorizer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp789 static const unsigned MaxDepth = 6; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp946 const unsigned MaxDepth = 6; variable
/external/llvm/lib/Analysis/
DValueTracking.cpp47 const unsigned MaxDepth = 6; variable
2181 const unsigned MaxDepth = 6; in ComputeMultiple() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp79 const unsigned MaxDepth = 6; variable
2464 const unsigned MaxDepth = 6; in ComputeMultiple() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1878 size_t MaxDepth = DAG.lookup(IJ); in findBestDAGFor() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp6808 const GCNSubtarget *ST, unsigned MaxDepth=5) { in isCanonicalized()
/external/mesa3d/src/mesa/main/
Dmtypes.h4276 GLuint MaxDepth; /**< size of Stack[] array */ member