Searched defs:optOperand (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestFormatUtils.cpp | 21 std::optional<OpAsmParser::UnresolvedOperand> &optOperand, in parseCustomDirectiveOperands() argument 37 Value operand, Value optOperand, in printCustomDirectiveOperands() argument 114 std::optional<OpAsmParser::UnresolvedOperand> &optOperand, in parseCustomDirectiveOperandsAndTypes() argument 126 OpAsmPrinter &printer, Operation *op, Value operand, Value optOperand, in printCustomDirectiveOperandsAndTypes() argument 233 parseCustomDirectiveOptionalOperandRef(OpAsmParser & parser,std::optional<OpAsmParser::UnresolvedOperand> & optOperand) parseCustomDirectiveOptionalOperandRef() argument 243 printCustomDirectiveOptionalOperandRef(OpAsmPrinter & printer,Operation * op,Value optOperand) printCustomDirectiveOptionalOperandRef() argument 253 parseCustomOptionalOperand(OpAsmParser & parser,std::optional<OpAsmParser::UnresolvedOperand> & optOperand) parseCustomOptionalOperand() argument 263 printCustomOptionalOperand(OpAsmPrinter & printer,Operation *,Value optOperand) printCustomOptionalOperand() argument [all...] |
H A D | TestOpsSyntax.cpp | 27 std::optional<OpAsmParser::UnresolvedOperand> &optOperand) { in parseCustomOptionalOperand() 38 std::optional<OpAsmParser::UnresolvedOperand> &optOperand, in parseCustomDirectiveOperands() 91 std::optional<OpAsmParser::UnresolvedOperand> &optOperand, in parseCustomDirectiveOperandsAndTypes() 148 std::optional<OpAsmParser::UnresolvedOperand> &optOperand) { in parseCustomDirectiveOptionalOperandRef() 160 Value optOperand) { in printCustomOptionalOperand() 166 Value operand, Value optOperand, in printCustomDirectiveOperands() 190 OpAsmPrinter &printer, Operation *op, Value operand, Value optOperand, in printCustomDirectiveOperandsAndTypes() 232 Value optOperand) { in printCustomDirectiveOptionalOperandRef()
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 2878 printInferType(OpAsmPrinter & printer,Operation * op,Value optOperand,Type typeToInfer,Type typeToInferFrom) printInferType() argument 2883 parseInferType(OpAsmParser & parser,std::optional<OpAsmParser::UnresolvedOperand> optOperand,Type & typeToInfer,Type typeToInferFrom) parseInferType() argument
|