Home
last modified time | relevance | path

Searched refs:Unrolling (Results 1 – 8 of 8) sorted by relevance

/external/eigen/test/
Dvectorization_logic.cpp35 …res = res && (int(traits::Unrolling)==InnerUnrolling || int(traits::Unrolling)==CompleteUnrolling); in test_assign()
37 res = res && int(traits::Unrolling)==unrolling; in test_assign()
48 << " got " << demangle_unrolling(traits::Unrolling) << "\n"; in test_assign()
57 bool res = traits::Traversal==traversal && traits::Unrolling==unrolling; in test_assign()
68 << " got " << demangle_unrolling(traits::Unrolling) << "\n"; in test_assign()
79 bool res = traits::Traversal==traversal && traits::Unrolling==unrolling; in test_redux()
89 << " got " << demangle_unrolling(traits::Unrolling) << "\n"; in test_redux()
/external/eigen/Eigen/src/Core/
DRedux.h61 Unrolling = Cost <= UnrollingLimit ? CompleteUnrolling : NoUnrolling enumerator
78 EIGEN_DEBUG_VAR(Unrolling) in debug()
181 int Unrolling = redux_traits<Func, Derived>::Unrolling
268 template<typename Func, typename Derived, int Unrolling>
269 struct redux_impl<Func, Derived, SliceVectorizedTraversal, Unrolling>
DSolveTriangular.h35Unrolling = (RhsIsVectorAtCompileTime && Rhs::SizeAtCompileTime != Dynamic && Rhs::SizeAtCompile… enumerator
44 int Unrolling = trsolve_traits<Lhs,Rhs,Side>::Unrolling,
DAssignEvaluator.h127Unrolling = (int(Traversal) == int(InnerVectorizedTraversal) || int(Traversal) == int(DefaultTrave… enumerator
178 …std::cerr << "Unrolling" << " = " << Unrolling << " (" << demangle_unrolling(Unrolling) << ")" << … in debug()
312 int Unrolling = Kernel::AssignmentTraits::Unrolling>
/external/eigen/doc/
DInsideEigenExample.dox317 int Unrolling = internal::assign_traits<Derived1, Derived2>::Unrolling>
322Unrolling are determined by a helper class internal::assign_traits. Its job is to determine which …
324 …that here \a Vectorization has the value \a LinearVectorization, and \a Unrolling has the value \a…
/external/clang/docs/
DLanguageExtensions.rst2101 Loop Unrolling
2104 Unrolling a loop reduces the loop control overhead and exposes more
2148 Unrolling of a loop can be prevented by specifying ``unroll(disable)``.
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt630 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net
/external/llvm/lib/Target/
DREADME.txt561 Unrolling by 2 would eliminate the '&1' in both copies, leading to a net