Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
933 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);1343 void setTailFoldingStyles(bool IsScalableVF, unsigned UserIC) { in setTailFoldingStyles() argument1362 bool EVLIsLegal = UserIC <= 1 && IsScalableVF && in setTailFoldingStyles()1374 << (UserIC > 1 in setTailFoldingStyles()3628 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF() argument3725 auto NoScalarEpilogueNeeded = [this, &UserIC](unsigned MaxVF) { in computeMaxVF()3731 unsigned MaxVFtimesIC = UserIC ? MaxVF * UserIC : MaxVF; in computeMaxVF()3787 setTailFoldingStyles(ContainsScalableVF, UserIC); in computeMaxVF()6644 void LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument6649 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()[all …]
476 void plan(ElementCount UserVF, unsigned UserIC);