Lines Matching refs:hasParamAttribute
650 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in fastLowerArguments()
651 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || in fastLowerArguments()
652 Attrs.hasParamAttribute(I, Attribute::SwiftError) || in fastLowerArguments()
653 Attrs.hasParamAttribute(I, Attribute::InAlloca) || in fastLowerArguments()
654 Attrs.hasParamAttribute(I, Attribute::Nest)) in fastLowerArguments()
841 if (Attrs.hasParamAttribute(I, Attribute::ByVal) || in selectCall()
842 Attrs.hasParamAttribute(I, Attribute::SwiftSelf) || in selectCall()
843 Attrs.hasParamAttribute(I, Attribute::SwiftError) || in selectCall()
844 Attrs.hasParamAttribute(I, Attribute::InAlloca) || in selectCall()
845 Attrs.hasParamAttribute(I, Attribute::Nest)) in selectCall()
850 if (Attrs.hasParamAttribute(I, Attribute::SExt)) in selectCall()
852 else if (Attrs.hasParamAttribute(I, Attribute::ZExt)) in selectCall()