Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h226 VectorizationFactor plan(bool OptForSize, unsigned UserVF);
230 VectorizationFactor planInVPlanNativePath(bool OptForSize, unsigned UserVF);
H A DLoopVectorize.cpp850 collectUniformsAndScalars(UserVF); in selectUserVectorizationFactor()
851 collectInstsToScalarize(UserVF); in selectUserVectorizationFactor()
6083 if (VPlanBuildStressTest && !UserVF) in planInVPlanNativePath()
6084 UserVF = 4; in planInVPlanNativePath()
6090 buildVPlans(UserVF, UserVF); in planInVPlanNativePath()
6096 return {UserVF, 0}; in planInVPlanNativePath()
6124 if (UserVF) { in plan()
6130 buildVPlansWithVPRecipes(UserVF, UserVF); in plan()
6132 return {UserVF, 0}; in plan()
7112 unsigned UserVF = Hints.getWidth(); in processLoopInVPlanNativePath() local
[all …]