Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h292 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
H A DLoopVectorize.cpp1237 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
5774 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF() argument
5860 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()
7945 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument
7947 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()
9985 unsigned UserIC = Hints.getInterleave(); in processLoop() local
9988 Optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop()
10010 if (!MaybeVF && UserIC > 1) { in processLoop()
10019 } else if (IC == 1 && UserIC <= 1) { in processLoop()
10026 if (UserIC == 1) { in processLoop()
[all …]