Lines Matching refs:Align
1106 // <16 x i32 > @llvm.masked.load( <16 x i32>* %addr, i32 align,
1259 // void @llvm.masked.store(<16 x i32> %src, <16 x i32>* %addr, i32 align,
1387 // % Load0 = load i32, i32* % Ptr0, align 4
1399 // % Load1 = load i32, i32* % Ptr1, align 4
1526 // store i32 %Elt0, i32* % Ptr0, align 4
1537 // store i32 % Elt1, i32* % Ptr1, align 4
1717 // Align the pointer arguments to this call if the target thinks it's a good
1722 // We want to align both objects whose address is used directly and
1753 unsigned Align = getKnownAlignment(MI->getDest(), *DL);
1755 Align = std::min(Align, getKnownAlignment(MTI->getSource(), *DL));
1756 if (Align > MI->getAlignment())
1757 MI->setAlignment(ConstantInt::get(MI->getAlignmentType(), Align));
4820 unsigned Align = ST->getAlignment();
4824 Align)) {