Home
last modified time | relevance | path

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

12345678910>>...29

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShrinkWrap.cpp193 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 DRegisterScavenging.cpp78 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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h144 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()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/fr30/
H A Dst.cgs51 mvr_h_gr r9,sp ; Restore stack pointer
79 mvr_h_gr r9,sp ; Restore stack pointer
95 mvr_h_gr r9,sp ; Restore stack pointer
115 mvr_h_gr r9,sp ; Restore stack pointer
183 mvr_h_gr r9,sp ; Restore stack pointer
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/fr30/
H A Dst.cgs51 mvr_h_gr r9,sp ; Restore stack pointer
79 mvr_h_gr r9,sp ; Restore stack pointer
95 mvr_h_gr r9,sp ; Restore stack pointer
115 mvr_h_gr r9,sp ; Restore stack pointer
183 mvr_h_gr r9,sp ; Restore stack pointer
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
H A Drestore_all.inc29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
36 lmw.bim $r0, [$sp], $r10, #0x0 /* Restore all regs. */
39 lmw.bim $r0, [$sp], $r27, #0xf /* Restore all regs. */
H A Drestore_partial.inc30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
37 lmw.bim $r0, [$sp], $r5, #0x0 /* Restore all regs. */
41 lmw.bim $r15, [$sp], $r27, #0x2 /* Restore all regs. */
/netbsd/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
H A Drestore_all.inc29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
36 lmw.bim $r0, [$sp], $r10, #0x0 /* Restore all regs. */
39 lmw.bim $r0, [$sp], $r27, #0xf /* Restore all regs. */
H A Drestore_partial.inc30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
37 lmw.bim $r0, [$sp], $r5, #0x0 /* Restore all regs. */
41 lmw.bim $r15, [$sp], $r27, #0x2 /* Restore all regs. */
/netbsd/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dmorestack.S166 popl %eax # Restore %eax and stack.
175 popl %eax # Restore %eax and stack.
218 popq %rax # Restore register.
225 popq %rax # Restore register.
350 movl -12(%ebp),%edx # Restore registers.
362 movl -8(%ebp),%eax # Restore the last register.
401 movl %ebp,%esp # Restore stack pointer.
412 popl %edx # Restore return value.
580 movq %rbp,%rsp # Restore stack pointer.
590 popq %rdx # Restore return value.
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dmorestack.S166 popl %eax # Restore %eax and stack.
175 popl %eax # Restore %eax and stack.
218 popq %rax # Restore register.
225 popq %rax # Restore register.
350 movl -12(%ebp),%edx # Restore registers.
362 movl -8(%ebp),%eax # Restore the last register.
401 movl %ebp,%esp # Restore stack pointer.
412 popl %edx # Restore return value.
580 movq %rbp,%rsp # Restore stack pointer.
590 popq %rdx # Restore return value.
[all …]
/netbsd/sys/arch/mips/mips/
H A Dcache_tx39_subr.S84 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
131 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
H A Dcache_r3k_subr.S174 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
218 mtc0 t0, MIPS_COP_0_STATUS # Restore SR.
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dasltree.c751 ACPI_PARSE_OBJECT *Restore = NULL; in TrWalkParseTree() local
766 Restore = Op->Asl.Next; in TrWalkParseTree()
955 Op->Asl.Next = Restore; in TrWalkParseTree()
965 Op->Asl.Next = Restore; in TrWalkParseTree()
/netbsd/sys/arch/m68k/fpsp/
H A Dslog2.sa73 * 2.1 Restore the user FPCR
87 * 2.1 Restore the user FPCR
102 * 2.1 Restore the user FPCR
118 * 2.2 Restore the user FPCR.
124 * 4.1 Restore the user FPCR
/netbsd/sys/external/bsd/compiler_rt/dist/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
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/tic6x/
H A Dunwind-1.d66 Restore stack from frame pointer
72 Restore stack from frame pointer
H A Dunwind-2.d66 Restore stack from frame pointer
72 Restore stack from frame pointer
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dunwind-1.d66 Restore stack from frame pointer
72 Restore stack from frame pointer
H A Dunwind-2.d66 Restore stack from frame pointer
72 Restore stack from frame pointer
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-m68hc11/
H A Dfar-hc11.s85 ldab 4,x ; (4) Restore function parameter (low)
90 pula ; (3) Restore function parameter (high)
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68hc11/
H A Dfar-hc11.s85 ldab 4,x ; (4) Restore function parameter (low)
90 pula ; (3) Restore function parameter (high)
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dextl.s108 mov.l #0xffff0001, @pos ; Restore initial value
183 mov.l #0xffff0001, @pos ; Restore initial value
258 mov.l #0xffff0001, @pos ; Restore initial value
333 mov.l #0xffff0001, @pos ; Restore initial value
408 mov.l #0xffff0001, @pos ; Restore initial value
667 mov.l #0xffffff01, @pos2 ; Restore initial value
742 mov.l #0xffffff01, @pos2 ; Restore initial value
817 mov.l #0xffffff01, @pos2 ; Restore initial value
892 mov.l #0xffffff01, @pos2 ; Restore initial value
967 mov.l #0xffffff01, @pos2 ; Restore initial value
H A Dextw.s105 mov.w #0xff01, @pos ; Restore initial value
180 mov.w #0xff01, @pos ; Restore initial value
255 mov.w #0xff01, @pos ; Restore initial value
330 mov.w #0xff01, @pos ; Restore initial value
405 mov.w #0xff01, @pos ; Restore initial value
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dextl.s108 mov.l #0xffff0001, @pos ; Restore initial value
183 mov.l #0xffff0001, @pos ; Restore initial value
258 mov.l #0xffff0001, @pos ; Restore initial value
333 mov.l #0xffff0001, @pos ; Restore initial value
408 mov.l #0xffff0001, @pos ; Restore initial value
667 mov.l #0xffffff01, @pos2 ; Restore initial value
742 mov.l #0xffffff01, @pos2 ; Restore initial value
817 mov.l #0xffffff01, @pos2 ; Restore initial value
892 mov.l #0xffffff01, @pos2 ; Restore initial value
967 mov.l #0xffffff01, @pos2 ; Restore initial value

12345678910>>...29