Lines Matching refs:Attribute
45 assert(Attribute::isExistingAttribute(AttrName) &&
47 assert((ArgVal == nullptr || Attribute::isIntAttrKind(
48 Attribute::getAttrKindFromName(AttrName))) &&
72 std::pair<Value *, Attribute::AttrKind> Key{
73 nullptr, Attribute::getAttrKindFromName(Bundles.Tag->getKey())};
77 if (Key.first == nullptr && Key.second == Attribute::None)
105 Result.AttrKind = Attribute::getAttrKindFromName(BOI.Tag->getKey());
116 if (Result.AttrKind == Attribute::Alignment)
145 ArrayRef<Attribute::AttrKind> AttrKinds) {
158 ArrayRef<Attribute::AttrKind> AttrKinds,
198 const Value *V, ArrayRef<Attribute::AttrKind> AttrKinds,