Searched refs:BestPlan (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 501 VPlan &BestPlan,
|
| H A D | LoopVectorize.cpp | 7072 VPlan &BestPlan = getPlanFor(BestFactor.Width); in computeBestVF() local 7080 precomputeCosts(BestPlan, BestFactor.Width, CostCtx); in computeBestVF() 7084 assert((BestFactor.Width == LegacyVF.Width || BestPlan.hasEarlyExit() || in computeBestVF() 9457 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoopInVPlanNativePath() local 9462 VF.Width, 1, &CM, BFI, PSI, Checks, BestPlan); in processLoopInVPlanNativePath() 9465 LVP.executePlan(VF.Width, 1, BestPlan, LB, DT, false); in processLoopInVPlanNativePath() 10233 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoop() local 10236 ElementCount::getFixed(1), IC, &CM, BFI, PSI, Checks, BestPlan); in processLoop() 10238 LVP.executePlan(VF.Width, IC, BestPlan, Unroller, DT, false); in processLoop() 10249 VPlan &BestPlan = LVP.getPlanFor(VF.Width); in processLoop() local [all …]
|