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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h53 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, function in class:llvm::NVPTXTTIImpl
59 return isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment, AddrSpace);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h175 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
282 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
H A DAMDGPUTargetTransformInfo.cpp319 bool GCNTTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, function in class:GCNTTIImpl
1052 bool R600TTIImpl::isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1192 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
1488 virtual bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes,
1958 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment,
1960 return Impl.isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment,
H A DTargetTransformInfoImpl.h613 bool isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp917 bool TargetTransformInfo::isLegalToVectorizeLoadChain( function in class:TargetTransformInfo
919 return TTIImpl->isLegalToVectorizeLoadChain(ChainSizeInBytes, Alignment,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1221 if (!TTI.isLegalToVectorizeLoadChain(SzInBytes, Alignment, AS)) {

Completed in 127 milliseconds