Searched refs:hasVF (Results 1 – 4 of 4) sorted by relevance
398 [&](const VPlanPtr &Plan) { return Plan->hasVF(VF); }); in hasPlanWithVF()
581 bool HasOnlyVectorVFs = !Plan.hasVF(ElementCount::getFixed(1)); in legalizeAndOptimizeInductions()675 assert(Plan.hasVF(BestVF) && "BestVF is not available in Plan"); in optimizeForVFAndUF()
3388 assert(hasVF(VF) && "Cannot set VF not already in plan"); in setVF()3393 bool hasVF(ElementCount VF) { return VFs.count(VF); } in hasVF() function
4519 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()