Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp81 static FunctionType addOrDropRefFunctionType(MLIRContext *ctx) { in addOrDropRefFunctionType() function
211 addFuncDecl(kAddRef, AsyncAPI::addOrDropRefFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
212 addFuncDecl(kDropRef, AsyncAPI::addOrDropRefFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()