Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-opt/
H A Dasync.mlir29 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
34 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
39 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
45 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
53 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
60 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
68 func.func private @mlirAsyncRuntimePrintCurrentThreadId() -> ()
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dasync.mlir31 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
38 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
44 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
52 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
62 func.call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
71 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
79 func.func private @mlirAsyncRuntimePrintCurrentThreadId() -> ()
H A Dasync-group.mlir44 call @mlirAsyncRuntimePrintCurrentThreadId(): () -> ()
49 func.func private @mlirAsyncRuntimePrintCurrentThreadId() -> ()
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h133 extern "C" void mlirAsyncRuntimePrintCurrentThreadId();
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp449 extern "C" void mlirAsyncRuntimePrintCurrentThreadId() { in mlirAsyncRuntimePrintCurrentThreadId() function
525 &mlir::runtime::mlirAsyncRuntimePrintCurrentThreadId); in __mlir_runner_init()