Home
last modified time | relevance | path

Searched refs:CoroHandle (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h46 using CoroHandle = void *; // coroutine handle variable
109 extern "C" void mlirAsyncRuntimeExecute(CoroHandle, CoroResume);
113 extern "C" void mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle,
118 extern "C" void mlirAsyncRuntimeAwaitValueAndExecute(AsyncValue *, CoroHandle,
124 mlirAsyncRuntimeAwaitAllInGroupAndExecute(AsyncGroup *, CoroHandle, CoroResume);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h46 using CoroHandle = void *; // coroutine handle variable
109 extern "C" void mlirAsyncRuntimeExecute(CoroHandle, CoroResume);
113 extern "C" void mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle,
118 extern "C" void mlirAsyncRuntimeAwaitValueAndExecute(AsyncValue *, CoroHandle,
124 mlirAsyncRuntimeAwaitAllInGroupAndExecute(AsyncGroup *, CoroHandle, CoroResume);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h46 using CoroHandle = void *; // coroutine handle variable
109 extern "C" void mlirAsyncRuntimeExecute(CoroHandle, CoroResume);
113 extern "C" void mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle,
118 extern "C" void mlirAsyncRuntimeAwaitValueAndExecute(AsyncValue *, CoroHandle,
124 mlirAsyncRuntimeAwaitAllInGroupAndExecute(AsyncGroup *, CoroHandle, CoroResume);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h46 using CoroHandle = void *; // coroutine handle variable
109 extern "C" void mlirAsyncRuntimeExecute(CoroHandle, CoroResume);
113 extern "C" void mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle,
118 extern "C" void mlirAsyncRuntimeAwaitValueAndExecute(AsyncValue *, CoroHandle,
124 mlirAsyncRuntimeAwaitAllInGroupAndExecute(AsyncGroup *, CoroHandle, CoroResume);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h57 using CoroHandle = void *; // coroutine handle variable
114 extern "C" MLIR_ASYNCRUNTIME_EXPORT void mlirAsyncRuntimeExecute(CoroHandle,
120 mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle, CoroResume);
125 mlirAsyncRuntimeAwaitValueAndExecute(AsyncValue *, CoroHandle, CoroResume);
130 mlirAsyncRuntimeAwaitAllInGroupAndExecute(AsyncGroup *, CoroHandle, CoroResume);
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h57 using CoroHandle = void *; // coroutine handle variable
114 extern "C" MLIR_ASYNCRUNTIME_EXPORT void mlirAsyncRuntimeExecute(CoroHandle,
120 mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle, CoroResume);
125 mlirAsyncRuntimeAwaitValueAndExecute(AsyncValue *, CoroHandle, CoroResume);
130 mlirAsyncRuntimeAwaitAllInGroupAndExecute(AsyncGroup *, CoroHandle, CoroResume);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h43 using CoroHandle = void *; // coroutine handle variable
59 extern "C" MLIR_ASYNCRUNTIME_EXPORT void mlirAsyncRuntimeExecute(CoroHandle,
65 mlirAsyncRuntimeAwaitTokenAndExecute(AsyncToken *, CoroHandle, CoroResume);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp58 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
68 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp314 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
320 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
332 CoroHandle handle, in mlirAsyncRuntimeAwaitValueAndExecute()
344 CoroHandle handle, in mlirAsyncRuntimeAwaitAllInGroupAndExecute()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp314 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
320 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
332 CoroHandle handle, in mlirAsyncRuntimeAwaitValueAndExecute()
344 CoroHandle handle, in mlirAsyncRuntimeAwaitAllInGroupAndExecute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp397 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
403 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
416 CoroHandle handle, in mlirAsyncRuntimeAwaitValueAndExecute()
429 CoroHandle handle, in mlirAsyncRuntimeAwaitAllInGroupAndExecute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp397 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
403 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
416 CoroHandle handle, in mlirAsyncRuntimeAwaitValueAndExecute()
429 CoroHandle handle, in mlirAsyncRuntimeAwaitAllInGroupAndExecute()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp397 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
403 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
416 CoroHandle handle, in mlirAsyncRuntimeAwaitValueAndExecute()
429 CoroHandle handle, in mlirAsyncRuntimeAwaitAllInGroupAndExecute()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp397 extern "C" void mlirAsyncRuntimeExecute(CoroHandle handle, CoroResume resume) { in mlirAsyncRuntimeExecute()
403 CoroHandle handle, in mlirAsyncRuntimeAwaitTokenAndExecute()
416 CoroHandle handle, in mlirAsyncRuntimeAwaitValueAndExecute()
429 CoroHandle handle, in mlirAsyncRuntimeAwaitAllInGroupAndExecute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td84 def Async_CoroHandleType : Async_Type<"CoroHandle", "coro.handle"> {
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td86 def Async_CoroHandleType : Async_Type<"CoroHandle", "coro.handle"> {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td86 def Async_CoroHandleType : Async_Type<"CoroHandle", "coro.handle"> {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td84 def Async_CoroHandleType : Async_Type<"CoroHandle", "coro.handle"> {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td84 def Async_CoroHandleType : Async_Type<"CoroHandle", "coro.handle"> {
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td84 def Async_CoroHandleType : Async_Type<"CoroHandle", "coro.handle"> {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp160 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local
161 if (!CoroHandle) { in lookupCoroutineHandleType()
177 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()
411 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local
414 MultiExprArg Args[] = {None, CoroHandle, None}; in buildCoawaitCalls()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp160 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local
161 if (!CoroHandle) { in lookupCoroutineHandleType()
177 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()
411 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local
414 MultiExprArg Args[] = {None, CoroHandle, None}; in buildCoawaitCalls()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp159 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local
160 if (!CoroHandle) { in lookupCoroutineHandleType()
176 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()
410 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local
413 MultiExprArg Args[] = {None, CoroHandle, None}; in buildCoawaitCalls()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp160 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local
161 if (!CoroHandle) { in lookupCoroutineHandleType()
177 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()
433 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local
436 MultiExprArg Args[] = {None, CoroHandle, None}; in buildCoawaitCalls()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp161 ClassTemplateDecl *CoroHandle = Result.getAsSingle<ClassTemplateDecl>(); in lookupCoroutineHandleType() local
162 if (!CoroHandle) { in lookupCoroutineHandleType()
178 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType()
434 Expr *CoroHandle = CoroHandleRes.get(); in buildCoawaitCalls() local
437 MultiExprArg Args[] = {None, CoroHandle, None}; in buildCoawaitCalls()

12