Searched defs:Unroll (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h131 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT, enumerator in enum:Eigen::CoeffBasedProduct::__anon20751
136 Unroll ? InnerSize-1 : Dynamic,
187 Unroll ? InnerSize-1 : Dynamic,
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp933 Unroll(DisableUnrolling),
939 Unroll = VectorizationUnroll;
941 DEBUG(if (DisableUnrolling && Unroll == 1) dbgs()
991 if (Width != 0 && Unroll != 0)
992 R << " with width " << Width << " and interleave count " << Unroll; local
995 else if (Unroll != 0)
996 R << " with interleave count " << Unroll; local
1006 unsigned getUnroll() const { return Unroll; }
1065 Unroll = Val;
1082 unsigned Unroll; member in class:__anon26368::LoopVectorizeHints
[all...]

Completed in 90 milliseconds