Searched refs:UserIC (Results 1 – 2 of 2) sorted by relevance
1032 FixedScalableVFPair computeMaxVF(ElementCount UserVF, unsigned UserIC);1453 void setTailFoldingStyles(bool IsScalableVF, unsigned UserIC) { in setTailFoldingStyles() argument1477 IsScalableVF && UserIC <= 1 && in setTailFoldingStyles()1493 << (UserIC > 1 in setTailFoldingStyles()3999 LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) { in computeMaxVF() argument4097 UserIC ? *MaxPowerOf2RuntimeVF * UserIC : *MaxPowerOf2RuntimeVF; in computeMaxVF()4116 setTailFoldingStyles(MaxFactors.ScalableVF.isScalable(), UserIC); in computeMaxVF()6857 LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) { in plan() argument6862 FixedScalableVFPair MaxFactors = CM.computeMaxVF(UserVF, UserIC); in plan()9808 unsigned UserIC = Hints.getInterleave(); in processLoop() local[all …]
359 std::optional<VectorizationFactor> plan(ElementCount UserVF, unsigned UserIC);