Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

3013     const AttributeSet &PAL = CI->getAttributes();
3015 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
3016 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
3030 writeParamOperand(CI->getArgOperand(op), PAL, op + 1);
3041 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
3042 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
3050 const AttributeSet &PAL = II->getAttributes();
3058 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
3059 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
3073 writeParamOperand(II->getArgOperand(op), PAL, op + 1);
3077 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
3078 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());