Home
last modified time | relevance | path

Searched refs:BestPlan (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.cpp7117 VPlan *BestPlan = &FirstPlan; in getBestPlan() local
7150 BestPlan = &*P; in getBestPlan()
7154 BestPlan->setVF(BestFactor.Width); in getBestPlan()
7155 return *BestPlan; in getBestPlan()
9469 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath() local
9480 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath()
9943 VPlan &BestPlan = in processLoop() local
9945 assert((UseLegacyCostModel || BestPlan.hasScalarVFOnly()) && in processLoop()
9947 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop()
10063 VPlan &BestPlan = in processLoop() local
[all …]