/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()
|
/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 | 135 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
|
H A D | AMDGPUTargetTransformInfo.cpp | 403 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() 396 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, isLegalToVectorizeLoadChain() function in GCNTTIImpl
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1721 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, 2293 virtual bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, in getPeelingPreferences() 3079 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, 3081 return Impl.isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, 2858 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, isLegalToVectorizeLoadChain() function
|
H A D | TargetTransformInfoImpl.h | 961 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, in getMaxNumArgs() 894 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, isLegalToVectorizeLoadChain() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1324 bool TargetTransformInfo::isLegalToVectorizeLoadChain( in getMinTripCountTailFoldingThreshold() 1326 return TTIImpl->isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, in getMinTripCountTailFoldingThreshold() 1254 bool TargetTransformInfo::isLegalToVectorizeLoadChain( isLegalToVectorizeLoadChain() function in TargetTransformInfo
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 838 !TTI.isLegalToVectorizeLoadChain(SizeBytes, Alignment, AS)) || in splitChainByAlignment()
|