Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp469 class InnerLoopVectorizer { class
471 InnerLoopVectorizer(Loop *OrigLoop, PredicatedScalarEvolution &PSE, in InnerLoopVectorizer() function in llvm::InnerLoopVectorizer
495 virtual ~InnerLoopVectorizer() = default;
711 class InnerLoopUnroller : public InnerLoopVectorizer {
721 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, in InnerLoopUnroller()
757 class InnerLoopAndEpilogueVectorizer : public InnerLoopVectorizer {
767 : InnerLoopVectorizer(OrigLoop, PSE, LI, DT, TLI, TTI, AC, ORE, in InnerLoopAndEpilogueVectorizer()
2350 void InnerLoopVectorizer::scalarizeInstruction(const Instruction *Instr, in scalarizeInstruction()
2408 InnerLoopVectorizer::getOrCreateVectorTripCount(BasicBlock *InsertBlock) { in getOrCreateVectorTripCount()
2457 void InnerLoopVectorizer::emitIterationCountCheck(BasicBlock *Bypass) { in emitIterationCountCheck()
[all …]
H A DLoopVectorizationPlanner.h386 InnerLoopVectorizer &LB, DominatorTree *DT,
H A DVPlan.h55 class InnerLoopVectorizer; variable
258 InnerLoopVectorizer *ILV, VPlan *Plan, LLVMContext &Ctx);
412 InnerLoopVectorizer *ILV;
H A DVPlan.cpp221 InnerLoopVectorizer *ILV, VPlan *Plan, in VPTransformState()