Lines Matching refs:hasParamAttribute
2351 Assert(F.arg_empty() || Attrs.hasParamAttribute(0, Attribute::ByVal), in visitFunction()
2371 Assert(!Attrs.hasParamAttribute(i, Attribute::ByVal), in visitFunction()
2373 Assert(!Attrs.hasParamAttribute(i, Attribute::Preallocated), in visitFunction()
2375 Assert(!Attrs.hasParamAttribute(i, Attribute::InAlloca), in visitFunction()
2378 if (Attrs.hasParamAttribute(i, Attribute::ByRef)) { in visitFunction()
2419 if (Attrs.hasParamAttribute(i, Attribute::SwiftError)) { in visitFunction()
3121 if (Attrs.hasParamAttribute(i, Attribute::ImmArg)) { in visitCallBase()
3124 Assert(Callee && Callee->hasParamAttribute(i, Attribute::ImmArg), in visitCallBase()
3153 if (Attrs.hasParamAttribute(Idx, Attribute::Nest)) in visitCallBase()
3155 if (Attrs.hasParamAttribute(Idx, Attribute::Returned)) in visitCallBase()
3332 if (Attrs.hasParamAttribute(I, Attribute::Alignment) && in getParameterABIAttributes()
3333 (Attrs.hasParamAttribute(I, Attribute::ByVal) || in getParameterABIAttributes()
3334 Attrs.hasParamAttribute(I, Attribute::ByRef))) in getParameterABIAttributes()