Searched refs:UserVF (Results 1 – 2 of 2) sorted by relevance
1224 collectInstsToScalarize(UserVF); in selectUserVectorizationFactor()4540 if (UserVF) { in computeFeasibleMaxVF()4546 if (UserVF.isScalable()) in computeFeasibleMaxVF()4548 ElementCount::getFixed(UserVF.getKnownMinValue()), UserVF); in computeFeasibleMaxVF()4550 return UserVF; in computeFeasibleMaxVF()4557 if (!UserVF.isScalable()) { in computeFeasibleMaxVF()7299 ElementCount VF = UserVF; in planInVPlanNativePath()7307 if (UserVF.isZero()) { in planInVPlanNativePath()7384 buildVPlansWithVPRecipes(UserVF, UserVF); in plan()7385 if (!hasPlanWithVF(UserVF)) { in plan()[all …]
341 std::optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);345 VectorizationFactor planInVPlanNativePath(ElementCount UserVF);