Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h275 struct OperandOrAttribute { struct
277 OperandOrAttribute(Kind kind, int index) { in OperandOrAttribute() argument
288 OperandOrAttribute getArgToOperandOrAttribute(int index) const;
333 SmallVector<OperandOrAttribute, 4> attrOrOperandMapping;
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp428 {OperandOrAttribute::Kind::Operand, operandIndex}); in populateOpStructure()
433 {OperandOrAttribute::Kind::Attribute, attrIndex}); in populateOpStructure()
575 -> OperandOrAttribute { in getArgToOperandOrAttribute()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDefinitionsGen.cpp1769 if (arg.kind() == Operator::OperandOrAttribute::Kind::Operand) in genTypeInterfaceMethods()