Lines Matching refs:StackAlignment
118 return get(Context, StackAlignment, Align); in getWithStackAlignment()
201 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
351 if (hasAttribute(Attribute::StackAlignment)) in getAsString()
496 case Attribute::StackAlignment: return 7 << 26; in getAttrMask()
607 if (I.hasAttribute(Attribute::StackAlignment)) in getStackAlignment()
665 else if (Kind == Attribute::StackAlignment) in Raw()
775 case Attribute::StackAlignment: in get()
1238 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), in AttrBuilder()
1257 Alignment = StackAlignment = DerefBytes = DerefOrNullBytes = 0; in clear()
1263 assert(Val != Attribute::Alignment && Val != Attribute::StackAlignment && in addAttribute()
1281 else if (Kind == Attribute::StackAlignment) in addAttribute()
1282 StackAlignment = Attr.getStackAlignment(); in addAttribute()
1303 else if (Val == Attribute::StackAlignment) in removeAttribute()
1304 StackAlignment = 0; in removeAttribute()
1367 Attrs[Attribute::StackAlignment] = true; in addStackAlignmentAttr()
1368 StackAlignment = Align; in addStackAlignmentAttr()
1410 if (!StackAlignment) in merge()
1411 StackAlignment = B.StackAlignment; in merge()
1435 if (B.StackAlignment) in remove()
1436 StackAlignment = 0; in remove()
1513 return Alignment == B.Alignment && StackAlignment == B.StackAlignment && in operator ==()
1533 else if (I == Attribute::StackAlignment) in addRawValue()
1534 StackAlignment = 1ULL << ((A >> 26)-1); in addRawValue()