Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Align

802                                                            unsigned Align,
819 Align <= 2 ||
4287 unsigned Align = Op.getConstantOperandVal(3);
4294 if (Align > 8) {
4295 assert(((Align & (Align - 1)) == 0) && "Expected Align to be a power of 2");
4297 DAG.getConstant(Align - 1, DL, PtrVT));
4299 DAG.getConstant(-(int64_t)Align, DL, PtrVT));
4983 // The stars all align, our next step is to produce the mask for the shuffle.
6753 Info.align = 0;
6780 Info.align = 0;
6793 Info.align = DL.getABITypeAlignment(PtrTy->getElementType());
6806 Info.align = DL.getABITypeAlignment(PtrTy->getElementType());
6818 Info.align = 16;
6830 Info.align = 16;