Searched refs:isLegalToVectorizeStoreChain (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h57 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, function in class:llvm::NVPTXTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h177 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
284 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
H A DAMDGPUTargetTransformInfo.cpp325 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, function in class:GCNTTIImpl
1058 bool R600TTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1196 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
1491 virtual bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes,
1963 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
1965 return Impl.isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment,
H A DTargetTransformInfoImpl.h618 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp923 bool TargetTransformInfo::isLegalToVectorizeStoreChain( function in class:TargetTransformInfo
925 return TTIImpl->isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1076 if (!TTI.isLegalToVectorizeStoreChain(SzInBytes, Alignment, AS)) {

Completed in 126 milliseconds