Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp144 static constexpr const char *kCoroBegin = "llvm.coro.begin"; variable
179 addLLVMFuncDecl(module, builder, kCoroBegin, i8Ptr, {token, i8Ptr}); in addCoroutineIntrinsicsDeclarations()
340 loc, i8Ptr, builder.getSymbolRefAttr(kCoroBegin), in setupCoroMachinery()