Home
last modified time | relevance | path

Searched refs:ILV (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7560 VPTransformState State{BestVF, BestUF, LI, DT, ILV.Builder, &ILV, &BestVPlan}; in executePlan()
7563 ILV.createVectorizedLoopSkeleton(); in executePlan()
7567 const LoopAccessInfo *LAI = ILV.Legal->getLAI(); in executePlan()
7581 ILV.collectPoisonGeneratingRecipes(State); in executePlan()
7583 ILV.printDebugTracesAtStart(); in executePlan()
7594 BestVPlan.prepareToExecute(ILV.getOrCreateTripCount(nullptr), in executePlan()
7629 ILV.fixVectorizedLoop(State, BestVPlan); in executePlan()
7631 ILV.printDebugTracesAtEnd(); in executePlan()
9499 bool IsOrdered = State.ILV->useOrderedReductions(*RdxDesc); in execute()
9766 Value *B = ILV->getBroadcastInstrs(IRV); in get()
[all …]
H A DVPlan.h204 InnerLoopVectorizer *ILV, VPlan *Plan) in VPTransformState()
205 : VF(VF), UF(UF), LI(LI), DT(DT), Builder(Builder), ILV(ILV), Plan(Plan), in VPTransformState()
363 InnerLoopVectorizer *ILV; member