Home | History | Annotate | Download | only in IR

Lines Matching defs:PAL

1913     const AttributeSet &PAL = CI->getAttributes();
1915 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
1916 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
1936 writeParamOperand(CI->getArgOperand(op), PAL, op + 1);
1939 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
1940 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
1946 const AttributeSet &PAL = II->getAttributes();
1954 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
1955 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
1975 writeParamOperand(II->getArgOperand(op), PAL, op + 1);
1979 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
1980 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());