Lines Matching refs:OpMethodBody
418 void genElementParser(Element *element, OpMethodBody &body,
422 void genParserTypeResolution(Operator &op, OpMethodBody &body);
424 void genParserRegionResolution(Operator &op, OpMethodBody &body);
426 void genParserSuccessorResolution(Operator &op, OpMethodBody &body);
428 void genParserVariadicSegmentResolution(Operator &op, OpMethodBody &body);
434 void genElementPrinter(Element *element, OpMethodBody &body, Operator &op,
750 static void genLiteralParser(StringRef value, OpMethodBody &body) { in genLiteralParser()
775 static void genElementParserStorage(Element *element, OpMethodBody &body) { in genElementParserStorage()
880 static void genCustomParameterParser(Element ¶m, OpMethodBody &body) { in genCustomParameterParser()
934 static void genCustomDirectiveParser(CustomDirective *dir, OpMethodBody &body) { in genCustomDirectiveParser()
1043 void OperationFormat::genElementParser(Element *element, OpMethodBody &body, in genElementParser()
1224 OpMethodBody &body) { in genParserTypeResolution()
1381 OpMethodBody &body) { in genParserRegionResolution()
1400 OpMethodBody &body) { in genParserSuccessorResolution()
1419 OpMethodBody &body) { in genParserVariadicSegmentResolution()
1473 OpMethodBody &body, bool withKeyword) { in genAttrDictPrinter()
1492 static void genLiteralPrinter(StringRef value, OpMethodBody &body, in genLiteralPrinter()
1516 static void genSpacePrinter(bool value, OpMethodBody &body, in genSpacePrinter()
1527 OpMethodBody &body) { in genCustomDirectivePrinter()
1580 static void genRegionPrinter(const Twine ®ionName, OpMethodBody &body, in genRegionPrinter()
1589 OpMethodBody &body, in genVariadicRegionPrinter()
1598 static OpMethodBody &genTypeOperandPrinter(Element *arg, OpMethodBody &body) { in genTypeOperandPrinter()
1616 void OperationFormat::genElementPrinter(Element *element, OpMethodBody &body, in genElementPrinter()