Searched refs:shouldMaximizeVectorBandwidth (Results 1 – 7 of 7) sorted by relevance
91 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
134 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;
146 bool AArch64TTIImpl::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in AArch64TTIImpl
991 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;1729 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const = 0;2265 bool shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function2267 return Impl.shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
443 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
667 bool TargetTransformInfo::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in TargetTransformInfo669 return TTIImpl->shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
5229 TTI.shouldMaximizeVectorBandwidth(RegKind))) { in getMaximizedVFForTarget()