/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 274 auto Suspend = cast<CoroSuspendRetconInst>(II); in buildFrom() local 275 CoroSuspends.push_back(Suspend); in buildFrom() 279 auto Suspend = cast<CoroSuspendInst>(II); in buildFrom() local 280 CoroSuspends.push_back(Suspend); in buildFrom() 281 if (Suspend->isFinal()) { in buildFrom() 362 auto Suspend = dyn_cast<CoroSuspendInst>(AnySuspend); in buildFrom() local 363 if (!Suspend) { in buildFrom() 370 if (!Suspend->getCoroSave()) in buildFrom() 371 createCoroSave(CoroBegin, Suspend); in buildFrom() 396 auto Suspend = dyn_cast<CoroSuspendRetconInst>(AnySuspend); in buildFrom() local [all …]
|
D | CoroSplit.cpp | 1086 static bool simplifySuspendPoint(CoroSuspendInst *Suspend, in simplifySuspendPoint() argument 1088 Instruction *Prev = Suspend->getPrevNode(); in simplifySuspendPoint() 1090 auto *Pred = Suspend->getParent()->getSinglePredecessor(); in simplifySuspendPoint() 1116 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint() 1122 Suspend->replaceAllUsesWith(SubFn->getRawIndex()); in simplifySuspendPoint() 1123 Suspend->eraseFromParent(); in simplifySuspendPoint() 1256 auto Suspend = cast<CoroSuspendRetconInst>(Shape.CoroSuspends[i]); in splitRetconCoroutine() local 1265 auto SuspendBB = Suspend->getParent(); in splitRetconCoroutine() 1266 auto NewSuspendBB = SuspendBB->splitBasicBlock(Suspend); in splitRetconCoroutine() 1318 for (auto &VUse : Suspend->value_operands()) in splitRetconCoroutine() [all …]
|
D | CoroFrame.cpp | 85 bool Suspend = false; member 204 B.Suspend = true; in SuspendCrossingInfo() 241 if (B.Suspend) { in SuspendCrossingInfo() 244 if (S.Suspend) { in SuspendCrossingInfo() 1276 for (auto Suspend : Shape.CoroSuspends) { in eliminateSwiftErrorArgument() local 1277 (void) emitSetAndGetSwiftErrorValueAround(Suspend, Alloca, Shape); in eliminateSwiftErrorArgument()
|
D | CoroInstr.h | 398 if (auto Suspend = dyn_cast<CoroSuspendInst>(this)) in getCoroSave() local 399 return Suspend->getCoroSave(); in getCoroSave()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-import-wrapper-cache.h | 32 int _expected_arity, Suspend _suspend) in CacheKey() 48 Suspend suspend; 79 Suspend suspend) const; 82 int expected_arity, Suspend suspend) const;
|
D | wasm-import-wrapper-cache.cc | 29 Suspend suspend) const { in Get() 40 Suspend suspend) const { in MaybeGet()
|
D | module-compiler.h | 73 int expected_arity, Suspend suspend,
|
D | module-instantiate.cc | 1195 Suspend suspend = in ProcessImportedFunction() 1610 Suspend suspend = in CompileImportWrappers()
|
D | wasm-objects.cc | 1479 wasm::Suspend suspend = in ImportWasmJSFunctionIntoTable() 2115 wasm::Suspend suspend = in New()
|
/third_party/lzma/CPP/Windows/ |
D | Thread.h | 35 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | target.cc | 118 Suspend(); in ProcessDebugEvent() 135 void Target::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::Target 139 gdb_server_->Suspend(); in Suspend()
|
D | target.h | 71 void Suspend();
|
D | gdb-server.cc | 340 void GdbServer::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::GdbServer 382 Suspend(); in AddWasmModule()
|
D | gdb-server.h | 109 void Suspend();
|
/third_party/node/deps/v8/src/ast/ |
D | ast.h | 2086 class Suspend : public Expression { 2107 Suspend(NodeType node_type, Expression* expression, int pos, in Suspend() function 2118 class Yield final : public Suspend { 2123 : Suspend(kYield, expression, pos, on_abrupt_resume) {} in Yield() 2126 class YieldStar final : public Suspend { 2131 : Suspend(kYieldStar, expression, pos, in YieldStar() 2132 Suspend::OnAbruptResume::kNoControl) {} in YieldStar() 2135 class Await final : public Suspend { 2141 : Suspend(kAwait, expression, pos, Suspend::kOnExceptionThrow) {} in Await() 3203 Suspend* NewYield(Expression* expression, int pos, in NewYield() [all …]
|
D | ast-source-ranges.h | 56 V(Suspend) \
|
/third_party/python/Doc/library/ |
D | termios.rst | 72 Suspend or resume input or output on file descriptor *fd*. The *action*
|
D | signal.rst | 558 Suspend execution of the calling thread until the delivery of one of the 573 Suspend execution of the calling thread until the delivery of one of the
|
D | curses.rst | 1605 | ``KEY_SSUSPEND`` | Shifted Suspend | 1609 | ``KEY_SUSPEND`` | Suspend |
|
D | time.rst | 352 Suspend execution of the calling thread for the given number of seconds.
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.h | 121 using Suspend = v8::internal::Suspend*; 1027 static_cast<Suspend*>(node),
|
D | preparser.h | 624 Suspend::OnAbruptResume on_abrupt_resume) { in NewYield() 883 using Suspend = PreParserExpression;
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 59 enum Suspend : bool { kSuspend = false, kNoSuspend = true }; enum 130 bool source_positions, int expected_arity, wasm::Suspend); 151 wasm::Suspend suspend);
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 936 Roseman does this by making two changes. 1. Suspend and resume the
|
/third_party/rust/crates/libc/src/ |
D | psp.rs | 641 Suspend = 1, 968 Suspend = 1,
|