Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp49 static constexpr const char *kAwaitValue = "mlirAsyncRuntimeAwaitValue"; variable
224 addFuncDecl(kAwaitValue, AsyncAPI::awaitValueFunctionType(ctx)); in addAsyncRuntimeApiDeclarations()
704 .Case<ValueType>([](Type) { return kAwaitValue; }) in matchAndRewrite()