HomeSort by: relevance | last modified time | path
    Searched refs:InnerLoopVectorizer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 22 // 3. InnerLoopVectorizer - A unit that performs the actual
440 /// InnerLoopVectorizer vectorizes loops which contain only one basic
449 /// InnerLoopVectorizer does not perform any vectorization-legality
451 /// aspects. The InnerLoopVectorizer relies on the
454 class InnerLoopVectorizer {
456 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE,
474 virtual ~InnerLoopVectorizer() = default;
880 class InnerLoopUnroller : public InnerLoopVectorizer {
890 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE,
933 class InnerLoopAndEpilogueVectorizer : public InnerLoopVectorizer {
    [all...]
LoopVectorizationPlanner.h 11 /// InnerLoopVectorizer vectorizes loops which contain only one basic
303 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
VPlan.h 54 class InnerLoopVectorizer;
197 InnerLoopVectorizer *ILV, VPlan *Plan)
337 /// Hold a pointer to InnerLoopVectorizer to reuse its IR generation methods.
338 InnerLoopVectorizer *ILV;

Completed in 21 milliseconds