Home
last modified time | relevance | path

Searched refs:hasVF (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h398 [&](const VPlanPtr &Plan) { return Plan->hasVF(VF); }); in hasPlanWithVF()
H A DVPlanTransforms.cpp581 bool HasOnlyVectorVFs = !Plan.hasVF(ElementCount::getFixed(1)); in legalizeAndOptimizeInductions()
675 assert(Plan.hasVF(BestVF) && "BestVF is not available in Plan"); in optimizeForVFAndUF()
H A DVPlan.h3388 assert(hasVF(VF) && "Cannot set VF not already in plan"); in setVF()
3393 bool hasVF(ElementCount VF) { return VFs.count(VF); } in hasVF() function
H A DLoopVectorize.cpp4519 return P->hasVF(ElementCount::getFixed(1)); in selectVectorizationFactor()
7160 [VF](const VPlanPtr &Plan) { return Plan->hasVF(VF); }) == in getBestPlanFor()
7165 if (Plan->hasVF(VF)) in getBestPlanFor()
7278 assert(BestVPlan.hasVF(BestVF) && in executePlan()
8331 if (!Plan->hasVF(ElementCount::getFixed(1))) in buildVPlansWithVPRecipes()