Lines Matching refs:AttributeSetNode

713   return AttributeSet(AttributeSetNode::get(C, B));  in get()
717 return AttributeSet(AttributeSetNode::get(C, Attrs)); in get()
898 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function in AttributeSetNode
911 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
918 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
932 AttributeSetNode *PA = in getSorted()
940 PA = new (Mem) AttributeSetNode(SortedAttrs); in getSorted()
948 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
952 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
957 AttributeSetNode::findEnumAttribute(Attribute::AttrKind Kind) const { in findEnumAttribute()
973 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
979 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
983 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment()
989 MaybeAlign AttributeSetNode::getStackAlignment() const { in getStackAlignment()
995 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType()
1001 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
1007 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
1014 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
1020 unsigned AttributeSetNode::getVScaleRangeMin() const { in getVScaleRangeMin()
1026 std::optional<unsigned> AttributeSetNode::getVScaleRangeMax() const { in getVScaleRangeMax()
1032 UWTableKind AttributeSetNode::getUWTableKind() const { in getUWTableKind()
1038 AllocFnKind AttributeSetNode::getAllocKind() const { in getAllocKind()
1044 MemoryEffects AttributeSetNode::getMemoryEffects() const { in getMemoryEffects()
1050 FPClassTest AttributeSetNode::getNoFPClass() const { in getNoFPClass()
1056 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()