Home
last modified time | relevance | path

Searched refs:parseBinaryOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/
H A DDialect.cpp45 static mlir::ParseResult parseBinaryOp(mlir::OpAsmParser &parser, in parseBinaryOp() function
173 return parseBinaryOp(parser, result); in parse()
236 return parseBinaryOp(parser, result); in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/
H A DDialect.cpp45 static mlir::ParseResult parseBinaryOp(mlir::OpAsmParser &parser, in parseBinaryOp() function
173 return parseBinaryOp(parser, result); in parse()
236 return parseBinaryOp(parser, result); in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp107 static mlir::ParseResult parseBinaryOp(mlir::OpAsmParser &parser, in parseBinaryOp() function
235 return parseBinaryOp(parser, result); in parse()
344 return parseBinaryOp(parser, result); in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp107 static mlir::ParseResult parseBinaryOp(mlir::OpAsmParser &parser, in parseBinaryOp() function
235 return parseBinaryOp(parser, result); in parse()
344 return parseBinaryOp(parser, result); in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp107 static mlir::ParseResult parseBinaryOp(mlir::OpAsmParser &parser, in parseBinaryOp() function
235 return parseBinaryOp(parser, result); in parse()
344 return parseBinaryOp(parser, result); in parse()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp94 static mlir::ParseResult parseBinaryOp(mlir::OpAsmParser &parser, in parseBinaryOp() function
262 return parseBinaryOp(parser, result); in parse()
371 return parseBinaryOp(parser, result); in parse()