/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 128 MachineBasicBlock *Restore = nullptr; member in __anon8a4a73dd0111::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 D | RegisterScavenging.cpp | 66 SI.Restore = nullptr; in init() 88 if (I.Restore == &MI) { in enterBasicBlockEnd() 90 I.Restore = nullptr; in enterBasicBlockEnd() 286 // Restore the scavenged register before its use (or first terminator). in findSurvivorBackwards() 327 Scavenged.Restore = &*std::prev(SpillBefore); in findSurvivorBackwards()
|
H A D | PrologEpilogInserter.cpp | 546 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()
|
/freebsd/libexec/rtld-elf/amd64/ |
H A D | rtld_start.S | 128 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/libexec/rtld-elf/i386/ |
H A D | rtld_start.S | 91 popl %ecx # Restore %ecx 92 popl %edx # Restore %edx 93 popl %eax # Restore %eax 94 popf # Restore eflags
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterScavenging.h | 53 const MachineInstr *Restore = nullptr; 67 /// second time with \p Restore set to a non-null value, so that the 71 MachineInstr *Restore = nullptr) { 76 Slot.Restore = Restore; 57 const MachineInstr *Restore = nullptr; global() member
|
H A D | MachineFrameInfo.h | 336 MachineBasicBlock *Restore = nullptr; variable 825 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint() 826 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint()
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 463 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/stand/i386/btx/btx/ |
H A D | btx.S | 304 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/sys/contrib/dev/acpica/compiler/ |
H A D | asltree.c | 860 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()
|
/freebsd/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/stand/i386/btx/btxldr/ |
H A D | btxldr.S | 271 popl %esi # Restore 280 popl %edi # Restore
|
/freebsd/stand/i386/btx/lib/ |
H A D | btxv86.S | 55 pushl __v86ret # Restore return address 74 popl %eax # Restore
|
/freebsd/stand/i386/boot2/ |
H A D | boot1.S | 280 pop %dx # Restore 294 pop %dx # Restore 310 pop %dx # Restore 334 pop %bx # Restore
|
/freebsd/contrib/file/python/ |
H A D | CHANGELOG.md | 13 * Restore python-2 compatibility.
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsldr.S | 116 popal # Restore 238 pop %dx # Restore 253 pop %ax # Restore
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | ax_restore_flags.m4 | 11 # Restore common compilation flags from temporary variables
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/ |
H A D | mulhi3.S | 69 ; Restore __zero_reg__ to 0.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Terminal.h | 123 /// Restore the TTY state to the cached state. 125 /// Restore the state of the TTY using the cached values from a previous 131 bool Restore() const;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan.h | 352 ~ScopedThreadLocalStateBackup() { Restore(); } 354 void Restore();
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Terminal.cpp | 408 TerminalState::~TerminalState() { Restore(); } in ~TerminalState() 436 bool TerminalState::Restore() const { in Restore() function in TerminalState
|
/freebsd/stand/i386/libi386/ |
H A D | relocater_tramp.S | 181 pop %ax # Restore slave 183 pop %ax # Restore master
|
/freebsd/sys/teken/ |
H A D | sequences | 60 DECRC Restore cursor ^[ 8 61 DECRC Restore cursor ^[ [ u
|
/freebsd/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 */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.h | 668 void Restore(); 701 expected.takeError(), [](PythonException &E) { E.Restore(); },
|