Home
last modified time | relevance | path

Searched refs:mlirAsyncRuntimeDropRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h57 extern "C" void mlirAsyncRuntimeDropRef(RefCountedObjPtr, int64_t);
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp234 extern "C" void mlirAsyncRuntimeDropRef(RefCountedObjPtr ptr, int64_t count) { in mlirAsyncRuntimeDropRef() function
483 &mlir::runtime::mlirAsyncRuntimeDropRef); in __mlir_runner_init()
/llvm-project-15.0.7/mlir/test/Conversion/AsyncToLLVM/
H A Dconvert-to-llvm.mlir10 // CHECK: call @mlirAsyncRuntimeDropRef(%arg0, %[[C1]])