Home
last modified time | relevance | path

Searched refs:mlirAsyncRuntimeIsTokenError (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h107 mlirAsyncRuntimeIsTokenError(AsyncToken *);
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp357 extern "C" bool mlirAsyncRuntimeIsTokenError(AsyncToken *token) { in mlirAsyncRuntimeIsTokenError() function
493 &mlir::runtime::mlirAsyncRuntimeIsTokenError); in __mlir_execution_engine_init()
/llvm-project/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-to-llvm.mlir27 // CHECK: %[[IS_ERROR:.*]] = call @mlirAsyncRuntimeIsTokenError(%[[TOKEN]])
90 // CHECK: %[[IS_ERROR:.*]] = call @mlirAsyncRuntimeIsTokenError(%[[TOKEN]])
H A Dconvert-runtime-to-llvm.mlir52 // CHECK: %[[ERR:.*]] = call @mlirAsyncRuntimeIsTokenError(%[[TOKEN]])