Home | History | Annotate | Download | only in IR

Lines Matching full:stackalignment

88   return get(Context, StackAlignment, Align);
166 assert(hasAttribute(Attribute::StackAlignment) &&
305 if (hasAttribute(Attribute::StackAlignment))
431 case Attribute::StackAlignment: return 7 << 26;
541 if (I->hasAttribute(Attribute::StackAlignment))
591 else if (Kind == Attribute::StackAlignment)
698 case Attribute::StackAlignment:
1134 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0),
1153 Alignment = StackAlignment = DerefBytes = DerefOrNullBytes = 0;
1158 assert(Val != Attribute::Alignment && Val != Attribute::StackAlignment &&
1176 else if (Kind == Attribute::StackAlignment)
1177 StackAlignment = Attr.getStackAlignment();
1196 else if (Val == Attribute::StackAlignment)
1197 StackAlignment = 0;
1254 Attrs[Attribute::StackAlignment] = true;
1255 StackAlignment = Align;
1281 if (!StackAlignment)
1282 StackAlignment = B.StackAlignment;
1303 if (B.StackAlignment)
1304 StackAlignment = 0;
1378 return Alignment == B.Alignment && StackAlignment == B.StackAlignment &&
1397 else if (I == Attribute::StackAlignment)
1398 StackAlignment = 1ULL << ((A >> 26)-1);