Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h111 mlirAsyncRuntimeIsValueError(AsyncValue *);
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp361 extern "C" bool mlirAsyncRuntimeIsValueError(AsyncValue *value) { in mlirAsyncRuntimeIsValueError() function
495 &mlir::runtime::mlirAsyncRuntimeIsValueError); in __mlir_execution_engine_init()
/llvm-project/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-runtime-to-llvm.mlir61 // CHECK: %[[ERR:.*]] = call @mlirAsyncRuntimeIsValueError(%[[VALUE]])