Lines Matching refs:Align
1258 // to align such objects passed to memory intrinsics.
1974 unsigned Align) const {
1980 Align = std::max(Align, 4U);
1986 unsigned AlignInRegs = Align / 4;
5724 // The stars all align, our next step is to produce the mask for the shuffle.
7233 unsigned Align = MF->getDataLayout().getPrefTypeAlignment(Int32Ty);
7234 if (Align == 0)
7235 Align = MF->getDataLayout().getTypeAllocSize(C->getType());
7236 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
7322 unsigned Align = MF->getDataLayout().getPrefTypeAlignment(Int32Ty);
7323 if (Align == 0)
7324 Align = MF->getDataLayout().getTypeAllocSize(C->getType());
7325 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
7570 unsigned Align = MI->getOperand(3).getImm();
7582 if (Align & 1) {
7584 } else if (Align & 2) {
7590 if ((Align % 16 == 0) && SizeVal >= 16)
7592 else if ((Align % 8 == 0) && SizeVal >= 8)
7699 unsigned Align = MF->getDataLayout().getPrefTypeAlignment(Int32Ty);
7700 if (Align == 0)
7701 Align = MF->getDataLayout().getTypeAllocSize(C->getType());
7702 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align);
11734 Info.align = cast<ConstantInt>(AlignArg)->getZExtValue();
11761 Info.align = cast<ConstantInt>(AlignArg)->getZExtValue();
11775 Info.align = DL.getABITypeAlignment(PtrTy->getElementType());
11789 Info.align = DL.getABITypeAlignment(PtrTy->getElementType());
11801 Info.align = 8;
11813 Info.align = 8;
12077 /// %wide.vec = load <8 x i32>, <8 x i32>* %ptr, align 4
12163 /// store <12 x i32> %i.vec, <12 x i32>* %ptr, align 4