Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h348 VPlan &getBestPlanFor(ElementCount VF) const;
H A DLoopVectorize.cpp7436 VPlan &LoopVectorizationPlanner::getBestPlanFor(ElementCount VF) const { in getBestPlanFor() function in LoopVectorizationPlanner
9655 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath()
10133 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoop()
10157 VPlan &BestMainPlan = LVP.getBestPlanFor(EPI.MainLoopVF); in processLoop()
10170 VPlan &BestEpiPlan = LVP.getBestPlanFor(EPI.EpilogueVF); in processLoop()
10238 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoop()