Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp933 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
941 bool selectUserVectorizationFactor(ElementCount UserVF) { in selectUserVectorizationFactor() argument
942 collectNonVectorizedAndSetWideningDecisions(UserVF); in selectUserVectorizationFactor()
943 return expectedCost(UserVF).isValid(); in selectUserVectorizationFactor()
1506 ElementCount UserVF,
3516 unsigned MaxTripCount, ElementCount UserVF, bool FoldTailByMasking) { in computeFeasibleMaxVF() argument
3544 if (UserVF) { in computeFeasibleMaxVF()
3546 UserVF.isScalable() ? MaxSafeScalableVF : MaxSafeFixedVF; in computeFeasibleMaxVF()
3548 if (ElementCount::isKnownLE(UserVF, MaxSafeUserVF)) { in computeFeasibleMaxVF()
3550 if (UserVF.isScalable()) in computeFeasibleMaxVF()
[all …]
H A DLoopVectorizationPlanner.h476 void plan(ElementCount UserVF, unsigned UserIC);
480 VectorizationFactor planInVPlanNativePath(ElementCount UserVF);