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;
333 bool AArch64TTIImpl::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in AArch64TTIImpl
1168 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;1993 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const = 0;2602 bool shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function2604 return Impl.shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
493 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
763 bool TargetTransformInfo::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in TargetTransformInfo765 return TTIImpl->shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
4233 (TTI.shouldMaximizeVectorBandwidth(RegKind) || in getMaximizedVFForTarget()