Searched defs:ChainSizeInBytes (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h53 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, argument
58 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp276 bool GCNTTIImpl::isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, argument
289 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, argument
295 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, argument
905 bool R600TTIImpl::isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, argument
914 bool R600TTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, argument
236 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
247 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
920 isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h582 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, argument
588 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, argument
594 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
600 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp816 isLegalToVectorizeLoadChain( unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const argument
822 isLegalToVectorizeStoreChain( unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const argument
828 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
835 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument

Completed in 176 milliseconds