Home
last modified time | relevance | path

Searched refs:Async (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm-project/mlir/lib/Dialect/Async/IR/
DCMakeLists.txt2 Async.cpp
5 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Async
/external/llvm-project/mlir/include/mlir/Dialect/Async/
DPasses.td1 //===-- Passes.td - Async pass definition file -------------*- tablegen -*-===//
28 let summary = "Automatic reference counting for Async dialect data types";
36 "Async dialect by removing redundant operations";
DCMakeLists.txt4 mlir_tablegen(Passes.h.inc -gen-pass-decls -name Async)
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncOps.td1 //===- AsyncOps.td - Async operations definition -----------*- tablegen -*-===//
9 // This is the operation definition file for Async dialect operations.
16 include "mlir/Dialect/Async/IR/AsyncBase.td"
21 // Async op definitions
102 let summary = "terminator for Async execute operation";
161 The `async.create_group` allocates an empty async group. Async tokens or
231 // Async Dialect Automatic Reference Counting Operations.
240 // Async values created when:
242 // 2. Async value passed in as a block argument.
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroInternal.h88 Async, enumerator
172 assert(ABI == coro::ABI::Async); in getAsyncCoroId()
205 case coro::ABI::Async: in getResumeFunctionType()
242 case coro::ABI::Async: in getResumeFunctionCC()
DCoroSplit.cpp95 Async, enumerator
125 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner()
128 Shape.ABI == coro::ABI::RetconOnce || Shape.ABI == coro::ABI::Async); in CoroCloner()
143 case Kind::Async: in isSwitchDestroyFunction()
195 case coro::ABI::Async: in replaceFallthroughCoroEnd()
243 case coro::ABI::Async: in replaceUnwindCoroEnd()
419 if (Shape.ABI != coro::ABI::Async) in createCloneDeclaration()
433 Shape.ABI == coro::ABI::Async); in replaceRetconOrAsyncSuspendUses()
442 bool IsAsyncABI = Shape.ABI == coro::ABI::Async; in replaceRetconOrAsyncSuspendUses()
492 case coro::ABI::Async: in replaceCoroSuspends()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_client.h34 virtual void method##Async(const method##Request* request, \
47 virtual void method##Async( \
/external/rust/crates/rustversion/src/
Dconstfn.rs8 Async, enumerator
17 "async" => Qualifiers::Async, in from_ident()
/external/tensorflow/tensorflow/go/
Dcontext.go36 Async bool member
59 if o.Async {
Dcontext_test.go28 opt := &ContextOptions{Async: test}
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc101 if (Async()) { in SyncExecute()
141 if (!Async()) { in AddOrExecute()
189 DCHECK(Async() || node_queue_.empty()); in WaitForAllPendingNodesLocked()
262 if (Async()) { in NodeDone()
Deager_executor.h125 bool Async() const;
265 inline bool EagerExecutor::Async() const { return thread_ != nullptr; } in Async() function
/external/rust/cxx/book/src/
Dasync.md1 {{#title Async functions — Rust ♡ C++}}
2 # Async functions
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DCMakeLists.txt7 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Async
/external/llvm-project/mlir/include/mlir/Dialect/
DCMakeLists.txt2 add_subdirectory(Async)
/external/grpc-grpc/templates/src/csharp/
Dbuild_unitypackage.bat.template66 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
/external/grpc-grpc/src/csharp/
Dbuild_unitypackage.bat64 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
/external/llvm-project/mlir/lib/Dialect/
DCMakeLists.txt2 add_subdirectory(Async)
/external/libwebsockets/minimal-examples/api-tests/api-test-dhcpc/
DREADME.md20 [2019/10/06 14:56:41:7683] U: LWS API selftest: Async DNS
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daantidep-def-ec.mir26 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", "=&r,r,~{cc}…
86 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", 25, 131083, …
/external/pigweed/pw_trace/
Dtrace_backend_compile_test.cc48 TEST(BasicTrace, Async) { in TEST() argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_client.cc124 void method##Async(const method##Request* request, \
143 void method##Async(CallOptions* call_opts, const method##Request* request, \
/external/crosvm/devices/src/virtio/video/
Ddevice.rs56 Async(AsyncCmdTag), enumerator
/external/llvm/test/CodeGen/PowerPC/
Daantidep-def-ec.mir26 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", "=&r,r,~{cc}…
106 …ic_dec_return\0A\09addic\09$0,$0,-1\0A\09stwcx.\09$0,0,$1\0A\09bne-\091b\0Async \0A", 25, 131083, …
/external/grpc-grpc/doc/cpp/
Dperf_notes.md26 ## Completion Queues and Threading in the Async API

12345