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

  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 131 Unroll = CoeffReadCost != Dynamic && CoeffReadCost <= EIGEN_UNROLLING_LIMIT,
136 Unroll ? InnerSize-1 : Dynamic,
187 Unroll ? InnerSize-1 : Dynamic,
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 100 VectorizationUnroll("force-vector-unroll", cl::init(0), cl::Hidden,
101 cl::desc("Sets the vectorization unroll count. "
116 /// We don't unroll loops with a known constant trip count below this number.
126 /// Maximum vectorization unroll count.
173 /// When we unroll loops we have multiple vector values for each scalar.
269 /// The unroll factor. Each entry in the map stores this number of vector
294 /// The vectorization unroll factor to use. Each scalar is vectorized to this
662 /// \return The most profitable unroll factor.
663 /// If UserUF is non-zero then this method finds the best unroll-factor
725 /// Vectorization unroll factor
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 588 milliseconds