Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h299 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
H A DLoopVectorize.cpp5056 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()
7429 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument
7431 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()
10205 unsigned UserIC = Hints.getInterleave(); in processLoop() local
10208 Optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop()
10220 unsigned SelectedIC = std::max(IC, UserIC); in processLoop()
10256 if (!MaybeVF && UserIC > 1) { in processLoop()
10265 } else if (IC == 1 && UserIC <= 1) { in processLoop()
10272 if (UserIC == 1) { in processLoop()
10277 } else if (IC > 1 && UserIC == 1) { in processLoop()
[all …]