Home
last modified time | relevance | path

Searched defs:supportsEfficientVectorElementLoadStore (Results 1 – 5 of 5) 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/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h468 virtual bool supportsEfficientVectorElementLoadStore() const { return false; } in supportsEfficientVectorElementLoadStore() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp645 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6603 bool X86TTIImpl::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in X86TTIImpl