Searched refs:isLegalToVectorizeStoreChain (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 154 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, 235 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 291 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function in GCNTTIImpl 678 bool R600TTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function in R600TTIImpl
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.h | 59 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 976 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, 1201 virtual bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, 1597 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function 1600 return Impl.isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment, in isLegalToVectorizeStoreChain()
|
| H A D | TargetTransformInfoImpl.h | 559 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 662 bool TargetTransformInfo::isLegalToVectorizeStoreChain( in isLegalToVectorizeStoreChain() function in TargetTransformInfo 664 return TTIImpl->isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment, in isLegalToVectorizeStoreChain()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1020 if (!TTI.isLegalToVectorizeStoreChain(SzInBytes, Alignment, AS)) { in vectorizeStoreChain()
|