Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1032 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
1453 void setTailFoldingStyles(bool IsScalableVF, unsigned UserIC) { in setTailFoldingStyles() argument
1477 IsScalableVF && UserIC <= 1 && in setTailFoldingStyles()
1493 << (UserIC > 1 in setTailFoldingStyles()
3999 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF() argument
4097 UserIC ? *MaxPowerOf2RuntimeVF * UserIC : *MaxPowerOf2RuntimeVF; in computeMaxVF()
4116 setTailFoldingStyles(MaxFactors.ScalableVF.isScalable(), UserIC); in computeMaxVF()
6857 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument
6862 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()
9808 unsigned UserIC = Hints.getInterleave(); in processLoop() local
[all …]
H A DLoopVectorizationPlanner.h359 std::optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);