Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h366 VPlan &getBestPlanFor(ElementCount VF) const;
H A DLoopVectorize.cpp7158 VPlan &LoopVectorizationPlanner::getBestPlanFor(ElementCount VF) const { in getBestPlanFor() function in LoopVectorizationPlanner
9469 VPlan &BestPlan = LVP.getBestPlanFor(VF.Width); in processLoopInVPlanNativePath()
9944 UseLegacyCostModel ? LVP.getBestPlanFor(VF.Width) : LVP.getBestPlan(); in processLoop()
9971 LVP.getBestPlanFor(EPI.MainLoopVF).duplicate()); in processLoop()
9984 VPlan &BestEpiPlan = LVP.getBestPlanFor(EPI.EpilogueVF); in processLoop()
10064 UseLegacyCostModel ? LVP.getBestPlanFor(Width) : LVP.getBestPlan(); in processLoop()