Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp445 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 DLoopVectorizationPlanner.h315 InnerLoopVectorizer &LB, DominatorTree *DT,
H A DVPlan.h51 class InnerLoopVectorizer; variable
209 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState()
368 InnerLoopVectorizer *ILV;
/openbsd-src/gnu/llvm/llvm/docs/Proposals/
H A DVariableNames.rst46 InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,