Lines Matching defs:PAL
193 AttributeList PAL = CB->getAttributes();
194 if (!PAL.isEmpty()) {
197 ArgAttrs.push_back(PAL.getParamAttrs(ArgNo));
198 PAL = AttributeList::get(F.getContext(), PAL.getFnAttrs(),
199 PAL.getRetAttrs(), ArgAttrs);
215 NewCB->setAttributes(PAL);
751 const AttributeList &PAL = F->getAttributes();
766 ArgAttrVec.push_back(PAL.getParamAttrs(ArgI));
767 HasLiveReturnedArg |= PAL.hasParamAttr(ArgI, Attribute::Returned);
853 AttrBuilder RAttrs(F->getContext(), PAL.getRetAttrs());
860 RAttrs.remove(AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs()));
863 AttributeFuncs::typeIncompatible(NRetTy, PAL.getRetAttrs())) &&
870 PAL.getFnAttrs().removeAttribute(F->getContext(), Attribute::AllocSize);