Lines Matching refs:OperationFormat
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()
1751 void OperationFormat::genPrinter(Operator &op, OpClass &opClass) { in genPrinter()
2035 FormatParser(llvm::SourceMgr &mgr, OperationFormat &format, Operator &op) in FormatParser()
2171 OperationFormat &fmt;
2976 OperationFormat format(op); in generateOpFormat()