Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance
474 const AttributeList &CallerPAL = CB.getAttributes(); in promoteCall() local488 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()502 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()508 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in promoteCall()517 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
2481 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local2506 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()2507 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()2553 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()2560 if (CallerPAL.hasParamAttribute(i, Attribute::SwiftError)) in transformConstExprCastCall()2565 if (ParamTy != ActTy && CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()2600 !CallerPAL.isEmpty()) { in transformConstExprCastCall()2605 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()2618 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()2635 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()[all …]