Searched refs:getStoreVectorFactor (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h155 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize,
H A DAMDGPUTargetTransformInfo.cpp247 unsigned GCNTTIImpl::getStoreVectorFactor(unsigned VF, unsigned StoreSize, function in class:GCNTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1127 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize,
1391 virtual unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize,
1864 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize,
1867 return Impl.getStoreVectorFactor(VF, StoreSize, ChainSizeInBytes, VecTy);
H A DTargetTransformInfoImpl.h600 unsigned getStoreVectorFactor(unsigned VF, unsigned StoreSize, function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp835 unsigned TargetTransformInfo::getStoreVectorFactor(unsigned VF, function in class:TargetTransformInfo
839 return TTIImpl->getStoreVectorFactor(VF, StoreSize, ChainSizeInBytes, VecTy);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp831 (VecTy && TTI.getStoreVectorFactor(VF, TySize, TySize / 8, VecTy) == 0))
1002 unsigned TargetVF = TTI.getStoreVectorFactor(VF, Sz, SzInBytes, VecTy);

Completed in 98 milliseconds