Home
last modified time | relevance | path

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

1234

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp128 MachineBasicBlock *Restore = nullptr; member in __anon7e656bb20111::ShrinkWrap
231 Restore = nullptr; in init()
250 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting()
589 InitRestore = Restore; in postShrinkWrapping()
671 Restore = NewRestore; in postShrinkWrapping()
676 assert((MDT->dominates(Save, Restore) && MPDT->dominates(Restore, Save)) && in postShrinkWrapping()
678 assert((!MLI->getLoopFor(Save) && !MLI->getLoopFor(Restore)) && in postShrinkWrapping()
681 EntryFreq >= MBFI->getBlockFreq(Restore)) && in postShrinkWrapping()
695 if (!Restore) in updateSaveRestorePoints()
696 Restore = &MBB; in updateSaveRestorePoints()
[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.cpp546 MachineBasicBlock *Restore = MFI.getRestorePoint(); in updateLiveness() local
547 if (Restore) in updateLiveness()
551 WorkList.push_back(Restore); in updateLiveness()
557 if (CurBB == Save && Save != Restore) in updateLiveness()
/src/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
/src/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
/src/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
825 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint()
826 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint()
/src/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
/src/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
/src/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 …]
/src/sys/contrib/dev/acpica/compiler/
H A Dasltree.c860 ACPI_PARSE_OBJECT *Restore = NULL; in TrWalkParseTree() local
875 Restore = Op->Asl.Next; in TrWalkParseTree()
1064 Op->Asl.Next = Restore; in TrWalkParseTree()
1074 Op->Asl.Next = Restore; in TrWalkParseTree()
/src/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
/src/stand/i386/btx/btxldr/
H A Dbtxldr.S271 popl %esi # Restore
280 popl %edi # Restore
/src/stand/i386/btx/lib/
H A Dbtxv86.S55 pushl __v86ret # Restore return address
74 popl %eax # Restore
/src/stand/i386/boot2/
H A Dboot1.S280 pop %dx # Restore
294 pop %dx # Restore
310 pop %dx # Restore
334 pop %bx # Restore
/src/contrib/file/python/
H A DCHANGELOG.md13 * Restore python-2 compatibility.
/src/sys/contrib/openzfs/config/
H A Dax_restore_flags.m412 # Restore common compilation flags from temporary variables
/src/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dmulhi3.S69 ; Restore __zero_reg__ to 0.
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h131 bool Restore() const;
/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h352 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup()
354 void Restore();
/src/stand/i386/libi386/
H A Drelocater_tramp.S181 pop %ax # Restore slave
183 pop %ax # Restore master
/src/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
/src/sys/teken/
H A Dsequences60 DECRC Restore cursor ^[ 8
61 DECRC Restore cursor ^[ [ u
/src/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 */
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h668 void Restore();
701 expected.takeError(), [](PythonException &E) { E.Restore(); },

1234