Lines Matching refs:PAL
1854 const AttrListPtr &PAL = CI->getAttributes();
1856 if (PAL.getRetAttributes() != Attribute::None)
1857 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1877 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op + 1));
1880 if (PAL.getFnAttributes() != Attribute::None)
1881 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());
1887 const AttrListPtr &PAL = II->getAttributes();
1906 if (PAL.getRetAttributes() != Attribute::None)
1907 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes());
1927 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op + 1));
1931 if (PAL.getFnAttributes() != Attribute::None)
1932 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes());