Lines Matching refs:UserIC
1151 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);
4970 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF() argument
5056 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()
10289 IC = UserIC > 0 ? UserIC : IC; in processLoop()