Lines Matching refs:AttributeSetNode

843   return AttributeSet(AttributeSetNode::get(C, B));  in get()
847 return AttributeSet(AttributeSetNode::get(C, Attrs)); in get()
1028 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function in AttributeSetNode
1041 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
1048 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
1062 AttributeSetNode *PA = in getSorted()
1070 PA = new (Mem) AttributeSetNode(SortedAttrs); in getSorted()
1078 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
1082 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
1087 AttributeSetNode::findEnumAttribute(Attribute::AttrKind Kind) const { in findEnumAttribute()
1103 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
1109 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
1113 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment()
1119 MaybeAlign AttributeSetNode::getStackAlignment() const { in getStackAlignment()
1125 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType()
1131 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
1137 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
1144 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
1150 unsigned AttributeSetNode::getVScaleRangeMin() const { in getVScaleRangeMin()
1156 std::optional<unsigned> AttributeSetNode::getVScaleRangeMax() const { in getVScaleRangeMax()
1162 UWTableKind AttributeSetNode::getUWTableKind() const { in getUWTableKind()
1168 AllocFnKind AttributeSetNode::getAllocKind() const { in getAllocKind()
1174 MemoryEffects AttributeSetNode::getMemoryEffects() const { in getMemoryEffects()
1180 FPClassTest AttributeSetNode::getNoFPClass() const { in getNoFPClass()
1186 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()