Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp198 Suspend->checkWellFormed(); in buildFrom()
199 CoroSuspends.push_back(Suspend); in buildFrom()
210 if (Suspend->isFinal()) { in buildFrom()
301 if (!Suspend) { in buildFrom()
308 if (!Suspend->getCoroSave()) in buildFrom()
347 if (!Suspend) { in buildFrom()
356 auto SI = Suspend->value_begin(), SE = Suspend->value_end(); in buildFrom()
371 Suspend->dump(); in buildFrom()
380 Suspend->dump(); in buildFrom()
399 Suspend->dump(); in buildFrom()
[all …]
H A DCoroSplit.cpp1582 Instruction *Prev = Suspend->getPrevNode(); in simplifySuspendPoint()
1608 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint()
1615 Suspend->eraseFromParent(); in simplifySuspendPoint()
1821 NextF, Suspend); in splitAsyncCoroutine()
1826 auto *SuspendBB = Suspend->getParent(); in splitAsyncCoroutine()
1838 auto *Fn = Suspend->getMustTailCallFunction(); in splitAsyncCoroutine()
1839 SmallVector<Value *, 8> Args(Suspend->args()); in splitAsyncCoroutine()
1856 auto *Suspend = Shape.CoroSuspends[Idx]; in splitAsyncCoroutine() local
1925 auto SuspendBB = Suspend->getParent(); in splitRetconCoroutine()
1978 for (auto &VUse : Suspend->value_operands()) in splitRetconCoroutine()
[all …]
H A DCoroInstr.h517 if (auto Suspend = dyn_cast<CoroSuspendInst>(this)) in getCoroSave() local
518 return Suspend->getCoroSave(); in getCoroSave()
H A DCoroFrame.cpp98 bool Suspend = false; member
262 if (P.Suspend) in computeBlockData()
266 if (B.Suspend) { in computeBlockData()
319 B.Suspend = true; in SuspendCrossingInfo()
2632 for (auto *Suspend : Shape.CoroSuspends) { in eliminateSwiftErrorArgument() local
2633 (void) emitSetAndGetSwiftErrorValueAround(Suspend, Alloca, Shape); in eliminateSwiftErrorArgument()
/freebsd/sys/contrib/device-tree/Bindings/soc/loongson/
H A Dloongson,ls2k-pmc.yaml34 The "loongson,suspend-address" is a deep sleep state (Suspend To
38 SoC whether support Suspend To RAM.
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h165 bool Suspend();
167 bool Suspend(SBError &error);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i176 ) lldb::SBThread::Suspend;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h55 Status Suspend();
H A DNativeThreadNetBSD.cpp68 Status NativeThreadNetBSD::Suspend() { in Suspend() function in NativeThreadNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h58 Status Suspend();
H A DNativeThreadFreeBSD.cpp69 Status NativeThreadFreeBSD::Suspend() { in Suspend() function in NativeThreadFreeBSD
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234-p3768-0000+p3767-0000.dts68 label = "Suspend";
H A Dtegra234-p3768-0000.dtsi202 label = "Suspend";
H A Dtegra234-p3740-0002+p3701-0008.dts143 label = "Suspend";
H A Dtegra234-p3737-0000+p3701-0000.dts338 label = "Suspend";
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp800 ExprResult Suspend = in ActOnCoroutineBodyStart() local
802 if (Suspend.isInvalid()) in ActOnCoroutineBodyStart()
804 Suspend = BuildResolvedCoawaitExpr(Loc, Operand.get(), Suspend.get(), in ActOnCoroutineBodyStart()
806 Suspend = ActOnFinishFullExpr(Suspend.get(), /*DiscardedValue*/ false); in ActOnCoroutineBodyStart()
807 if (Suspend.isInvalid()) { in ActOnCoroutineBodyStart()
813 return cast<Stmt>(Suspend.get()); in ActOnCoroutineBodyStart()
/freebsd/sys/contrib/device-tree/Bindings/powerpc/
H A Dsleep.yaml28 - System Suspend: The device may request to be disabled or remain
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dfsl-imx-wdt.yaml59 (Suspend-to-Idle). Only supported on certain devices.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4936 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
4943 Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr() argument
4951 SubExprs[SubExpr::Suspend] = Suspend; in CoroutineSuspendExpr()
4964 SubExprs[SubExpr::Suspend] = nullptr; in CoroutineSuspendExpr()
4973 SubExprs[SubExpr::Suspend] = nullptr; in CoroutineSuspendExpr()
4989 return static_cast<Expr*>(SubExprs[SubExpr::Suspend]); in getSuspendExpr()
5029 Expr *Ready, Expr *Suspend, Expr *Resume,
5032 Ready, Suspend, Resume, OpaqueValue) { in CoroutineSuspendExpr()
5110 Expr *Ready, Expr *Suspend, Expr *Resume, in CoyieldExpr() argument
5113 Ready, Suspend, Resume, OpaqueValue) {} in CoyieldExpr()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp992 bool SBThread::Suspend() { in Suspend() function in SBThread
996 return Suspend(error); in Suspend()
999 bool SBThread::Suspend(SBError &error) { in Suspend() function in SBThread
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual197 0 string LibvirtQemudSave Libvirt QEMU Suspend Image
203 0 string LibvirtQemudPart Libvirt QEMU partial Suspend Image
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml250 sub-nodes for regulator state in Standby, Suspend-to-RAM, and
251 Suspend-to-DISK modes. Equivalent with standby, mem, and disk Linux
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m246 * @brief Suspend the CPU
/freebsd/share/syscons/keymaps/
H A Del.iso07.kbd16 # Suspend power (APM): (Left)Alt+Pause
/freebsd/share/misc/
H A Dscsi_modes174 {Maximum Time To Suspend Background Scan} i2

12