Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h364 executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
H A DLoopVectorize.cpp7541 LoopVectorizationPlanner::executePlan( in executePlan() function in LoopVectorizationPlanner
9666 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath()
10134 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop()
10158 const auto &[ExpandedSCEVs, ReductionResumeValues] = LVP.executePlan( in processLoop()
10227 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV, in processLoop()
10239 LVP.executePlan(VF.Width, IC, BestPlan, LB, DT, false); in processLoop()