Home
last modified time | relevance | path

Searched refs:UserVF (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1224 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 …]
H A DLoopVectorizationPlanner.h341 std::optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
345 VectorizationFactor planInVPlanNativePath(ElementCount UserVF);