Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h86 extern "C" bool mlirAsyncRuntimeIsTokenError(AsyncToken *);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp359 extern "C" bool mlirAsyncRuntimeIsTokenError(AsyncToken *token) { in mlirAsyncRuntimeIsTokenError() function
501 &mlir::runtime::mlirAsyncRuntimeIsTokenError); in __mlir_runner_init()
/llvm-project-15.0.7/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.mlir53 // CHECK: %[[ERR:.*]] = call @mlirAsyncRuntimeIsTokenError(%[[TOKEN]])