Searched refs:shouldMaximizeVectorBandwidth (Results 1 – 7 of 7) sorted by relevance
90 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
138 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;
123 bool AArch64TTIImpl::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in AArch64TTIImpl
962 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;1676 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const = 0;2182 bool shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function2184 return Impl.shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
428 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
647 bool TargetTransformInfo::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in TargetTransformInfo649 return TTIImpl->shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
5164 TTI.shouldMaximizeVectorBandwidth(RegKind))) { in getMaximizedVFForTarget()