Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h105 extern "C" ValueStorage mlirAsyncRuntimeGetValueStorage(AsyncValue *);
/llvm-project-15.0.7/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-runtime-to-llvm.mlir155 // CHECK: %[[P0:.*]] = call @mlirAsyncRuntimeGetValueStorage(%[[VALUE]])
166 // CHECK: %[[P0:.*]] = call @mlirAsyncRuntimeGetValueStorage(%[[VALUE]])
H A Dconvert-to-llvm.mlir229 // CHECK: %[[STORAGE:.*]] = call @mlirAsyncRuntimeGetValueStorage(%[[RET]]#1)
249 // CHECK: %[[STORAGE:.*]] = call @mlirAsyncRuntimeGetValueStorage(%[[VALUE]])
297 // CHECK: %[[STORAGE:.*]] = call @mlirAsyncRuntimeGetValueStorage(%arg0)
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp392 extern "C" ValueStorage mlirAsyncRuntimeGetValueStorage(AsyncValue *value) { in mlirAsyncRuntimeGetValueStorage() function
487 &mlir::runtime::mlirAsyncRuntimeGetValueStorage); in __mlir_runner_init()