Lines Matching defs:PAL
4408 const AttributeList &PAL = CI->getAttributes();
4410 if (PAL.hasRetAttrs())
4411 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4427 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttrs(op));
4441 if (PAL.hasFnAttrs())
4442 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs());
4449 const AttributeList &PAL = II->getAttributes();
4457 if (PAL.hasRetAttrs())
4458 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4475 writeParamOperand(II->getArgOperand(op), PAL.getParamAttrs(op));
4479 if (PAL.hasFnAttrs())
4480 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs());
4492 const AttributeList &PAL = CBI->getAttributes();
4500 if (PAL.hasRetAttrs())
4501 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex);
4515 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttrs(op));
4519 if (PAL.hasFnAttrs())
4520 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs());