Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 514 const AttributeList &CallerPAL = CB.getAttributes(); in promoteCall() local 529 AttrBuilder ArgAttrs(Ctx, CallerPAL.getParamAttrs(ArgNo)); in promoteCall() 541 NewArgAttrs.push_back(CallerPAL.getParamAttrs(ArgNo)); in promoteCall() 547 AttrBuilder RAttrs(Ctx, CallerPAL.getRetAttrs()); in promoteCall() 556 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttrs(), in promoteCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 4102 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local 4127 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall() 4128 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() 4173 if (AttrBuilder(FT->getContext(), CallerPAL.getParamAttrs(i)) in transformConstExprCastCall() 4179 CallerPAL.hasParamAttr(i, Attribute::Preallocated)) in transformConstExprCastCall() 4182 if (CallerPAL.hasParamAttr(i, Attribute::SwiftError)) in transformConstExprCastCall() 4185 if (CallerPAL.hasParamAttr(i, Attribute::ByVal) != in transformConstExprCastCall() 4210 !CallerPAL.isEmpty()) { in transformConstExprCastCall() 4215 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall() 4228 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() [all …]
|