Lines Matching refs:StackAlignment
88 return get(Context, StackAlignment, Align); in getWithStackAlignment()
166 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
305 if (hasAttribute(Attribute::StackAlignment)) in getAsString()
431 case Attribute::StackAlignment: return 7 << 26; in getAttrMask()
541 if (I->hasAttribute(Attribute::StackAlignment)) in getStackAlignment()
591 else if (Kind == Attribute::StackAlignment) in Raw()
698 case Attribute::StackAlignment: in get()
1134 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), in AttrBuilder()
1153 Alignment = StackAlignment = DerefBytes = DerefOrNullBytes = 0; in clear()
1158 assert(Val != Attribute::Alignment && Val != Attribute::StackAlignment && in addAttribute()
1176 else if (Kind == Attribute::StackAlignment) in addAttribute()
1177 StackAlignment = Attr.getStackAlignment(); in addAttribute()
1196 else if (Val == Attribute::StackAlignment) in removeAttribute()
1197 StackAlignment = 0; in removeAttribute()
1254 Attrs[Attribute::StackAlignment] = true; in addStackAlignmentAttr()
1255 StackAlignment = Align; in addStackAlignmentAttr()
1281 if (!StackAlignment) in merge()
1282 StackAlignment = B.StackAlignment; in merge()
1303 if (B.StackAlignment) in remove()
1304 StackAlignment = 0; in remove()
1378 return Alignment == B.Alignment && StackAlignment == B.StackAlignment && in operator ==()
1397 else if (I == Attribute::StackAlignment) in addRawValue()
1398 StackAlignment = 1ULL << ((A >> 26)-1); in addRawValue()