Searched refs:InnerLoopVectorizer (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 445 class InnerLoopVectorizer { class 447 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE, in InnerLoopVectorizer() function in llvm::InnerLoopVectorizer 471 virtual ~InnerLoopVectorizer() = default; 747 class InnerLoopUnroller : public InnerLoopVectorizer { 757 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, in InnerLoopUnroller() 796 class InnerLoopAndEpilogueVectorizer : public InnerLoopVectorizer { 806 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, in InnerLoopAndEpilogueVectorizer() 1035 void InnerLoopVectorizer::collectPoisonGeneratingRecipes( in collectPoisonGeneratingRecipes() 1113 PHINode *InnerLoopVectorizer::getReductionResumeValue( in getReductionResumeValue() 2277 Value *InnerLoopVectorizer::getBroadcastInstrs(Value *V) { in getBroadcastInstrs() [all …]
|
| H A D | LoopVectorizationPlanner.h | 315 InnerLoopVectorizer &LB, DominatorTree *DT,
|
| H A D | VPlan.h | 51 class InnerLoopVectorizer; variable 209 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState() 368 InnerLoopVectorizer *ILV;
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 46 InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
|