Home
last modified time | relevance | path

Searched refs:mlirAsyncRuntimeIsValueError (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h89 extern "C" bool mlirAsyncRuntimeIsValueError(AsyncValue *);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp363 extern "C" bool mlirAsyncRuntimeIsValueError(AsyncValue *value) { in mlirAsyncRuntimeIsValueError() function
503 &mlir::runtime::mlirAsyncRuntimeIsValueError); in __mlir_runner_init()
/llvm-project-15.0.7/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-runtime-to-llvm.mlir62 // CHECK: %[[ERR:.*]] = call @mlirAsyncRuntimeIsValueError(%[[VALUE]])