Home
last modified time | relevance | path

Searched refs:Suspend (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp274 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 …]
DCoroSplit.cpp1086 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 …]
DCoroFrame.cpp85 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()
DCoroInstr.h398 if (auto Suspend = dyn_cast<CoroSuspendInst>(this)) in getCoroSave() local
399 return Suspend->getCoroSave(); in getCoroSave()
/third_party/node/deps/v8/src/wasm/
Dwasm-import-wrapper-cache.h32 int _expected_arity, Suspend _suspend) in CacheKey()
48 Suspend suspend;
79 Suspend suspend) const;
82 int expected_arity, Suspend suspend) const;
Dwasm-import-wrapper-cache.cc29 Suspend suspend) const { in Get()
40 Suspend suspend) const { in MaybeGet()
Dmodule-compiler.h73 int expected_arity, Suspend suspend,
Dmodule-instantiate.cc1195 Suspend suspend = in ProcessImportedFunction()
1610 Suspend suspend = in CompileImportWrappers()
Dwasm-objects.cc1479 wasm::Suspend suspend = in ImportWasmJSFunctionIntoTable()
2115 wasm::Suspend suspend = in New()
/third_party/lzma/CPP/Windows/
DThread.h35 DWORD Suspend() { return ::SuspendThread(thread); } in Suspend() function
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dtarget.cc118 Suspend(); in ProcessDebugEvent()
135 void Target::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::Target
139 gdb_server_->Suspend(); in Suspend()
Dtarget.h71 void Suspend();
Dgdb-server.cc340 void GdbServer::Suspend() { in Suspend() function in v8::internal::wasm::gdb_server::GdbServer
382 Suspend(); in AddWasmModule()
Dgdb-server.h109 void Suspend();
/third_party/node/deps/v8/src/ast/
Dast.h2086 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 …]
Dast-source-ranges.h56 V(Suspend) \
/third_party/python/Doc/library/
Dtermios.rst72 Suspend or resume input or output on file descriptor *fd*. The *action*
Dsignal.rst558 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
Dcurses.rst1605 | ``KEY_SSUSPEND`` | Shifted Suspend |
1609 | ``KEY_SUSPEND`` | Suspend |
Dtime.rst352 Suspend execution of the calling thread for the given number of seconds.
/third_party/node/deps/v8/src/parsing/
Dparser.h121 using Suspend = v8::internal::Suspend*;
1027 static_cast<Suspend*>(node),
Dpreparser.h624 Suspend::OnAbruptResume on_abrupt_resume) { in NewYield()
883 using Suspend = PreParserExpression;
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h59 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/
D3.5.1rc1.rst936 Roseman does this by making two changes. 1. Suspend and resume the
/third_party/rust/crates/libc/src/
Dpsp.rs641 Suspend = 1,
968 Suspend = 1,

12