Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h77 extern "C" void mlirAsyncRuntimeEmplaceValue(AsyncValue *);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp347 extern "C" void mlirAsyncRuntimeEmplaceValue(AsyncValue *value) { in mlirAsyncRuntimeEmplaceValue() function
495 &mlir::runtime::mlirAsyncRuntimeEmplaceValue); in __mlir_runner_init()
/llvm-project-15.0.7/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-runtime-to-llvm.mlir44 // CHECK: call @mlirAsyncRuntimeEmplaceValue(%[[VALUE]])
H A Dconvert-to-llvm.mlir252 // CHECK: call @mlirAsyncRuntimeEmplaceValue(%[[VALUE]])