Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp1123 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 DDiagnostics.h489 LogicalResult emitOptionalError(Optional<Location> loc, Args &&...args) { in emitOptionalError() function
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.td89 return emitOptionalError(
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp1993 (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 DShape.cpp921 return emitOptionalError(location, "missing shape attribute"); in inferReturnTypes()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp480 (void)emitOptionalError(loc, "Reduction operation type not supported"); in getVectorReductionOp()