Lines Matching refs:hasParamAttribute
648 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in fastLowerArguments()
649 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || in fastLowerArguments()
650 Attrs.hasParamAttribute(I, Attribute::SwiftError) || in fastLowerArguments()
651 Attrs.hasParamAttribute(I, Attribute::InAlloca) || in fastLowerArguments()
652 Attrs.hasParamAttribute(I, Attribute::Nest)) in fastLowerArguments()
832 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in selectCall()
833 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || in selectCall()
834 Attrs.hasParamAttribute(I, Attribute::SwiftError) || in selectCall()
835 Attrs.hasParamAttribute(I, Attribute::InAlloca) || in selectCall()
836 Attrs.hasParamAttribute(I, Attribute::Nest)) in selectCall()
841 if (Attrs.hasParamAttribute(I, Attribute::SExt)) in selectCall()
843 else if (Attrs.hasParamAttribute(I, Attribute::ZExt)) in selectCall()