Home
last modified time | relevance | path

Searched refs:OperandOrAttribute (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h287 struct OperandOrAttribute { struct
289 OperandOrAttribute(Kind kind, int index) { in OperandOrAttribute() argument
300 OperandOrAttribute getArgToOperandOrAttribute(int index) const;
362 SmallVector<OperandOrAttribute, 4> attrOrOperandMapping;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp494 {OperandOrAttribute::Kind::Operand, operandIndex}); in populateOpStructure()
499 {OperandOrAttribute::Kind::Attribute, attrIndex}); in populateOpStructure()
691 -> OperandOrAttribute { in getArgToOperandOrAttribute()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2412 if (arg.kind() == Operator::OperandOrAttribute::Kind::Operand) { in genTypeInterfaceMethods()