Lines Matching defs:CallerPAL
4104 const AttributeList &CallerPAL = Call.getAttributes();
4129 if (!CallerPAL.isEmpty() && !Caller->use_empty()) {
4130 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs());
4175 if (AttrBuilder(FT->getContext(), CallerPAL.getParamAttrs(i))
4181 CallerPAL.hasParamAttr(i, Attribute::Preallocated))
4184 if (CallerPAL.hasParamAttr(i, Attribute::SwiftError))
4187 if (CallerPAL.hasParamAttr(i, Attribute::ByVal) !=
4212 !CallerPAL.isEmpty()) {
4217 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) &&
4230 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs());
4251 CallerPAL.getParamAttrs(i).removeAttributes(Ctx, IncompatibleAttrs));
4278 ArgAttrs.push_back(CallerPAL.getParamAttrs(i));
4283 AttributeSet FnAttrs = CallerPAL.getFnAttrs();