Searched refs:OperationFormat (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpFormatGen.cpp | 364 struct OperationFormat { struct 404 OperationFormat(const Operator &op) in OperationFormat() function 1009 void OperationFormat::genParser(Operator &op, OpClass &opClass) { in genParser() 1043 void OperationFormat::genElementParser(Element *element, OpMethodBody &body, in genElementParser() 1223 void OperationFormat::genParserTypeResolution(Operator &op, in genParserTypeResolution() 1380 void OperationFormat::genParserRegionResolution(Operator &op, in genParserRegionResolution() 1399 void OperationFormat::genParserSuccessorResolution(Operator &op, in genParserSuccessorResolution() 1418 void OperationFormat::genParserVariadicSegmentResolution(Operator &op, in genParserVariadicSegmentResolution() 1472 static void genAttrDictPrinter(OperationFormat &fmt, Operator &op, in genAttrDictPrinter() 1616 void OperationFormat::genElementPrinter(Element *element, OpMethodBody &body, in genElementPrinter() [all …]
|