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

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 70 .Case("unroll", LoopHintAttr::Unroll)
76 Option == LoopHintAttr::Unroll) {
110 // unroll. Each comes in two variants: an enable/disable form and a
112 // unroll(enable|disable) and unroll_count(N). The following array
126 {LoopHintAttr::Unroll, LoopHintAttr::UnrollCount, false, false,
149 case LoopHintAttr::Unroll:
158 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll) {
  /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 110 VectorizationUnroll("force-vector-unroll", cl::init(0), cl::Hidden,
111 cl::desc("Sets the vectorization unroll count. "
141 /// We don't unroll loops with a known constant trip count below this number.
159 /// Maximum vectorization unroll count.
163 "force-target-max-scalar-unroll", cl::init(0), cl::Hidden,
164 cl::desc("A flag that overrides the target's max unroll factor for scalar "
168 "force-target-max-vector-unroll", cl::init(0), cl::Hidden,
169 cl::desc("A flag that overrides the target's max unroll factor for "
188 // Runtime unroll loops for load/store throughput.
190 "enable-loadstore-runtime-unroll", cl::init(true), cl::Hidden
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 552 // Add vectorize and unroll hints to the metadata on the conditional branch.
572 MetadataName = "llvm.loop.vectorize.unroll";
574 case LoopHintAttr::Unroll:
575 MetadataName = "llvm.loop.unroll.enable";
578 MetadataName = "llvm.loop.unroll.count";
602 case LoopHintAttr::Unroll:
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 724 milliseconds