Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
292 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
1246 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);5819 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()8030 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument8032 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()10191 unsigned UserIC = Hints.getInterleave(); in processLoop() local10194 Optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop()10216 if (!MaybeVF && UserIC > 1) { in processLoop()10225 } else if (IC == 1 && UserIC <= 1) { in processLoop()10232 if (UserIC == 1) { in processLoop()10237 } else if (IC > 1 && UserIC == 1) { in processLoop()[all …]