Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h292 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
296 VectorizationFactor planInVPlanNativePath(ElementCount UserVF);
H A DLoopVectorize.cpp1266 collectUniformsAndScalars(UserVF); in selectUserVectorizationFactor()
1267 collectInstsToScalarize(UserVF); in selectUserVectorizationFactor()
5666 if (UserVF) { in computeFeasibleMaxVF()
5672 if (UserVF.isScalable()) in computeFeasibleMaxVF()
5674 ElementCount::getFixed(UserVF.getKnownMinValue()), UserVF); in computeFeasibleMaxVF()
5676 return UserVF; in computeFeasibleMaxVF()
5683 if (!UserVF.isScalable()) { in computeFeasibleMaxVF()
7987 ElementCount VF = UserVF; in planInVPlanNativePath()
7995 if (UserVF.isZero()) { in planInVPlanNativePath()
8061 buildVPlansWithVPRecipes(UserVF, UserVF); in plan()
[all …]