Lines Matching refs:PAL
4315 const AttributeList &PAL = CI->getAttributes(); in printInstruction() local
4317 if (PAL.hasRetAttrs()) in printInstruction()
4318 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4334 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4348 if (PAL.hasFnAttrs()) in printInstruction()
4349 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()
4356 const AttributeList &PAL = II->getAttributes(); in printInstruction() local
4364 if (PAL.hasRetAttrs()) in printInstruction()
4365 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4382 writeParamOperand(II->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4386 if (PAL.hasFnAttrs()) in printInstruction()
4387 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()
4399 const AttributeList &PAL = CBI->getAttributes(); in printInstruction() local
4407 if (PAL.hasRetAttrs()) in printInstruction()
4408 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4422 writeParamOperand(CBI->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4426 if (PAL.hasFnAttrs()) in printInstruction()
4427 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()