Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp229 Restore = nullptr; in init()
693 if (!Restore) in updateSaveRestorePoints()
694 Restore = &MBB; in updateSaveRestorePoints()
700 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints()
717 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints()
722 if (!Restore) { in updateSaveRestorePoints()
737 while (Restore && in updateSaveRestorePoints()
765 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints()
768 if (Restore && (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) { in updateSaveRestorePoints()
909 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in performShrinkWrapping()
[all …]
H A DRegisterScavenging.cpp66 SI.Restore = nullptr; in init()
88 if (I.Restore == &MI) { in backward()
90 I.Restore = nullptr; in backward()
327 Scavenged.Restore = &*std::prev(SpillBefore); in scavengeRegisterBackwards()
H A DPrologEpilogInserter.cpp559 MachineBasicBlock *Restore = MFI.getRestorePoint(); in updateLiveness() local
560 if (Restore) in updateLiveness()
564 WorkList.push_back(Restore); in updateLiveness()
570 if (CurBB == Save && Save != Restore) in updateLiveness()
/freebsd-14.2/libexec/rtld-elf/amd64/
H A Drtld_start.S128 popq %r11 # Restore %r11
131 popq %r10 # Restore %r10
134 popq %r9 # Restore %r9
137 popq %r8 # Restore %r8
140 popq %rdi # Restore %rdi
143 popq %rsi # Restore %rsi
146 popq %rcx # Restore %rcx
149 popq %rdx # Restore %rdx
152 popq %rax # Restore %rax
155 popfq # Restore rflags
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dz_AIX_asm.S191 ld 2, 40(1) # Restore TOC pointer from linkage area
201 ld 30, -16(31) # Restore r30 from the saved value on the stack
205 ld 31, -8(1) # Restore r31 from the saved value on the stack
207 mtlr 0 # Restore LR from the linkage area
345 lwz 2, 20(1) # Restore TOC pointer from linkage area
355 lwz 30, -8(31) # Restore r30 from the saved value on the stack
359 lwz 31, -4(1) # Restore r31 from the saved value on the stack
361 mtlr 0 # Restore LR from the linkage area
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h53 const MachineInstr *Restore = nullptr; member
71 MachineInstr *Restore = nullptr) {
76 Slot.Restore = Restore;
H A DMachineFrameInfo.h336 MachineBasicBlock *Restore = nullptr; variable
813 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint()
814 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint()
/freebsd-14.2/libexec/rtld-elf/i386/
H A Drtld_start.S91 popl %ecx # Restore %ecx
92 popl %edx # Restore %edx
93 popl %eax # Restore %eax
94 popf # Restore eflags
/freebsd-14.2/stand/i386/boot0/
H A Dboot0.S463 2: popw %si # Restore
469 popf # Restore %al test results
485 popw %si # Restore, next stage uses it
533 popw %bx # Restore
540 popw %dx # Restore
574 movw %di,%sp # Restore
575 popw %si # Restore
/freebsd-14.2/stand/i386/btx/btx/
H A Dbtx.S304 pop %ax # Restore slave
306 pop %ax # Restore master
375 popa # Restore
538 popl %es # Restore
542 popal # Restore gp regs
562 popl %esi # Restore
578 popl %es # Restore
582 popal # Restore gp regs
673 popl %esi # Restore
683 rret_tramp.3: popl %es # Restore
[all …]
/freebsd-14.2/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-14.2/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-14.2/stand/i386/btx/btxldr/
H A Dbtxldr.S271 popl %esi # Restore
280 popl %edi # Restore
/freebsd-14.2/stand/i386/btx/lib/
H A Dbtxv86.S55 pushl __v86ret # Restore return address
74 popl %eax # Restore
/freebsd-14.2/stand/i386/boot2/
H A Dboot1.S280 pop %dx # Restore
294 pop %dx # Restore
310 pop %dx # Restore
334 pop %bx # Restore
/freebsd-14.2/contrib/file/python/
H A DCHANGELOG.md13 * Restore python-2 compatibility.
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dax_restore_flags.m411 # Restore common compilation flags from temporary variables
/freebsd-14.2/stand/i386/zfsboot/
H A Dzfsldr.S116 popal # Restore
238 pop %dx # Restore
253 pop %ax # Restore
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dmulhi3.S69 ; Restore __zero_reg__ to 0.
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h131 bool Restore() const;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h352 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup()
354 void Restore();
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp408 TerminalState::~TerminalState() { Restore(); } in ~TerminalState()
436 bool TerminalState::Restore() const { in Restore() function in TerminalState
/freebsd-14.2/stand/i386/libi386/
H A Drelocater_tramp.S181 pop %ax # Restore slave
183 pop %ax # Restore master
/freebsd-14.2/sys/teken/
H A Dsequences60 DECRC Restore cursor ^[ 8
61 DECRC Restore cursor ^[ [ u
/freebsd-14.2/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 */

1234