Lines Matching refs:AttrSet
869 SmallVector<AttributeSet, 4> AttrSet; in addAttribute() local
873 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
875 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A))); in addAttribute()
879 AttrSet.emplace_back(AttributeSet::get(C, *IdxI, B)); in addAttribute()
886 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()
889 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A))); in addAttribute()
891 return get(C, AttrSet); in addAttribute()
909 SmallVector<AttributeSet, 4> AttrSet; in addAttributes() local
919 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
934 AttrSet.push_back(AttributeSet::get(C, Index, B)); in addAttributes()
938 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()
940 return get(C, AttrSet); in addAttributes()
966 SmallVector<AttributeSet, 4> AttrSet; in removeAttributes() local
976 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
989 AttrSet.push_back(AttributeSet::get(C, Index, B)); in removeAttributes()
993 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
995 return get(C, AttrSet); in removeAttributes()
1007 SmallVector<AttributeSet, 4> AttrSet; in removeAttributes() local
1017 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
1025 AttrSet.push_back(AttributeSet::get(C, Index, B)); in removeAttributes()
1029 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()
1031 return get(C, AttrSet); in removeAttributes()