Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h68 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h89 bool supportsEfficientVectorElementLoadStore() { in supportsEfficientVectorElementLoadStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h303 bool supportsEfficientVectorElementLoadStore() { return false; } in supportsEfficientVectorElementLoadStore() function
DTargetTransformInfo.h1331 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp254 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo