Searched refs:supportsEfficientVectorElementLoadStore (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h85 bool supportsEfficientVectorElementLoadStore() { return true; } function in class:llvm::SystemZTTIImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h94 bool supportsEfficientVectorElementLoadStore() { return false; } function in class:llvm::HexagonTTIImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h291 bool supportsEfficientVectorElementLoadStore() const;
H A DX86TargetTransformInfo.cpp6169 bool X86TTIImpl::supportsEfficientVectorElementLoadStore() const {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h882 bool supportsEfficientVectorElementLoadStore() const;
1880 virtual bool supportsEfficientVectorElementLoadStore() = 0;
2406 bool supportsEfficientVectorElementLoadStore() override {
2407 return Impl.supportsEfficientVectorElementLoadStore();
H A DTargetTransformInfoImpl.h362 bool supportsEfficientVectorElementLoadStore() const { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp581 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { function in class:TargetTransformInfo
582 return TTIImpl->supportsEfficientVectorElementLoadStore();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6476 (!isa<LoadInst>(I) || !TTI.supportsEfficientVectorElementLoadStore()))
6487 if (isa<StoreInst>(I) && TTI.supportsEfficientVectorElementLoadStore())

Completed in 138 milliseconds