Home | History | Annotate | Download | only in VMCore

Lines Matching defs:PAL

1798     const AttrListPtr &PAL = CI->getAttributes();
1800 if (PAL.getRetAttributes() != Attribute::None)
1801 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1821 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op + 1));
1824 if (PAL.getFnAttributes() != Attribute::None)
1825 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());
1831 const AttrListPtr &PAL = II->getAttributes();
1850 if (PAL.getRetAttributes() != Attribute::None)
1851 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1871 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op + 1));
1875 if (PAL.getFnAttributes() != Attribute::None)
1876 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());