Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp37 static constexpr const char *kDropRef = "mlirAsyncRuntimeDropRef"; variable
212 addFuncDecl(kDropRef, AsyncAPI::addOrDropRefFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
956 : RefCountingOpLowering(converter, ctx, kDropRef) {} in RuntimeDropRefOpLowering()