Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.h58 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
H A DR600TargetTransformInfo.cpp79 bool R600TTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function in R600TTIImpl
H A DAMDGPUTargetTransformInfo.h137 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
H A DAMDGPUTargetTransformInfo.cpp409 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 DNVPTXTargetTransformInfo.h66 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeStoreChain() function
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1725 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 DTargetTransformInfoImpl.h966 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in minRequiredElementSize()
899 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, isLegalToVectorizeStoreChain() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1330 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 DLoadStoreVectorizer.cpp840 !TTI.isLegalToVectorizeStoreChain(SizeBytes, Alignment, AS))) { in splitChainByAlignment()