Searched refs:BestVF (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.h | 53 static void optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
|
H A D | VPlanTransforms.cpp | 672 void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF, in optimizeForVFAndUF() argument 675 assert(Plan.hasVF(BestVF) && "BestVF is not available in Plan"); in optimizeForVFAndUF() 695 ElementCount NumElements = BestVF.multiplyCoefficientBy(BestUF); in optimizeForVFAndUF() 711 Plan.setVF(BestVF); in optimizeForVFAndUF()
|
H A D | LoopVectorize.cpp | 7275 ElementCount BestVF, unsigned BestUF, VPlan &BestVPlan, in executePlan() argument 7278 assert(BestVPlan.hasVF(BestVF) && in executePlan() 7287 VPlanTransforms::optimizeForVFAndUF(BestVPlan, BestVF, BestUF, PSE); in executePlan() 7289 LLVM_DEBUG(dbgs() << "Executing best plan with VF=" << BestVF in executePlan() 7295 VPTransformState State(BestVF, BestUF, LI, DT, ILV.Builder, &ILV, &BestVPlan, in executePlan()
|