Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp38 static constexpr const char *kCreateToken = "mlirAsyncRuntimeCreateToken"; variable
213 addFuncDecl(kCreateToken, AsyncAPI::createTokenFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
553 op, kCreateToken, converter->convertType(resultType)); in matchAndRewrite()