/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.h | 58 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
|
H A D | R600TargetTransformInfo.cpp | 79 bool R600TTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function in R600TTIImpl
|
H A D | AMDGPUTargetTransformInfo.h | 137 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
|
H A D | AMDGPUTargetTransformInfo.cpp | 409 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in getMaxMemIntrinsicInlineSizeThreshold() 402 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, isLegalToVectorizeStoreChain() function in GCNTTIImpl
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 66 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeStoreChain() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1725 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, 2296 virtual bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isHardwareLoopProfitable() 3084 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, 3086 return Impl.isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment, 2863 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, isLegalToVectorizeStoreChain() function
|
H A D | TargetTransformInfoImpl.h | 966 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in minRequiredElementSize() 899 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, isLegalToVectorizeStoreChain() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1330 bool TargetTransformInfo::isLegalToVectorizeStoreChain( in supportsScalableVectors() 1332 return TTIImpl->isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment, in enableScalableVectorization() 1260 bool TargetTransformInfo::isLegalToVectorizeStoreChain( isLegalToVectorizeStoreChain() function in TargetTransformInfo
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 840 !TTI.isLegalToVectorizeStoreChain(SizeBytes, Alignment, AS))) { in splitChainByAlignment()
|