| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 193 Restore = nullptr; in init() 336 if (!Restore) in updateSaveRestorePoints() 337 Restore = &MBB; in updateSaveRestorePoints() 343 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints() 360 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints() 365 if (!Restore) { in updateSaveRestorePoints() 380 while (Restore && in updateSaveRestorePoints() 408 Restore = MPDT->findNearestCommonDominator(Restore, Save); in updateSaveRestorePoints() 411 if (Restore && (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) { in updateSaveRestorePoints() 560 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in runOnMachineFunction() [all …]
|
| H A D | RegisterScavenging.cpp | 78 SI.Restore = nullptr; in init() 171 if (I.Restore != &MI) in forward() 175 I.Restore = nullptr; in forward() 249 if (I.Restore == &MI) { in backward() 251 I.Restore = nullptr; in backward() 558 Scavenged.Restore = &*std::prev(UseMI); in scavengeRegister() 599 Scavenged.Restore = &*std::prev(SpillBefore); in scavengeRegisterBackwards()
|
| H A D | PrologEpilogInserter.cpp | 491 MachineBasicBlock *Restore = MFI.getRestorePoint(); in updateLiveness() local 492 if (Restore) in updateLiveness() 496 WorkList.push_back(Restore); in updateLiveness() 502 if (CurBB == Save && Save != Restore) in updateLiveness()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Utility.h | 144 T &Restore; variable 152 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore() 153 Restore = std::move(NewVal); in SwapAndRestore() 157 Restore = std::move(OriginalValue); in ~SwapAndRestore() 166 Restore = std::move(OriginalValue); in restoreNow()
|
| /freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Terminal.cpp | 141 bool TerminalState::Restore() const { in Restore() function in TerminalState 206 bool TerminalStateSwitcher::Restore(uint32_t idx) const { in Restore() function in TerminalStateSwitcher 218 if (m_ttystates[idx].Restore()) { in Restore()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Terminal.h | 83 bool Restore() const; 151 bool Restore(uint32_t idx) const;
|
| /freebsd-13.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-13.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-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | asltree.c | 859 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-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_arm.S | 36 @ 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-13.1/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 273 popl %esi # Restore 282 popl %edi # Restore
|
| /freebsd-13.1/stand/i386/btx/lib/ |
| H A D | btxv86.S | 57 pushl __v86ret # Restore return address 76 popl %eax # Restore
|
| /freebsd-13.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-13.1/contrib/file/python/ |
| H A D | CHANGELOG.md | 13 * Restore python-2 compatibility.
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | ax_restore_flags.m4 | 11 # Restore common compilation flags from temporary variables
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFrameInfo.h | 337 MachineBasicBlock *Restore = nullptr; variable 772 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint() 773 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint()
|
| H A D | RegisterScavenging.h | 57 const MachineInstr *Restore = nullptr; member
|
| /freebsd-13.1/stand/i386/zfsboot/ |
| H A D | zfsldr.S | 118 popal # Restore 240 pop %dx # Restore 255 pop %ax # Restore
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | relocater_tramp.S | 183 pop %ax # Restore slave 185 pop %ax # Restore master
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.h | 371 ~ScopedThreadLocalStateBackup() { Restore(); } in ~ScopedThreadLocalStateBackup() 373 void Restore();
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_amd64.S | 60 # Restore scratch registers. 140 # Restore scratch registers.
|
| /freebsd-13.1/sys/teken/ |
| H A D | sequences | 61 DECRC Restore cursor ^[ 8 62 DECRC Restore cursor ^[ [ u
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 46 0x00001000 /* Restore GPRs like nap */ 47 0x00002000 /* Restore hypervisor resource from PACA pointer */
|