Home | History | Annotate | Download | only in IR

Lines Matching refs:Attrs

558         AttributeSet Attrs = CI->getAttributes().getFnAttributes();
559 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
560 CreateAttributeSetSlot(Attrs);
563 AttributeSet Attrs = II->getAttributes().getFnAttributes();
564 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
565 CreateAttributeSetSlot(Attrs);
1252 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx);
1262 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
1307 AttributeSet Attrs, unsigned Idx) {
1316 if (Attrs.hasAttributes(Idx))
1317 Out << ' ' << Attrs.getAsString(Idx);
1623 const AttributeSet &Attrs = F->getAttributes();
1624 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
1625 Out << Attrs.getAsString(AttributeSet::ReturnIndex) << ' ';
1641 printArgument(I, Attrs, Idx);
1653 if (Attrs.hasAttributes(i+1))
1654 Out << ' ' << Attrs.getAsString(i+1);
1666 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
1667 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes());
1695 AttributeSet Attrs, unsigned Idx) {
1700 if (Attrs.hasAttributes(Idx))
1701 Out << ' ' << Attrs.getAsString(Idx);