Searched refs:MaxDepth (Results 1 - 25 of 25) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h243 template<int StorageOrder, typename LhsScalar, typename RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor=1,
244 bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class gemm_blocking_space;
274 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
275 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, true /* == FiniteAtCompileTime */>
289 SizeA = ActualRows * MaxDepth,
290 SizeB = ActualCols * MaxDepth
307 this->m_kc = MaxDepth;
325 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
326 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, false>
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
H A Dd3d10tri.cpp95 vp.MaxDepth = 1.0f;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
H A Dd3d11tri.cpp97 vp.MaxDepth = 1.0f;
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(*PI.PHI).Depth; local
735 if (CondDepth > MaxDepth) {
736 unsigned Extra = CondDepth - MaxDepth;
746 if (TDepth > MaxDepth) {
747 unsigned Extra = TDepth - MaxDepth;
757 if (FDepth > MaxDepth) {
758 unsigned Extra = FDepth - MaxDepth;
H A DScheduleDAG.cpp303 unsigned MaxDepth = BestI->getSUnit()->getDepth();
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
H A DMachinePipeliner.cpp425 int MaxDepth = 0; member in class:__anon12580::NodeSet
470 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
479 MaxDepth = 0;
495 return MaxDepth > RHS.MaxDepth;
503 MaxDepth == RHS.MaxDepth;
513 << " depth " << MaxDepth << " col " << Colocate << "\n";
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp90 int MaxDepth,
97 MaxDepth(MaxDepth),
240 // 0 < CurrentDepth <= MaxDepth.
246 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
285 const int MaxDepth; member in class:clang::ast_matchers::internal::__anon1129::MatchChildASTVisitor
378 BoundNodesTreeBuilder *Builder, int MaxDepth,
382 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
400 MaxDepth, Traversal, Bind);
412 BoundNodesTreeBuilder *Builder, int MaxDepth,
87 MatchChildASTVisitor(const DynTypedMatcher *Matcher, ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder, int MaxDepth, ASTMatchFinder::TraversalKind Traversal, ASTMatchFinder::BindKind Bind) argument
376 memoizedMatchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
410 matchesRecursively(const ast_type_traits::DynTypedNode &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, int MaxDepth, TraversalKind Traversal, BindKind Bind) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.cpp98 vp.MaxDepth = 1.0f;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp230 const int MaxDepth = 20; local
231 if (Depth >= MaxDepth)
/external/mesa3d/src/mesa/main/
H A Dmatrix.c251 if (stack->Depth + 1 >= stack->MaxDepth) {
671 stack->MaxDepth = maxDepth;
693 for (i = 0; i < stack->MaxDepth; i++) {
H A Dmtypes.h3104 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */
3105 GLuint Depth; /**< 0 <= Depth < MaxDepth */
3106 GLuint MaxDepth; /**< size of Stack[] array */ member in struct:gl_matrix_stack
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DValueTracking.cpp33 const unsigned MaxDepth = 6; variable
64 assert(Depth <= MaxDepth && "Limit Search Depth");
147 if (Depth == MaxDepth || Mask == 0)
645 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
661 KnownZero2, KnownOne2, TD, MaxDepth-1);
731 if (Depth++ == MaxDepth)
770 if (Depth++ == MaxDepth)
1075 const unsigned MaxDepth = 6; local
1078 assert(Depth <= MaxDepth && "Limit Search Depth");
1106 if (Depth == MaxDepth) retur
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.cpp151 vp.MaxDepth = 1.0f;
/external/llvm/lib/Analysis/
H A DValueTracking.cpp47 const unsigned MaxDepth = 6; variable
83 std::array<const Value*, MaxDepth> Excluded;
555 if (Depth == MaxDepth)
1254 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
1269 computeKnownBits(IncValue, KnownZero2, KnownOne2, MaxDepth - 1, Q);
1378 assert(Depth <= MaxDepth && "Limit Search Depth");
1443 if (Depth == MaxDepth)
1516 if (Depth++ == MaxDepth)
1639 if (Depth++ >= MaxDepth)
1708 if (Depth++ >= MaxDepth)
2181 const unsigned MaxDepth = 6; local
[all...]
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h45 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::MaxColsAtCompileTime, enumerator in enum:Eigen::internal::product_type::__anon5121
57 depth_select = product_size_category<Depth,MaxDepth>::value
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h380 enum { MaxDepth = 256 }; enumerator in enum:clang::BalancedDelimiterTracker::__anon1390
H A DParser.cpp2095 if (getDepth() < MaxDepth)
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h211 vp.MaxDepth = 1;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.cpp386 vp.MaxDepth = 1.0f;
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1878 size_t MaxDepth = DAG.lookup(IJ); local
1882 MaxDepth << " and size " << DAG.size() << "\n");
2195 MaxDepth << " and size " << PrunedDAG.size() <<
2198 MaxDepth >= Config.ReqChainDepth) &&
2200 BestMaxDepth = MaxDepth;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp946 const unsigned MaxDepth = 6; member in namespace:__anon13306
1042 if (Depth++ == MaxDepth)
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10.idl798 FLOAT MaxDepth;
H A Dd3d11.idl454 FLOAT MaxDepth;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h967 viewport.scale[2] = (viewports[0].MaxDepth - viewports[0].MinDepth);
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl8787 my ($Path, $Type, $Name, $MaxDepth, $UseRegex) = @_;
8794 if($MaxDepth!=1) {
8844 if($MaxDepth) {
8845 $Cmd .= " -maxdepth $MaxDepth";
20942 my ($Path, $Type, $MaxDepth) = @_;
20944 return cmd_find($Path, $Type, '\.'.$LIB_EXT.'[0-9.]*\Z', $MaxDepth, 1);

Completed in 603 milliseconds