Home | History | Annotate | Download | only in IR

Lines Matching defs:Attrs

832         AttributeSet Attrs = CI->getAttributes().getFnAttributes();
833 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
834 CreateAttributeSetSlot(Attrs);
837 AttributeSet Attrs = II->getAttributes().getFnAttributes();
838 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
839 CreateAttributeSetSlot(Attrs);
2027 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx);
2043 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
2149 AttributeSet Attrs, unsigned Idx) {
2158 if (Attrs.hasAttributes(Idx))
2159 Out << ' ' << Attrs.getAsString(Idx);
2524 const AttributeSet &Attrs = F->getAttributes();
2525 if (Attrs.hasAttributes(AttributeSet::FunctionIndex)) {
2526 AttributeSet AS = Attrs.getFnAttributes();
2544 Out << "; Function Attrs: " << AttrStr << '\n';
2563 if (Attrs.hasAttributes(AttributeSet::ReturnIndex))
2564 Out << Attrs.getAsString(AttributeSet::ReturnIndex) << ' ';
2581 if (Attrs.hasAttributes(I + 1))
2582 Out << ' ' << Attrs.getAsString(I + 1);
2591 printArgument(&Arg, Attrs, Idx++);
2603 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
2604 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes());
2653 AttributeSet Attrs, unsigned Idx) {
2658 if (Attrs.hasAttributes(Idx))
2659 Out << ' ' << Attrs.getAsString(Idx);