Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h92 bool supportsEfficientVectorElementLoadStore() const override { return true; } in supportsEfficientVectorElementLoadStore() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h96 bool supportsEfficientVectorElementLoadStore() const override { in supportsEfficientVectorElementLoadStore() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h307 bool supportsEfficientVectorElementLoadStore() const override;
H A DX86TargetTransformInfo.cpp6603 bool X86TTIImpl::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp645 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo
646 return TTIImpl->supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h974 LLVM_ABI bool supportsEfficientVectorElementLoadStore() const;
H A DTargetTransformInfoImpl.h468 virtual bool supportsEfficientVectorElementLoadStore() const { return false; } in supportsEfficientVectorElementLoadStore() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5540 (!isa<LoadInst>(I) || !TTI.supportsEfficientVectorElementLoadStore())) { in getScalarizationOverhead()
5555 if (isa<StoreInst>(I) && TTI.supportsEfficientVectorElementLoadStore()) in getScalarizationOverhead()