Home
last modified time | relevance | path

Searched defs:isLegalToVectorizeStore (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h894 bool isLegalToVectorizeStore(StoreInst *SI) const { return true; } in isLegalToVectorizeStore() function
H A DTargetTransformInfo.h2880 bool isLegalToVectorizeStore(StoreInst *SI) const override { in isLegalToVectorizeStore() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1254 bool TargetTransformInfo::isLegalToVectorizeStore(StoreInst *SI) const { in isLegalToVectorizeStore() function in TargetTransformInfo