Lines Matching refs:OperationFormat
248 struct OperationFormat { struct
296 OperationFormat(const Operator &op) in OperationFormat() function
1077 void OperationFormat::genParser(Operator &op, OpClass &opClass) { in genParser()
1110 void OperationFormat::genElementParser(FormatElement *element, MethodBody &body, in genElementParser()
1339 void OperationFormat::genParserTypeResolution(Operator &op, MethodBody &body) { in genParserTypeResolution()
1425 void OperationFormat::genParserOperandTypeResolution( in genParserOperandTypeResolution()
1517 void OperationFormat::genParserRegionResolution(Operator &op, in genParserRegionResolution()
1536 void OperationFormat::genParserSuccessorResolution(Operator &op, in genParserSuccessorResolution()
1556 void OperationFormat::genParserVariadicSegmentResolution(Operator &op, in genParserVariadicSegmentResolution()
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()
2161 OpFormatParser(llvm::SourceMgr &mgr, OperationFormat &format, Operator &op) in OpFormatParser()
2267 OperationFormat &fmt;
3193 OperationFormat format(op); in generateOpFormat()