Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h300 std::optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
H A DLoopVectorize.cpp1181 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
5116 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()
7503 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument
7505 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()
10325 unsigned UserIC = Hints.getInterleave(); in processLoop() local
10340 unsigned SelectedIC = std::max(IC, UserIC); in processLoop()
10376 if (!MaybeVF && UserIC > 1) { in processLoop()
10385 } else if (IC == 1 && UserIC <= 1) { in processLoop()
10392 if (UserIC == 1) { in processLoop()
10397 } else if (IC > 1 && UserIC == 1) { in processLoop()
[all …]