Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h83 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h94 bool supportsEfficientVectorElementLoadStore() { return false; } in supportsEfficientVectorElementLoadStore() function
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h267 bool supportsEfficientVectorElementLoadStore() const;
H A DX86TargetTransformInfo.cpp6167 bool X86TTIImpl::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in X86TTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h769 bool supportsEfficientVectorElementLoadStore() const;
1689 virtual bool supportsEfficientVectorElementLoadStore() = 0;
2173 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function
2174 return Impl.supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
H A DTargetTransformInfoImpl.h348 bool supportsEfficientVectorElementLoadStore() const { return false; } in supportsEfficientVectorElementLoadStore() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp529 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo
530 return TTIImpl->supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6799 (!isa<LoadInst>(I) || !TTI.supportsEfficientVectorElementLoadStore())) in getScalarizationOverhead()
6810 if (isa<StoreInst>(I) && TTI.supportsEfficientVectorElementLoadStore()) in getScalarizationOverhead()