Lines Matching defs:PAL
4448 const AttributeList &PAL = CI->getAttributes();
4450 if (PAL.hasRetAttrs())
4451 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4467 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttrs(op));
4481 if (PAL.hasFnAttrs())
4482 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs());
4489 const AttributeList &PAL = II->getAttributes();
4497 if (PAL.hasRetAttrs())
4498 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4515 writeParamOperand(II->getArgOperand(op), PAL.getParamAttrs(op));
4519 if (PAL.hasFnAttrs())
4520 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs());
4532 const AttributeList &PAL = CBI->getAttributes();
4540 if (PAL.hasRetAttrs())
4541 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4555 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttrs(op));
4559 if (PAL.hasFnAttrs())
4560 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs());