HomeSort by relevance Sort by last modified time
    Searched defs:Unrolling (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/
Assign.h 20 * Part 1 : the logic deciding a strategy for traversal and unrolling *
89 Unrolling = (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTraversal))
121 EIGEN_DEBUG_VAR(Unrolling)
241 int Unrolling = assign_traits<Derived1, Derived2>::Unrolling,
249 template<typename Derived1, typename Derived2, int Unrolling, int Version>
250 struct assign_impl<Derived1, Derived2, InvalidTraversal, Unrolling, Version>
Redux.h 23 * Part 1 : the logic deciding a strategy for vectorization and unrolling
64 Unrolling = Cost != Dynamic && Cost <= UnrollingLimit
164 int Unrolling = redux_traits<Func, Derived>::Unrolling
SolveTriangular.h 35 Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompileTime <= 8)
44 int Unrolling = trsolve_traits<Lhs,Rhs,Side>::Unrolling,
108 * meta-unrolling implementation
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 37 cl::desc("The cut-off point for automatic loop unrolling"));
147 // Select threshold values used to limit unrolling based on a
154 // Determine the current unrolling threshold. While this is
169 // If the loop has an unrolling pragma, we want to be more
170 // aggressive with unrolling limits. Set thresholds to at
214 // Don't allow an estimate of size zero. This would allows unrolling of loops
366 DEBUG(dbgs() << " Not unrolling loop which contains non-duplicatable"
371 DEBUG(dbgs() << " Not unrolling loop with inlinable calls.\n");
379 // unrolling which is to be performed.
381 int Unrolling;
    [all...]

Completed in 1944 milliseconds