Searched refs:OperandOrAttribute (Results 1 – 3 of 3) sorted by relevance
287 struct OperandOrAttribute { struct289 OperandOrAttribute(Kind kind, int index) { in OperandOrAttribute() argument300 OperandOrAttribute getArgToOperandOrAttribute(int index) const;362 SmallVector<OperandOrAttribute, 4> attrOrOperandMapping;
494 {OperandOrAttribute::Kind::Operand, operandIndex}); in populateOpStructure()499 {OperandOrAttribute::Kind::Attribute, attrIndex}); in populateOpStructure()691 -> OperandOrAttribute { in getArgToOperandOrAttribute()
2412 if (arg.kind() == Operator::OperandOrAttribute::Kind::Operand) { in genTypeInterfaceMethods()