Home
last modified time | relevance | path

Searched refs:isLegalToVectorizeLoadChain (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h62 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 DR600TargetTransformInfo.h56 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
H A DR600TargetTransformInfo.cpp73 bool R600TTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, in isLegalToVectorizeLoadChain() function in R600TTIImpl
H A DAMDGPUTargetTransformInfo.h135 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
H A DAMDGPUTargetTransformInfo.cpp403 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 DTargetTransformInfo.h1721 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 DTargetTransformInfoImpl.h961 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, in getMaxNumArgs()
894 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, isLegalToVectorizeLoadChain() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1324 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 DLoadStoreVectorizer.cpp838 !TTI.isLegalToVectorizeLoadChain(SizeBytes, Alignment, AS)) || in splitChainByAlignment()