Searched refs:isLegalToVectorizeStoreChain (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/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 | 134 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment,
|
H A D | AMDGPUTargetTransformInfo.cpp | 390 bool GCNTTIImpl::isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, in isLegalToVectorizeStoreChain() function in GCNTTIImpl
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.h | 66 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeStoreChain() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1439 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, 1884 virtual bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, 2527 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeStoreChain() function 2529 return Impl.isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment, in isLegalToVectorizeStoreChain()
|
H A D | TargetTransformInfoImpl.h | 805 bool isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, in isLegalToVectorizeStoreChain() function
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1118 bool TargetTransformInfo::isLegalToVectorizeStoreChain( in isLegalToVectorizeStoreChain() function in TargetTransformInfo 1120 return TTIImpl->isLegalToVectorizeStoreChain(ChainSizeInBytes, Alignment, in isLegalToVectorizeStoreChain()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1108 if (!TTI.isLegalToVectorizeStoreChain(SzInBytes, Alignment, AS)) { in vectorizeStoreChain()
|