Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp37 static constexpr const char *kDropRef = "mlirAsyncRuntimeDropRef"; variable
125 addFuncDecl(kDropRef, AsyncAPI::addOrDropRefFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
650 : RefCountingOpLowering(ctx, kDropRef) {} in DropRefOpLowering()