Lines Matching refs:PAL
4119 const AttributeList &PAL = CI->getAttributes(); in printInstruction() local
4121 if (PAL.hasRetAttrs()) in printInstruction()
4122 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4139 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4150 if (PAL.hasFnAttrs()) in printInstruction()
4151 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()
4158 const AttributeList &PAL = II->getAttributes(); in printInstruction() local
4166 if (PAL.hasRetAttrs()) in printInstruction()
4167 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4184 writeParamOperand(II->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4188 if (PAL.hasFnAttrs()) in printInstruction()
4189 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()
4201 const AttributeList &PAL = CBI->getAttributes(); in printInstruction() local
4209 if (PAL.hasRetAttrs()) in printInstruction()
4210 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4224 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4228 if (PAL.hasFnAttrs()) in printInstruction()
4229 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()