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/
DHexagonTargetTransformInfo.h91 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h134 bool shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const;
DAArch64TargetTransformInfo.cpp146 bool AArch64TTIImpl::shouldMaximizeVectorBandwidth( in shouldMaximizeVectorBandwidth() function in AArch64TTIImpl
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
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()
DTargetTransformInfoImpl.h443 shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) const { in shouldMaximizeVectorBandwidth() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
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/
DLoopVectorize.cpp5229 TTI.shouldMaximizeVectorBandwidth(RegKind))) { in getMaximizedVFForTarget()