Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5570 Align CommonAlignment = cast<T>(VL.consume_front())->getAlign(); in computeCommonAlignment() local
5572 CommonAlignment = std::min(CommonAlignment, cast<T>(V)->getAlign()); in computeCommonAlignment()
5573 return CommonAlignment; in computeCommonAlignment()
5936 Align CommonAlignment = LI->getAlign(); in isMaskedLoadCompress() local
5938 Ptr0, LoadVecTy, CommonAlignment, DL, in isMaskedLoadCompress()
5941 if (IsMasked && !TTI.isLegalMaskedLoad(LoadVecTy, CommonAlignment, in isMaskedLoadCompress()
5972 TTI.getMaskedMemoryOpCost(Instruction::Load, LoadVecTy, CommonAlignment, in isMaskedLoadCompress()
5976 TTI.getMemoryOpCost(Instruction::Load, LoadVecTy, CommonAlignment, in isMaskedLoadCompress()
5983 if (!isSafeToLoadUnconditionally(Ptr0, AlignedLoadVecTy, CommonAlignment, in isMaskedLoadCompress()
5988 CommonAlignment, in isMaskedLoadCompress()
[all …]