Home
last modified time | relevance | path

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

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