Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/mlir-cpu-runner/
Dasync.mlir37 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
44 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
50 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
58 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
68 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
77 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
85 func private @mlirAsyncRuntimePrintCurrentThreadId() -> ()
Dasync-group.mlir38 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
43 func private @mlirAsyncRuntimePrintCurrentThreadId() -> ()
/external/llvm-project/mlir/include/mlir/ExecutionEngine/
DAsyncRuntime.h103 extern "C" MLIR_ASYNCRUNTIME_EXPORT void mlirAsyncRuntimePrintCurrentThreadId();
/external/llvm-project/mlir/lib/ExecutionEngine/
DAsyncRuntime.cpp266 extern "C" void mlirAsyncRuntimePrintCurrentThreadId() { in mlirAsyncRuntimePrintCurrentThreadId() function