Home
last modified time | relevance | path

Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp474 const AttributeList &CallerPAL = CB.getAttributes(); in promoteCall() local
488 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2481 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local
2506 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 …]