Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
300 std::optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
1181 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);5116 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()7503 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument7505 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()10325 unsigned UserIC = Hints.getInterleave(); in processLoop() local10340 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 …]