Searched refs:optOperandType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 631 Type &optOperandType, in parseCustomDirectiveResults() argument 639 if (parser.parseType(optOperandType)) in parseCustomDirectiveResults() 649 Type optOperandType, in parseCustomDirectiveWithTypeRefs() argument 670 Type &operandType, Type &optOperandType, in parseCustomDirectiveOperandsAndTypes() argument 673 parseCustomDirectiveResults(parser, operandType, optOperandType, in parseCustomDirectiveOperandsAndTypes() 750 if (optOperandType) in printCustomDirectiveResults() 751 printer << ", " << optOperandType; in printCustomDirectiveResults() 756 Type optOperandType, in printCustomDirectiveWithTypeRefs() argument 759 printCustomDirectiveResults(printer, op, operandType, optOperandType, in printCustomDirectiveWithTypeRefs() 764 OperandRange varOperands, Type operandType, Type optOperandType, in printCustomDirectiveOperandsAndTypes() argument [all …]
|