Home | History | Annotate | Download | only in VMCore

Lines Matching refs:PAL

1818     const AttrListPtr &PAL = CI->getAttributes();
1820 if (PAL.getRetAttributes() != Attribute::None)
1821 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1841 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op + 1));
1844 if (PAL.getFnAttributes() != Attribute::None)
1845 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());
1851 const AttrListPtr &PAL = II->getAttributes();
1870 if (PAL.getRetAttributes() != Attribute::None)
1871 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1891 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op + 1));
1895 if (PAL.getFnAttributes() != Attribute::None)
1896 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());