Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h81 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h91 bool supportsEfficientVectorElementLoadStore() { in supportsEfficientVectorElementLoadStore() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h315 bool supportsEfficientVectorElementLoadStore() const { return false; } in supportsEfficientVectorElementLoadStore() function
H A DTargetTransformInfo.h1952 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp485 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo