Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h385 executePlan(ElementCount VF, unsigned UF, VPlan &BestPlan,
H A DLoopVectorize.cpp7274 LoopVectorizationPlanner::executePlan( in executePlan() function in LoopVectorizationPlanner
9480 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath()
9947 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop()
9972 const auto &[ExpandedSCEVs, ReductionResumeValues] = LVP.executePlan( in processLoop()
10055 LVP.executePlan(EPI.EpilogueVF, EPI.EpilogueUF, BestEpiPlan, EpilogILV, in processLoop()
10077 LVP.executePlan(Width, IC, BestPlan, LB, DT, false); in processLoop()