Searched refs:useMaxBandwidth (Results 1 – 1 of 1) sorted by relevance
948 bool useMaxBandwidth(TargetTransformInfo::RegisterKind RegKind);952 bool useMaxBandwidth(ElementCount VF);3835 bool LoopVectorizationCostModel::useMaxBandwidth(ElementCount VF) { in useMaxBandwidth() function in LoopVectorizationCostModel3836 return useMaxBandwidth(VF.isScalable() in useMaxBandwidth()3841 bool LoopVectorizationCostModel::useMaxBandwidth( in useMaxBandwidth() function in LoopVectorizationCostModel3914 if (useMaxBandwidth(RegKind)) { in getMaximizedVFForTarget()4257 if (CM.useMaxBandwidth(TargetTransformInfo::RGK_ScalableVector) || in selectVectorizationFactor()4258 CM.useMaxBandwidth(TargetTransformInfo::RGK_FixedWidthVector)) in selectVectorizationFactor()4269 if (CM.useMaxBandwidth(VF) && RUs[I].exceedsMaxNumRegs(TTI)) in selectVectorizationFactor()7024 if (CM.useMaxBandwidth(TargetTransformInfo::RGK_ScalableVector) || in computeBestVF()[all …]