Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp502 const AttributeList &CallerPAL = CB.getAttributes(); in promoteCall() local
516 AttrBuilder ArgAttrs(Ctx, CallerPAL.getParamAttrs(ArgNo)); in promoteCall()
528 NewArgAttrs.push_back(CallerPAL.getParamAttrs(ArgNo)); in promoteCall()
534 AttrBuilder RAttrs(Ctx, CallerPAL.getRetAttrs()); in promoteCall()
543 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3874 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local
3899 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
3900 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
3945 if (AttrBuilder(FT->getContext(), CallerPAL.getParamAttrs(i)) in transformConstExprCastCall()
3951 CallerPAL.hasParamAttr(i, Attribute::Preallocated)) in transformConstExprCastCall()
3954 if (CallerPAL.hasParamAttr(i, Attribute::SwiftError)) in transformConstExprCastCall()
3957 if (CallerPAL.hasParamAttr(i, Attribute::ByVal) != in transformConstExprCastCall()
3982 !CallerPAL.isEmpty()) { in transformConstExprCastCall()
4000 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
4048 ArgAttrs.push_back(CallerPAL.getParamAttrs(i)); in transformConstExprCastCall()
[all …]