Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp248 struct OperationFormat { struct
296 OperationFormat(const Operator &op) in OperationFormat() function
1077 void OperationFormat::genParser(Operator &op, OpClass &opClass) { in genParser()
1425 void OperationFormat::genParserOperandTypeResolution( in genParserOperandTypeResolution()
1517 void OperationFormat::genParserRegionResolution(Operator &op, in genParserRegionResolution()
1536 void OperationFormat::genParserSuccessorResolution(Operator &op, in genParserSuccessorResolution()
1631 static void genAttrDictPrinter(OperationFormat &fmt, Operator &op, in genAttrDictPrinter()
1893 void OperationFormat::genElementPrinter(FormatElement *element, in genElementPrinter()
2131 void OperationFormat::genPrinter(Operator &op, OpClass &opClass) { in genPrinter()
2267 OperationFormat &fmt;
[all …]