Home
last modified time | relevance | path

Searched refs:InnerLoopVectorizer (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp454 class InnerLoopVectorizer { class
456 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE, in InnerLoopVectorizer() function in llvm::InnerLoopVectorizer
474 virtual ~InnerLoopVectorizer() = default;
880 class InnerLoopUnroller : public InnerLoopVectorizer {
890 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, in InnerLoopUnroller()
933 class InnerLoopAndEpilogueVectorizer : public InnerLoopVectorizer {
943 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, in InnerLoopAndEpilogueVectorizer()
1047 void InnerLoopVectorizer::setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst()
1165 void InnerLoopVectorizer::addNewMetadata(Instruction *To, in addNewMetadata()
1173 void InnerLoopVectorizer::addMetadata(Instruction *To, in addMetadata()
[all …]
H A DLoopVectorizationPlanner.h303 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
H A DVPlan.h54 class InnerLoopVectorizer; variable
197 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState()
338 InnerLoopVectorizer *ILV;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst46 InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,