Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h91 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h134 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;
H A DAArch64TargetTransformInfo.cpp146 bool AArch64TTIImpl::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in AArch64TTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h991 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;
1729 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const = 0;
2265 bool shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function
2267 return Impl.shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
H A DTargetTransformInfoImpl.h443 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp667 bool TargetTransformInfo::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in TargetTransformInfo
669 return TTIImpl->shouldMaximizeVectorBandwidth(K); in shouldMaximizeVectorBandwidth()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5229 TTI.shouldMaximizeVectorBandwidth(RegKind))) { in getMaximizedVFForTarget()