/external/llvm-project/mlir/lib/Dialect/Async/IR/ |
D | CMakeLists.txt | 2 Async.cpp 5 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Async
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/ |
D | Passes.td | 1 //===-- 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";
|
D | CMakeLists.txt | 4 mlir_tablegen(Passes.h.inc -gen-pass-decls -name Async)
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
D | AsyncOps.td | 1 //===- 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/ |
D | CoroInternal.h | 88 Async, enumerator 172 assert(ABI == coro::ABI::Async); in getAsyncCoroId() 205 case coro::ABI::Async: in getResumeFunctionType() 242 case coro::ABI::Async: in getResumeFunctionCC()
|
D | CoroSplit.cpp | 95 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/ |
D | eager_client.h | 34 virtual void method##Async(const method##Request* request, \ 47 virtual void method##Async( \
|
/external/rust/crates/rustversion/src/ |
D | constfn.rs | 8 Async, enumerator 17 "async" => Qualifiers::Async, in from_ident()
|
/external/tensorflow/tensorflow/go/ |
D | context.go | 36 Async bool member 59 if o.Async {
|
D | context_test.go | 28 opt := &ContextOptions{Async: test}
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | eager_executor.cc | 101 if (Async()) { in SyncExecute() 141 if (!Async()) { in AddOrExecute() 189 DCHECK(Async() || node_queue_.empty()); in WaitForAllPendingNodesLocked() 262 if (Async()) { in NodeDone()
|
D | eager_executor.h | 125 bool Async() const; 265 inline bool EagerExecutor::Async() const { return thread_ != nullptr; } in Async() function
|
/external/rust/cxx/book/src/ |
D | async.md | 1 {{#title Async functions — Rust ♡ C++}} 2 # Async functions
|
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
D | CMakeLists.txt | 7 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Async
|
/external/llvm-project/mlir/include/mlir/Dialect/ |
D | CMakeLists.txt | 2 add_subdirectory(Async)
|
/external/grpc-grpc/templates/src/csharp/ |
D | build_unitypackage.bat.template | 66 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
|
/external/grpc-grpc/src/csharp/ |
D | build_unitypackage.bat | 64 …\System.Interactive.Async.dll unitypackage\unitypackage_skeleton\Plugins\System.Interactive.Async\…
|
/external/llvm-project/mlir/lib/Dialect/ |
D | CMakeLists.txt | 2 add_subdirectory(Async)
|
/external/libwebsockets/minimal-examples/api-tests/api-test-dhcpc/ |
D | README.md | 20 [2019/10/06 14:56:41:7683] U: LWS API selftest: Async DNS
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aantidep-def-ec.mir | 26 …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/ |
D | trace_backend_compile_test.cc | 48 TEST(BasicTrace, Async) { in TEST() argument
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
D | grpc_eager_client.cc | 124 void method##Async(const method##Request* request, \ 143 void method##Async(CallOptions* call_opts, const method##Request* request, \
|
/external/crosvm/devices/src/virtio/video/ |
D | device.rs | 56 Async(AsyncCmdTag), enumerator
|
/external/llvm/test/CodeGen/PowerPC/ |
D | aantidep-def-ec.mir | 26 …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/ |
D | perf_notes.md | 26 ## Completion Queues and Threading in the Async API
|