Searched refs:kCoroId (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 142 static constexpr const char *kCoroId = "llvm.coro.id"; variable 177 addLLVMFuncDecl(module, builder, kCoroId, token, {i32, i8Ptr, i8Ptr, i8Ptr}); in addCoroutineIntrinsicsDeclarations() 326 loc, token, builder.getSymbolRefAttr(kCoroId), in setupCoroMachinery()
|