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