Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h70 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h89 bool supportsEfficientVectorElementLoadStore() { in supportsEfficientVectorElementLoadStore() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h574 bool supportsEfficientVectorElementLoadStore() const;
1093 virtual bool supportsEfficientVectorElementLoadStore() = 0;
1364 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function
1365 return Impl.supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
H A DTargetTransformInfoImpl.h306 bool supportsEfficientVectorElementLoadStore() { return false; } in supportsEfficientVectorElementLoadStore() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp254 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo
255 return TTIImpl->supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3036 !TTI.supportsEfficientVectorElementLoadStore())) in getScalarizationOverhead()
3048 !TTI.supportsEfficientVectorElementLoadStore()) { in getScalarizationOverhead()