Home
last modified time | relevance | path

Searched defs:supportsEfficientVectorElementLoadStore (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.h94 bool supportsEfficientVectorElementLoadStore() { return false; } in supportsEfficientVectorElementLoadStore() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.h85 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h386 bool supportsEfficientVectorElementLoadStore() const { return false; } in supportsEfficientVectorElementLoadStore() function
HDTargetTransformInfo.h2497 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp607 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.cpp6241 bool X86TTIImpl::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in X86TTIImpl