Searched refs:InnerLoopVectorizer (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 469 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 D | LoopVectorizationPlanner.h | 386 InnerLoopVectorizer &LB, DominatorTree *DT,
|
H A D | VPlan.h | 55 class InnerLoopVectorizer; variable 258 InnerLoopVectorizer *ILV, VPlan *Plan, LLVMContext &Ctx); 412 InnerLoopVectorizer *ILV;
|
H A D | VPlan.cpp | 221 InnerLoopVectorizer *ILV, VPlan *Plan, in VPTransformState()
|