Searched refs:shouldMaximizeVectorBandwidth (Results 1 – 7 of 7) sorted by relevance
91 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
145 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;
324 bool AArch64TTIImpl::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in AArch64TTIImpl
1134 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;1924 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const = 0;2508 bool shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function2510 return Impl.shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
472 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
733 bool TargetTransformInfo::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in TargetTransformInfo735 return TTIImpl->shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
4844 (TTI.shouldMaximizeVectorBandwidth(RegKind) || in getMaximizedVFForTarget()