Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp474 const AttributeList &CallerPAL = CB.getAttributes(); in promoteCall() local
488 AttrBuilder ArgAttrs(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
499 NewArgAttrs.push_back(CallerPAL.getParamAttributes(ArgNo)); in promoteCall()
505 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in promoteCall()
514 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2577 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local
2602 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
2649 if (AttrBuilder(CallerPAL.getParamAttributes(i)) in transformConstExprCastCall()
2656 if (CallerPAL.hasParamAttribute(i, Attribute::SwiftError)) in transformConstExprCastCall()
2696 !CallerPAL.isEmpty()) { in transformConstExprCastCall()
2714 AttrBuilder RAttrs(CallerPAL, AttributeList::ReturnIndex); in transformConstExprCastCall()
2731 if (CallerPAL.hasParamAttribute(i, Attribute::ByVal)) { in transformConstExprCastCall()
2732 AttrBuilder AB(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2736 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
2763 ArgAttrs.push_back(CallerPAL.getParamAttributes(i)); in transformConstExprCastCall()
[all …]