Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp36 static constexpr const char *kAddRef = "mlirAsyncRuntimeAddRef"; variable
211 addFuncDecl(kAddRef, AsyncAPI::addOrDropRefFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
949 : RefCountingOpLowering(converter, ctx, kAddRef) {} in RuntimeAddRefOpLowering()