Home
last modified time | relevance | path

Searched refs:useMaxBandwidth (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp948 bool useMaxBandwidth(TargetTransformInfo::RegisterKind RegKind);
952 bool useMaxBandwidth(ElementCount VF);
3835 bool LoopVectorizationCostModel::useMaxBandwidth(ElementCount VF) { in useMaxBandwidth() function in LoopVectorizationCostModel
3836 return useMaxBandwidth(VF.isScalable() in useMaxBandwidth()
3841 bool LoopVectorizationCostModel::useMaxBandwidth( in useMaxBandwidth() function in LoopVectorizationCostModel
3914 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 …]