Searched refs:Restore (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp12 // (resp. Restore).
15 // between 2) two executions of the Save (resp. Restore) point there is an
16 // execution of the Restore (resp. Save) point.
22 // Restore
24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
32 // Restore
34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
124 MachineBasicBlock *Restore; member in class:__anon4660::ShrinkWrap
[all...]
H A DRegisterScavenging.cpp78 SI.Restore = nullptr;
191 if (I->Restore != &MI)
195 I->Restore = nullptr;
269 if (I.Restore == &MI) {
271 I.Restore = nullptr;
524 // Restore the scavenged register before its use (or first terminator).
572 Scavenged.Restore = &*std::prev(UseMI);
612 Scavenged.Restore = &*std::prev(SpillBefore);
/freebsd-12-stable/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 rflag
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h75 /// Restore the TTY state to the cached state.
77 /// Restore the state of the TTY using the cached values from a previous
83 bool Restore() const;
146 /// Restore the TTY state for state at index \a idx.
151 bool Restore(uint32_t idx) const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h144 T &Restore; member in class:SwapAndRestore
152 : Restore(Restore_), OriginalValue(Restore) {
153 Restore = std::move(NewVal);
157 Restore = std::move(OriginalValue);
166 Restore = std::move(OriginalValue);
/freebsd-12-stable/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-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp138 // Restore the state of the TTY using the cached values from a previous call to
140 bool TerminalState::Restore() const { function in class:TerminalState
158 // Restore the original signal handler.
202 // Restore the state at index "idx".
205 bool TerminalStateSwitcher::Restore(uint32_t idx) const { function in class:TerminalStateSwitcher
217 if (m_ttystates[idx].Restore()) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h140 ~ScopedThreadLocalStateBackup() { Restore(); }
142 void Restore();
/freebsd-12-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S111 movl %edi,%ebp # Restore base pointer
170 movl $m_rel_btx,%esi # Restore
232 start.5: popl %ecx # Restore
265 popl %eax # Restore
273 popl %esi # Restore
282 popl %edi # Restore
334 popa # Restore
342 popl %eax # Restore
348 popl %eax # Restore
/freebsd-12-stable/stand/i386/btx/lib/
H A Dbtxv86.s57 pushl __v86ret # Restore return address
76 popl %eax # Restore
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S35 @ Restore floating-point parameters of the instrumented function
66 @ Restore the floating-point return value of the instrumented function
98 @ Restore floating-point parameters of the instrumented function
/freebsd-12-stable/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-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h44 Status Restore(task_t task);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasltree.c859 ACPI_PARSE_OBJECT *Restore = NULL; local
874 Restore = Op->Asl.Next;
1063 Op->Asl.Next = Restore;
1073 Op->Asl.Next = Restore;
/freebsd-12-stable/stand/i386/btx/btx/
H A Dbtx.S251 * Restore the GDT in case we caught a kernel trap.
306 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
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h336 MachineBasicBlock *Restore = nullptr; member in class:llvm::MachineFrameInfo
791 MachineBasicBlock *getRestorePoint() const { return Restore; }
792 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
H A DRegisterScavenging.h57 const MachineInstr *Restore = nullptr; member in struct:llvm::RegScavenger::ScavengedInfo
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsldr.S118 popal # Restore
240 pop %dx # Restore
255 pop %ax # Restore
/freebsd-12-stable/stand/i386/boot2/
H A Dboot1.S282 pop %dx # Restore
296 pop %dx # Restore
312 pop %dx # Restore
336 pop %bx # Restore
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S60 # Restore scratch registers.
140 # Restore scratch registers.
/freebsd-12-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_gen.S95 ! Restore %asi and %ccr from the passed tstate
/freebsd-12-stable/stand/i386/libi386/
H A Drelocater_tramp.S183 pop %ax # Restore slave
185 pop %ax # Restore master
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h367 ~ScopedThreadLocalStateBackup() { Restore(); }
369 void Restore();
/freebsd-12-stable/stand/i386/kgzldr/
H A Dcrt.s82 popa # Restore
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h667 void Restore();
700 expected.takeError(), [](PythonException &E) { E.Restore(); },

Completed in 307 milliseconds

12