Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp38 static constexpr const char *kCreateToken = "mlirAsyncRuntimeCreateToken"; variable
126 addFuncDecl(kCreateToken, AsyncAPI::createTokenFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
311 builder.create<CallOp>(loc, kCreateToken, TokenType::get(ctx)); in setupCoroMachinery()