Searched refs:getPlanFor (Results 1 – 3 of 3) sorted by relevance
484 VPlan &getPlanFor(ElementCount VF) const;
4487 getPlanFor(NextVF.Width).getTripCount(), SE); in selectEpilogueVectorizationFactor()7072 VPlan &BestPlan = getPlanFor(BestFactor.Width); in computeBestVF()7085 planContainsAdditionalSimplifications(getPlanFor(BestFactor.Width), in computeBestVF()7089 getPlanFor(LegacyVF.Width), CostCtx, OrigLoop, LegacyVF.Width)) && in computeBestVF()9457 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoopInVPlanNativePath()10100 IC = CM.selectInterleaveCount(LVP.getPlanFor(VF.Width), VF.Width, VF.Cost); in processLoop()10115 LVP.getPlanFor(VF.Width), SEL, in processLoop()10233 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoop()10249 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoop()10259 VPlan &BestEpiPlan = LVP.getPlanFor(EpilogueVF.Width); in processLoop()
1653 VPlan &LoopVectorizationPlanner::getPlanFor(ElementCount VF) const { in getPlanFor() function in LoopVectorizationPlanner