Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp51 static constexpr const char *kExecute = "mlirAsyncRuntimeExecute"; variable
226 addFuncDecl(kExecute, AsyncAPI::executeFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
775 op, TypeRange(), kExecute, ValueRange({coroHdl, resumePtr.getRes()})); in matchAndRewrite()