Lines Matching refs:StackAlignment
88 return get(Context, StackAlignment, Align); in getWithStackAlignment()
154 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
252 if (hasAttribute(Attribute::StackAlignment)) { in getAsString()
383 case Attribute::StackAlignment: return 7 << 26; in getAttrMask()
480 if (I->hasAttribute(Attribute::StackAlignment)) in getStackAlignment()
516 else if (Kind == Attribute::StackAlignment) in Raw()
620 else if (Kind == Attribute::StackAlignment) in get()
959 : Attrs(0), Alignment(0), StackAlignment(0) { in AttrBuilder()
976 Alignment = StackAlignment = 0; in clear()
981 assert(Val != Attribute::Alignment && Val != Attribute::StackAlignment && in addAttribute()
998 else if (Kind == Attribute::StackAlignment) in addAttribute()
999 StackAlignment = Attr.getStackAlignment(); in addAttribute()
1014 else if (Val == Attribute::StackAlignment) in removeAttribute()
1015 StackAlignment = 0; in removeAttribute()
1038 else if (Kind == Attribute::StackAlignment) in removeAttributes()
1039 StackAlignment = 0; in removeAttributes()
1077 Attrs[Attribute::StackAlignment] = true; in addStackAlignmentAttr()
1078 StackAlignment = Align; in addStackAlignmentAttr()
1087 if (!StackAlignment) in merge()
1088 StackAlignment = B.StackAlignment; in merge()
1145 return Alignment == B.Alignment && StackAlignment == B.StackAlignment; in operator ==()
1159 else if (I == Attribute::StackAlignment) in addRawValue()
1160 StackAlignment = 1ULL << ((A >> 26)-1); in addRawValue()