| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 193 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 D | RegisterScavenging.cpp | 78 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 D | rtld_start.S | 125 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 D | Utility.h | 142 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 D | rtld_start.S | 86 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 D | Terminal.cpp | 149 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 D | PythonExceptionState.cpp | 29 Restore(); in ~PythonExceptionState() 55 void PythonExceptionState::Restore() { in Restore() function in PythonExceptionState 77 Restore(); in Reset()
|
| H A D | PythonExceptionState.h | 26 void Restore();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | Terminal.h | 94 bool Restore() const; 182 bool Restore(uint32_t idx) const;
|
| /freebsd-12.1/stand/i386/boot0/ |
| H A D | boot0.S | 472 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 D | btx.S | 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 685 rret_tramp.3: popl %es # Restore [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_arm.S | 35 @ 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 D | hwasan.h | 141 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup() 143 void Restore();
|
| /freebsd-12.1/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 273 popl %esi # Restore 282 popl %edi # Restore
|
| /freebsd-12.1/stand/i386/btx/lib/ |
| H A D | btxv86.s | 57 pushl __v86ret # Restore return address 76 popl %eax # Restore
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | boot1.S | 282 pop %dx # Restore 296 pop %dx # Restore 312 pop %dx # Restore 336 pop %bx # Restore
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | t-vxworks | 9 # Restore some variables from t-vxworks clobbered by t-ppccomm.
|
| /freebsd-12.1/contrib/file/python/ |
| H A D | CHANGELOG.md | 8 * Restore python-2 compatibility.
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 337 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 D | zfsldr.S | 118 popal # Restore 240 pop %dx # Restore 255 pop %ax # Restore
|
| /freebsd-12.1/stand/i386/libi386/ |
| H A D | relocater_tramp.S | 183 pop %ax # Restore slave 185 pop %ax # Restore master
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | MachException.h | 45 Status Restore(task_t task);
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan.h | 372 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup() 374 void Restore();
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_amd64.S | 60 # Restore scratch registers. 140 # Restore scratch registers.
|
| /freebsd-12.1/sys/teken/ |
| H A D | sequences | 61 DECRC Restore cursor ^[ 8 62 DECRC Restore cursor ^[ [ u
|