Searched refs:operandsLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/mlir/ |
| H A D | Dialect.cpp | 48 SMLoc operandsLoc = parser.getCurrentLocation(); in parseBinaryOp() local 58 if (parser.resolveOperands(operands, funcType.getInputs(), operandsLoc, in parseBinaryOp()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/mlir/ |
| H A D | Dialect.cpp | 48 SMLoc operandsLoc = parser.getCurrentLocation(); in parseBinaryOp() local 58 if (parser.resolveOperands(operands, funcType.getInputs(), operandsLoc, in parseBinaryOp()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/ |
| H A D | Dialect.cpp | 110 SMLoc operandsLoc = parser.getCurrentLocation(); in parseBinaryOp() local 120 if (parser.resolveOperands(operands, funcType.getInputs(), operandsLoc, in parseBinaryOp()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | Dialect.cpp | 110 SMLoc operandsLoc = parser.getCurrentLocation(); in parseBinaryOp() local 120 if (parser.resolveOperands(operands, funcType.getInputs(), operandsLoc, in parseBinaryOp()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | Dialect.cpp | 110 SMLoc operandsLoc = parser.getCurrentLocation(); in parseBinaryOp() local 120 if (parser.resolveOperands(operands, funcType.getInputs(), operandsLoc, in parseBinaryOp()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | Dialect.cpp | 97 SMLoc operandsLoc = parser.getCurrentLocation(); in parseBinaryOp() local 107 if (parser.resolveOperands(operands, funcType.getInputs(), operandsLoc, in parseBinaryOp()
|