Lines Matching refs:AttributeSet
957 AttributeSet AttrSet, bool ForceReplace, in addIfNotExistent()
1115 function_ref<bool(const DescTy &, AttributeSet, in updateAttrMap() argument
1138 AttributeSet AS = AL.getAttributes(AttrIdx); in updateAttrMap()
1162 auto HasAttrCB = [&](const Attribute::AttrKind &Kind, AttributeSet AttrSet, in hasAttr()
1203 AttributeSet AttrSet, AttributeMask &, in getAttrs()
1223 auto RemoveAttrCB = [&](const Attribute::AttrKind &Kind, AttributeSet AttrSet, in removeAttrs()
1235 auto RemoveAttrCB = [&](StringRef Attr, AttributeSet AttrSet, in removeAttrs()
1250 auto AddAttrCB = [&](const Attribute &Attr, AttributeSet AttrSet, in manifestAttrs()
2995 SmallVector<AttributeSet, 16> NewArgumentAttributes; in rewriteFunctionSignatures()
3005 AttributeSet()); in rewriteFunctionSignatures()
3087 SmallVector<AttributeSet, 16> NewArgOperandAttributes; in rewriteFunctionSignatures()
3101 AttributeSet()); in rewriteFunctionSignatures()
3338 AttributeSet Attrs) { in checkAndQueryIRAttr()
3433 AttributeSet RetAttrs = Attrs.getRetAttrs(); in identifyDefaultAbstractAttributes()
3469 AttributeSet ArgAttrs = Attrs.getParamAttrs(ArgNo); in identifyDefaultAbstractAttributes()
3562 AttributeSet CBArgAttrs = CBAttrs.getParamAttrs(I); in identifyDefaultAbstractAttributes()