Home | History | Annotate | Download | only in IR

Lines Matching full:stackalignment

86   return get(Context, StackAlignment, Align);
148 assert(hasAttribute(Attribute::StackAlignment) &&
232 if (hasAttribute(Attribute::StackAlignment)) {
282 assert((Kind == Attribute::Alignment || Kind == Attribute::StackAlignment) &&
385 case Attribute::StackAlignment: return 7 << 26;
478 if (I->hasAttribute(Attribute::StackAlignment))
514 else if (Kind == Attribute::StackAlignment)
609 else if (Kind == Attribute::StackAlignment)
923 : Attrs(0), Alignment(0), StackAlignment(0) {
940 Alignment = StackAlignment = 0;
945 assert(Val != Attribute::Alignment && Val != Attribute::StackAlignment &&
962 else if (Kind == Attribute::StackAlignment)
963 StackAlignment = Attr.getStackAlignment();
978 else if (Val == Attribute::StackAlignment)
979 StackAlignment = 0;
1002 else if (Kind == Attribute::StackAlignment)
1003 StackAlignment = 0;
1041 Attrs[Attribute::StackAlignment] = true;
1042 StackAlignment = Align;
1051 if (!StackAlignment)
1052 StackAlignment = B.StackAlignment;
1109 return Alignment == B.Alignment && StackAlignment == B.StackAlignment;
1127 .removeAttribute(Attribute::StackAlignment)
1150 else if (I == Attribute::StackAlignment)
1151 StackAlignment = 1ULL << ((A >> 26)-1);