Searched refs:InnerLoopVectorizer (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 454 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 D | LoopVectorizationPlanner.h | 303 void executePlan(InnerLoopVectorizer &LB, DominatorTree *DT);
|
H A D | VPlan.h | 54 class InnerLoopVectorizer; variable 197 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState() 338 InnerLoopVectorizer *ILV;
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 46 InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
|