Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
299 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
5056 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()7429 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument7431 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()10205 unsigned UserIC = Hints.getInterleave(); in processLoop() local10208 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 …]