Home
last modified time | relevance | path

Searched refs:BestUF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.h54 unsigned BestUF,
H A DVPlanTransforms.cpp673 unsigned BestUF, in optimizeForVFAndUF() argument
676 assert(Plan.hasUF(BestUF) && "BestUF is not available in Plan"); in optimizeForVFAndUF()
695 ElementCount NumElements = BestVF.multiplyCoefficientBy(BestUF); in optimizeForVFAndUF()
712 Plan.setUF(BestUF); in optimizeForVFAndUF()
H A DLoopVectorize.cpp7275 ElementCount BestVF, unsigned BestUF, VPlan &BestVPlan, in executePlan() argument
7280 assert(BestVPlan.hasUF(BestUF) && in executePlan()
7287 VPlanTransforms::optimizeForVFAndUF(BestVPlan, BestVF, BestUF, PSE); in executePlan()
7290 << ", UF=" << BestUF << '\n'); in executePlan()
7295 VPTransformState State(BestVF, BestUF, LI, DT, ILV.Builder, &ILV, &BestVPlan, in executePlan()