/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 236 …er, typename LhsScalar, typename RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor=1, 237 bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class gemm_… 269 …er, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor> 270 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, … 284 SizeA = ActualRows * MaxDepth, 285 SizeB = ActualCols * MaxDepth, 286 SizeW = MaxDepth * Traits::WorkSpaceFactor 299 this->m_kc = MaxDepth; 311 …er, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor> 312 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::__anon887b50f80111::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/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/lib/Target/NVPTX/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 227 const int MaxDepth = 20; in hoistAddrSpaceCastFrom() local 228 if (Depth >= MaxDepth) in hoistAddrSpaceCastFrom()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/ |
D | d3d10tri.cpp | 95 vp.MaxDepth = 1.0f; in draw()
|
/external/mesa3d/src/mesa/main/ |
D | matrix.c | 251 if (stack->Depth + 1 >= stack->MaxDepth) { in _mesa_PushMatrix() 671 stack->MaxDepth = maxDepth; in init_matrix_stack() 693 for (i = 0; i < stack->MaxDepth; i++) { in free_matrix_stack()
|
D | mtypes.h | 3106 GLuint MaxDepth; /**< size of Stack[] array */ member
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/ |
D | d3d11tri.cpp | 97 vp.MaxDepth = 1.0f; in draw()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
D | d3d11tex.cpp | 98 vp.MaxDepth = 1.0f; in draw()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
D | d3d11spikysphere.cpp | 151 vp.MaxDepth = 1.0f; in draw()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 43 const unsigned MaxDepth = 6; variable 763 if (Depth == MaxDepth) in computeKnownBitsFromAssume() 1447 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) { in computeKnownBitsFromOperator() 1463 MaxDepth - 1, Q); in computeKnownBitsFromOperator() 1615 assert(Depth <= MaxDepth && "Limit Search Depth"); in computeKnownBits() 1663 if (Depth == MaxDepth) in computeKnownBits() 1742 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo() 1864 if (Depth++ >= MaxDepth) in isGEPKnownNonNull() 1922 if (Depth++ >= MaxDepth) in isKnownNonZero() 2372 const unsigned MaxDepth = 6; in ComputeMultiple() local [all …]
|
/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 380 enum { MaxDepth = 256 }; enumerator
|
D | Parser.cpp | 2073 if (getDepth() < MaxDepth) in expectAndConsume()
|
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 66 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::MaxColsAtCompileTime, enumerator 79 depth_select = product_size_category<Depth,MaxDepth>::value enumerator
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
D | d3d11u.h | 211 vp.MaxDepth = 1; in bind()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
D | d3d11gears.cpp | 386 vp.MaxDepth = 1.0f; in draw()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1860 size_t MaxDepth = DAG.lookup(IJ); in findBestDAGFor() local 1864 MaxDepth << " and size " << DAG.size() << "\n"); in findBestDAGFor() 2177 MaxDepth << " and size " << PrunedDAG.size() << in findBestDAGFor() 2180 MaxDepth >= Config.ReqChainDepth) && in findBestDAGFor() 2182 BestMaxDepth = MaxDepth; in findBestDAGFor()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 932 const unsigned MaxDepth = 6; variable 1028 if (Depth++ == MaxDepth) in visitUDivOperand()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
D | d3d10.idl | 798 FLOAT MaxDepth;
|
D | d3d11.idl | 454 FLOAT MaxDepth;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 967 viewport.scale[2] = (viewports[0].MaxDepth - viewports[0].MinDepth); in set_viewport()
|