HomeSort by: relevance | last modified time | path
    Searched defs:Vectorize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 124 .Case("vectorize", LoopHintAttr::Vectorize)
135 .Default(LoopHintAttr::Vectorize);
152 } else if (Option == LoopHintAttr::Vectorize ||
252 // There are 6 categories of loop hints attributes: vectorize, interleave,
277 Vectorize,
286 case LoopHintAttr::Vectorize:
288 Category = Vectorize;
318 if (Option == LoopHintAttr::Vectorize ||
324 // Enable|Disable|AssumeSafety hint. For example, vectorize(enable)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 19 #include "llvm/Transforms/Vectorize/SLPVectorizer.h"
89 #include "llvm/Transforms/Vectorize.h"
110 cl::opt<bool> RunSLPVectorization("vectorize-slp", cl::init(true), cl::Hidden,
115 cl::desc("Only vectorize if you gain more than this "
119 ShouldVectorizeHor("slp-vectorize-hor", cl::init(true), cl::Hidden,
120 cl::desc("Attempt to vectorize horizontal reductions"));
123 "slp-vectorize-hor-store", cl::init(false), cl::Hidden,
125 "Attempt to vectorize horizontal reductions feeding into a store"));
129 cl::desc("Attempt to vectorize for this register size in bits"));
149 cl::desc("Attempt to vectorize for this register size in bits"))
    [all...]

Completed in 28 milliseconds