Lines Matching refs:emitOpError

223       return launchOp.emitOpError()  in verifyOperationAttribute()
230 return launchOp.emitOpError("kernel function '") in verifyOperationAttribute()
234 InFlightDiagnostic diag = launchOp.emitOpError() in verifyOperationAttribute()
243 return launchOp.emitOpError("kernel function is missing the '") in verifyOperationAttribute()
256 return launchOp.emitOpError("got ") in verifyOperationAttribute()
263 return launchOp.emitOpError("type of function argument ") in verifyOperationAttribute()
464 return emitOpError("unexpected number of region arguments"); in verifyRegions()
485 return emitOpError("needs to be named when async keyword is specified"); in verifyRegions()
738 return emitOpError("expected to belong to a module"); in verify()
742 return emitOpError("expected the closest surrounding module to have the '" + in verify()
748 return emitOpError("symbol reference attribute '" + getKernelAttrName() + in verify()
973 return emitOpError("requires '" + getTypeAttrName() + in verifyType()
977 return emitOpError() << "expected void return type for kernel function"; in verifyType()
988 return op->emitOpError() << "expected memref type in attribution"; in verifyAttributions()
991 return op->emitOpError() in verifyAttributions()
1004 return emitOpError() << "expected at least " in verifyBody()
1012 return emitOpError() << "expected body region argument #" << i in verifyBody()
1036 return emitOpError() in verify()
1047 return emitOpError() << "unexpected type `" << operand.getType() in verify()
1101 return emitOpError("arguments have incompatible element type"); in verify()
1104 return emitOpError("arguments have incompatible shape"); in verify()
1352 return emitOpError("dimension operand count does not equal memref " in verify()
1359 return emitOpError( in verify()