Searched refs:ChainSizeInBytes (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.h54 bool isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, Align Alignment,
56 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
58 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
H A DR600TargetTransformInfo.cpp64 bool R600TTIImpl::isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, argument
73 bool R600TTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, argument
76 return isLegalToVectorizeMemChain(ChainSizeInBytes, Alignment, AddrSpace);
79 bool R600TTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, argument
82 return isLegalToVectorizeMemChain(ChainSizeInBytes, Alignment, AddrSpace);
H A DAMDGPUTargetTransformInfo.h125 unsigned ChainSizeInBytes,
128 unsigned ChainSizeInBytes,
132 bool isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, Align Alignment,
134 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
136 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
H A DAMDGPUTargetTransformInfo.cpp346 unsigned ChainSizeInBytes,
357 unsigned ChainSizeInBytes,
383 bool GCNTTIImpl::isLegalToVectorizeMemChain(unsigned ChainSizeInBytes, argument
391 ChainSizeInBytes <= ST->getMaxPrivateElementSize();
396 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, argument
399 return isLegalToVectorizeMemChain(ChainSizeInBytes, Alignment, AddrSpace);
402 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, argument
405 return isLegalToVectorizeMemChain(ChainSizeInBytes, Alignment, AddrSpace);
345 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
356 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h62 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, argument
64 return Alignment >= ChainSizeInBytes;
66 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, argument
68 return isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, AddrSpace);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1602 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
1606 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
1619 unsigned ChainSizeInBytes,
1625 unsigned ChainSizeInBytes,
2083 virtual bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
2086 virtual bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
2093 unsigned ChainSizeInBytes,
2096 unsigned ChainSizeInBytes,
2779 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
2781 return Impl.isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignmen
[all...]
H A DTargetTransformInfoImpl.h860 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, argument
865 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, argument
878 unsigned ChainSizeInBytes,
884 unsigned ChainSizeInBytes,
877 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
883 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1204 unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) const {
1205 return TTIImpl->isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment,
1210 unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) const {
1211 return TTIImpl->isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment,
1226 unsigned ChainSizeInBytes,
1228 return TTIImpl->getLoadVectorFactor(VF, LoadSize, ChainSizeInBytes, VecTy);
1233 unsigned ChainSizeInBytes,
1235 return TTIImpl->getStoreVectorFactor(VF, StoreSize, ChainSizeInBytes, VecTy);
1203 isLegalToVectorizeLoadChain( unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) const argument
1209 isLegalToVectorizeStoreChain( unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) const argument
1224 getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument
1231 getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const argument

Completed in 61 milliseconds