Searched refs:isLegalToVectorizeLoadChain (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 62 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeLoadChain() function 68 return isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, AddrSpace); in isLegalToVectorizeStoreChain()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.h | 56 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
|
H A D | R600TargetTransformInfo.cpp | 73 bool R600TTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, in isLegalToVectorizeLoadChain() function in R600TTIImpl
|
H A D | AMDGPUTargetTransformInfo.h | 134 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
|
H A D | AMDGPUTargetTransformInfo.cpp | 396 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, in isLegalToVectorizeLoadChain() function in GCNTTIImpl
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1652 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, 2156 virtual bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, 2883 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeLoadChain() function 2885 return Impl.isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, in isLegalToVectorizeLoadChain()
|
H A D | TargetTransformInfoImpl.h | 896 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeLoadChain() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1258 bool TargetTransformInfo::isLegalToVectorizeLoadChain( in isLegalToVectorizeLoadChain() function in TargetTransformInfo 1260 return TTIImpl->isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, in isLegalToVectorizeLoadChain()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 829 !TTI.isLegalToVectorizeLoadChain(SizeBytes, Alignment, AS)) || in splitChainByAlignment()
|