Lines Matching defs:OperationFormat
288 // OperationFormat
296 struct OperationFormat {
344 OperationFormat(const Operator &op, bool hasProperties)
1276 static void genParsedAttrPropertiesSetter(OperationFormat &fmt, Operator &op,
1376 void OperationFormat::genParser(Operator &op, OpClass &opClass) {
1411 void OperationFormat::genElementParser(FormatElement *element, MethodBody &body,
1678 void OperationFormat::genParserTypeResolution(Operator &op, MethodBody &body) {
1766 void OperationFormat::genParserOperandTypeResolution(
1841 void OperationFormat::genParserRegionResolution(Operator &op,
1860 void OperationFormat::genParserSuccessorResolution(Operator &op,
1880 void OperationFormat::genParserVariadicSegmentResolution(Operator &op,
2016 static void genVariadicSegmentElision(OperationFormat &fmt, Operator &op,
2028 static void genPropDictPrinter(OperationFormat &fmt, Operator &op,
2077 static void genAttrDictPrinter(OperationFormat &fmt, Operator &op,
2387 void OperationFormat::genElementPrinter(FormatElement *element,
2651 void OperationFormat::genPrinter(Operator &op, OpClass &opClass) {
2681 OpFormatParser(llvm::SourceMgr &mgr, OperationFormat &format, Operator &op)
2788 OperationFormat &fmt;
3805 OperationFormat format(op, hasProperties);