Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
292 Optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);
1237 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);5774 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF() argument5860 unsigned MaxVFtimesIC = UserIC ? MaxFixedVF.getFixedValue() * UserIC in computeMaxVF()7945 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument7947 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()9985 unsigned UserIC = Hints.getInterleave(); in processLoop() local9988 Optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF, UserIC); in processLoop()10010 if (!MaybeVF && UserIC > 1) { in processLoop()10019 } else if (IC == 1 && UserIC <= 1) { in processLoop()10026 if (UserIC == 1) { in processLoop()[all …]