Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h306 VPlan &getBestPlanFor(ElementCount VF) const;
H A DLoopVectorize.cpp7501 VPlan &LoopVectorizationPlanner::getBestPlanFor(ElementCount VF) const { in getBestPlanFor() function in LoopVectorizationPlanner
9871 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath()
10338 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoop()
10362 VPlan &BestMainPlan = LVP.getBestPlanFor(EPI.MainLoopVF); in processLoop()
10375 VPlan &BestEpiPlan = LVP.getBestPlanFor(EPI.EpilogueVF); in processLoop()
10403 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoop()