Home
last modified time | relevance | path

Searched refs:Restore (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp193 Restore = nullptr; in init()
336 if (!Restore) in updateSaveRestorePoints()
337 Restore = &MBB; in updateSaveRestorePoints()
343 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints()
360 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints()
365 if (!Restore) { in updateSaveRestorePoints()
380 while (Restore && in updateSaveRestorePoints()
408 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints()
411 if (Restore && (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) { in updateSaveRestorePoints()
560 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in runOnMachineFunction()
[all …]
H A DRegisterScavenging.cpp78 SI.Restore = nullptr; in init()
171 if (I.Restore != &MI) in forward()
175 I.Restore = nullptr; in forward()
249 if (I.Restore == &MI) { in backward()
251 I.Restore = nullptr; in backward()
558 Scavenged.Restore = &*std::prev(UseMI); in scavengeRegister()
599 Scavenged.Restore = &*std::prev(SpillBefore); in scavengeRegisterBackwards()
H A DPrologEpilogInserter.cpp491 MachineBasicBlock *Restore = MFI.getRestorePoint(); in updateLiveness() local
492 if (Restore) in updateLiveness()
496 WorkList.push_back(Restore); in updateLiveness()
502 if (CurBB == Save && Save != Restore) in updateLiveness()
/freebsd-13.1/libexec/rtld-elf/amd64/
H A Drtld_start.S125 popq %r11 # Restore %r11
128 popq %r10 # Restore %r10
131 popq %r9 # Restore %r9
134 popq %r8 # Restore %r8
137 popq %rdi # Restore %rdi
140 popq %rsi # Restore %rsi
143 popq %rcx # Restore %rcx
146 popq %rdx # Restore %rdx
149 popq %rax # Restore %rax
152 popfq # Restore rflags
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h144 T &Restore; variable
152 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
153 Restore = std::move(NewVal); in SwapAndRestore()
157 Restore = std::move(OriginalValue); in ~SwapAndRestore()
166 Restore = std::move(OriginalValue); in restoreNow()
/freebsd-13.1/libexec/rtld-elf/i386/
H A Drtld_start.S86 popl %ecx # Restore %ecx
87 popl %edx # Restore %edx
88 popl %eax # Restore %eax
89 popf # Restore eflags
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp141 bool TerminalState::Restore() const { in Restore() function in TerminalState
206 bool TerminalStateSwitcher::Restore(uint32_t idx) const { in Restore() function in TerminalStateSwitcher
218 if (m_ttystates[idx].Restore()) { in Restore()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h83 bool Restore() const;
151 bool Restore(uint32_t idx) const;
/freebsd-13.1/stand/i386/boot0/
H A Dboot0.S472 2: popw %si # Restore
478 popf # Restore %al test results
494 popw %si # Restore, next stage uses it
542 popw %bx # Restore
549 popw %dx # Restore
583 movw %di,%sp # Restore
584 popw %si # Restore
/freebsd-13.1/stand/i386/btx/btx/
H A Dbtx.S306 pop %ax # Restore slave
308 pop %ax # Restore master
377 popa # Restore
540 popl %es # Restore
544 popal # Restore gp regs
564 popl %esi # Restore
580 popl %es # Restore
584 popal # Restore gp regs
675 popl %esi # Restore
685 rret_tramp.3: popl %es # Restore
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dasltree.c859 ACPI_PARSE_OBJECT *Restore = NULL; in TrWalkParseTree() local
874 Restore = Op->Asl.Next; in TrWalkParseTree()
1063 Op->Asl.Next = Restore; in TrWalkParseTree()
1073 Op->Asl.Next = Restore; in TrWalkParseTree()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S36 @ Restore floating-point parameters of the instrumented function
68 @ Restore the floating-point return value of the instrumented function
101 @ Restore floating-point parameters of the instrumented function
/freebsd-13.1/stand/i386/btx/btxldr/
H A Dbtxldr.S273 popl %esi # Restore
282 popl %edi # Restore
/freebsd-13.1/stand/i386/btx/lib/
H A Dbtxv86.S57 pushl __v86ret # Restore return address
76 popl %eax # Restore
/freebsd-13.1/stand/i386/boot2/
H A Dboot1.S282 pop %dx # Restore
296 pop %dx # Restore
312 pop %dx # Restore
336 pop %bx # Restore
/freebsd-13.1/contrib/file/python/
H A DCHANGELOG.md13 * Restore python-2 compatibility.
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dax_restore_flags.m411 # Restore common compilation flags from temporary variables
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h337 MachineBasicBlock *Restore = nullptr; variable
772 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint()
773 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint()
H A DRegisterScavenging.h57 const MachineInstr *Restore = nullptr; member
/freebsd-13.1/stand/i386/zfsboot/
H A Dzfsldr.S118 popal # Restore
240 pop %dx # Restore
255 pop %ax # Restore
/freebsd-13.1/stand/i386/libi386/
H A Drelocater_tramp.S183 pop %ax # Restore slave
185 pop %ax # Restore master
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h371 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup()
373 void Restore();
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S60 # Restore scratch registers.
140 # Restore scratch registers.
/freebsd-13.1/sys/teken/
H A Dsequences61 DECRC Restore cursor ^[ 8
62 DECRC Restore cursor ^[ [ u
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt46 0x00001000 /* Restore GPRs like nap */
47 0x00002000 /* Restore hypervisor resource from PACA pointer */

123