Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp39 static constexpr const char *kCreateValue = "mlirAsyncRuntimeCreateValue"; variable
214 addFuncDecl(kCreateValue, AsyncAPI::createValueFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
577 rewriter.replaceOpWithNewOp<func::CallOp>(op, kCreateValue, resultType, in matchAndRewrite()