Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2444 const SCEV2ValueTy &ExpandedSCEVs) { in getExpandedStep() argument
2450 Value *V = ExpandedSCEVs.lookup(Step); in getExpandedStep()
7260 DenseMap<const SCEV *, Value *> ExpandedSCEVs; in executePlan() local
7268 ExpandedSCEVs[ExpSCEV->getSCEV()] = State.get(ExpSCEV, VPLane(0)); in executePlan()
7269 VPValue *Exp = BestVPlan.getOrAddLiveIn(ExpandedSCEVs[ExpSCEV->getSCEV()]); in executePlan()
7398 return ExpandedSCEVs; in executePlan()
9741 const SCEV2ValueTy &ExpandedSCEVs, in preparePlanForEpilogueVectorLoop() argument
9873 Plan.getOrAddLiveIn(ExpandedSCEVs.lookup(ExpandR->getSCEV())); in preparePlanForEpilogueVectorLoop()
9887 const SCEV2ValueTy &ExpandedSCEVs, Value *MainVectorTripCount, in createInductionAdditionalBypassValues() argument
9889 Value *Step = getExpandedStep(II, ExpandedSCEVs); in createInductionAdditionalBypassValues()
[all …]