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