Home
last modified time | relevance | path

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

123456

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DShrinkWrap.cpp193 Restore = nullptr; in init()
332 if (!Restore) in updateSaveRestorePoints()
333 Restore = &MBB; in updateSaveRestorePoints()
339 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints()
345 if (Restore == &MBB) { in updateSaveRestorePoints()
356 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints()
361 if (!Restore) { in updateSaveRestorePoints()
404 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints()
559 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in runOnMachineFunction()
560 if (!Restore) in runOnMachineFunction()
[all …]
H A DRegisterScavenging.cpp78 SI.Restore = nullptr; in init()
191 if (I->Restore != &MI) in forward()
195 I->Restore = nullptr; in forward()
269 if (I.Restore == &MI) { in backward()
271 I.Restore = nullptr; in backward()
569 Scavenged.Restore = &*std::prev(UseMI); in scavengeRegister()
600 Scavenged.Restore = &*std::prev(SpillBefore); in scavengeRegisterBackwards()
/freebsd-12.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-12.1/contrib/llvm/include/llvm/Demangle/
H A DUtility.h142 T &Restore; variable
150 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
151 Restore = std::move(NewVal); in SwapAndRestore()
155 Restore = std::move(OriginalValue); in ~SwapAndRestore()
164 Restore = std::move(OriginalValue); in restoreNow()
/freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTerminal.cpp149 bool TerminalState::Restore() const { in Restore() function in TerminalState
230 bool TerminalStateSwitcher::Restore(uint32_t idx) const { in Restore() function in TerminalStateSwitcher
242 if (m_ttystates[idx].Restore()) { in Restore()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp29 Restore(); in ~PythonExceptionState()
55 void PythonExceptionState::Restore() { in Restore() function in PythonExceptionState
77 Restore(); in Reset()
H A DPythonExceptionState.h26 void Restore();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DTerminal.h94 bool Restore() const;
182 bool Restore(uint32_t idx) const;
/freebsd-12.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-12.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-12.1/contrib/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.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.h141 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup()
143 void Restore();
/freebsd-12.1/stand/i386/btx/btxldr/
H A Dbtxldr.S273 popl %esi # Restore
282 popl %edi # Restore
/freebsd-12.1/stand/i386/btx/lib/
H A Dbtxv86.s57 pushl __v86ret # Restore return address
76 popl %eax # Restore
/freebsd-12.1/stand/i386/boot2/
H A Dboot1.S282 pop %dx # Restore
296 pop %dx # Restore
312 pop %dx # Restore
336 pop %bx # Restore
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dt-vxworks9 # Restore some variables from t-vxworks clobbered by t-ppccomm.
/freebsd-12.1/contrib/file/python/
H A DCHANGELOG.md8 * Restore python-2 compatibility.
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h337 MachineBasicBlock *Restore = nullptr; variable
765 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint()
766 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint()
/freebsd-12.1/stand/i386/zfsboot/
H A Dzfsldr.S118 popal # Restore
240 pop %dx # Restore
255 pop %ax # Restore
/freebsd-12.1/stand/i386/libi386/
H A Drelocater_tramp.S183 pop %ax # Restore slave
185 pop %ax # Restore master
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DMachException.h45 Status Restore(task_t task);
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.h372 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup()
374 void Restore();
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S60 # Restore scratch registers.
140 # Restore scratch registers.
/freebsd-12.1/sys/teken/
H A Dsequences61 DECRC Restore cursor ^[ 8
62 DECRC Restore cursor ^[ [ u

123456