Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h479 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, in getStoreMinimumVF() function
485 return BaseT::getStoreMinimumVF(VF, ScalarMemTy, ScalarValTy); in getStoreMinimumVF()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h317 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy,
H A DX86TargetTransformInfo.cpp7151 unsigned X86TTIImpl::getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, in getStoreMinimumVF() function in X86TTIImpl
7156 return BaseT::getStoreMinimumVF(VF, ScalarMemTy, ScalarValTy); in getStoreMinimumVF()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp817 unsigned TargetTransformInfo::getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, in getStoreMinimumVF() function in TargetTransformInfo
819 return TTIImpl->getStoreMinimumVF(VF, ScalarMemTy, ScalarValTy); in getStoreMinimumVF()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1255 LLVM_ABI unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy,
H A DTargetTransformInfoImpl.h608 virtual unsigned getStoreMinimumVF(unsigned VF, Type *, Type *) const { in getStoreMinimumVF() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h460 unsigned getStoreMinimumVF(unsigned VF, Type *ScalarMemTy, in getStoreMinimumVF() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp21217 unsigned MinVF = PowerOf2Ceil(TTI->getStoreMinimumVF( in vectorizeStores()