Searched refs:emitOptionalError (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 1123 return emitOptionalError(location, "operand type mismatch ", in inferReturnTypes() 1147 return emitOptionalError(location, "operand type mismatch ", in refineReturnTypes() 1155 return emitOptionalError(location, in refineReturnTypes() 1169 return emitOptionalError(location, "only shaped type operands allowed"); in inferReturnTypeComponents()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 489 LogicalResult emitOptionalError(Optional<Location> loc, Args &&...args) { in emitOptionalError() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | InferTypeOpInterface.td | 89 return emitOptionalError(
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.cpp | 1993 (void)emitOptionalError(loc, "Reduction operation type not supported"); in getIdentityValueAttr() 2037 (void)emitOptionalError(loc, "Reduction operation type not supported"); in getReductionOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/ |
| H A D | Shape.cpp | 921 return emitOptionalError(location, "missing shape attribute"); in inferReturnTypes()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/ |
| H A D | VectorOps.cpp | 480 (void)emitOptionalError(loc, "Reduction operation type not supported"); in getVectorReductionOp()
|