Searched refs:CallerPAL (Results 1 – 2 of 2) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 4104 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local 4129 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall() 4130 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() 4175 if (AttrBuilder(FT->getContext(), CallerPAL.getParamAttrs(i)) in transformConstExprCastCall() 4181 CallerPAL.hasParamAttr(i, Attribute::Preallocated)) in transformConstExprCastCall() 4184 if (CallerPAL.hasParamAttr(i, Attribute::SwiftError)) in transformConstExprCastCall() 4187 if (CallerPAL.hasParamAttr(i, Attribute::ByVal) != in transformConstExprCastCall() 4212 !CallerPAL.isEmpty()) { in transformConstExprCastCall() 4217 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall() 4230 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall() [all …]
|