| /src/sys/external/bsd/acpica/dist/compiler/ |
| asltree.c | 752 ACPI_PARSE_OBJECT *Restore = NULL; 767 Restore = Op->Asl.Next; 956 Op->Asl.Next = Restore; 966 Op->Asl.Next = Restore;
|
| asltree.c | 752 ACPI_PARSE_OBJECT *Restore = NULL; 767 Restore = Op->Asl.Next; 956 Op->Asl.Next = Restore; 966 Op->Asl.Next = Restore;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| RegisterScavenging.h | 57 const MachineInstr *Restore = nullptr;
|
| RegisterScavenging.h | 57 const MachineInstr *Restore = nullptr;
|
| MachineFrameInfo.h | 337 MachineBasicBlock *Restore = nullptr; 772 MachineBasicBlock *getRestorePoint() const { return Restore; } 773 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
|
| MachineFrameInfo.h | 337 MachineBasicBlock *Restore = nullptr; 772 MachineBasicBlock *getRestorePoint() const { return Restore; } 773 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| Utility.h | 144 T &Restore; 152 : Restore(Restore_), OriginalValue(Restore) { 153 Restore = std::move(NewVal); 157 Restore = std::move(OriginalValue); 166 Restore = std::move(OriginalValue);
|
| Utility.h | 144 T &Restore; 152 : Restore(Restore_), OriginalValue(Restore) { 153 Restore = std::move(NewVal); 157 Restore = std::move(OriginalValue); 166 Restore = std::move(OriginalValue);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ShrinkWrap.cpp | 12 // (resp. Restore). 15 // between 2) two executions of the Save (resp. Restore) point there is an 16 // execution of the Restore (resp. Save) point. 22 // Restore 24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ... 32 // Restore 34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore. 124 MachineBasicBlock *Restore; [all...] |
| ShrinkWrap.cpp | 12 // (resp. Restore). 15 // between 2) two executions of the Save (resp. Restore) point there is an 16 // execution of the Restore (resp. Save) point. 22 // Restore 24 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ... 32 // Restore 34 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore. 124 MachineBasicBlock *Restore; [all...] |
| PrologEpilogInserter.cpp | 107 // Save and Restore blocks of the current function. Typically there is a 231 // Determine placement of CSR spill/restore code and prolog/epilog code: 363 assert(MFI.getRestorePoint() && "Both restore and save must be set"); 466 // - Anything that is not Save or Restore -> LiveThrough. 468 // - Restore -> LiveOut. 470 // Restore in this set. 485 MachineBasicBlock *Restore = MFI.getRestorePoint(); 486 if (Restore) 487 // By construction Restore cannot be visited, otherwise it 488 // means there exists a path to Restore that does not g [all...] |
| PrologEpilogInserter.cpp | 107 // Save and Restore blocks of the current function. Typically there is a 231 // Determine placement of CSR spill/restore code and prolog/epilog code: 363 assert(MFI.getRestorePoint() && "Both restore and save must be set"); 466 // - Anything that is not Save or Restore -> LiveThrough. 468 // - Restore -> LiveOut. 470 // Restore in this set. 485 MachineBasicBlock *Restore = MFI.getRestorePoint(); 486 if (Restore) 487 // By construction Restore cannot be visited, otherwise it 488 // means there exists a path to Restore that does not g [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan.cc | 277 void ScopedThreadLocalStateBackup::Restore() {
|
| msan.cc | 277 void ScopedThreadLocalStateBackup::Restore() {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| SIWholeQuadMode.cpp | 35 /// wavefront mode (StrictWWM) and insert instructions to save and restore it: 42 /// we use a similar save and restore mechanism and force whole quad mode for 723 MachineInstr *Restore = 728 LIS->InsertMachineInstrInMaps(*Restore); 731 return Restore;
|
| SIWholeQuadMode.cpp | 35 /// wavefront mode (StrictWWM) and insert instructions to save and restore it: 42 /// we use a similar save and restore mechanism and force whole quad mode for 723 MachineInstr *Restore = 728 LIS->InsertMachineInstrInMaps(*Restore); 731 return Restore;
|
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 621 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 622 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 623 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 679 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 680 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 681 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 737 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 738 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 739 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 798 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a [all...] |
| fplsp.s | 621 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 622 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 623 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 679 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 680 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 681 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 737 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 738 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 739 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 798 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a [all...] |
| fpsp.s | 740 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 741 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 742 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 755 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 756 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 757 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 774 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 775 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 776 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 813 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp 24727 restore: label [all...] |
| fpsp.s | 740 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 741 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 742 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 755 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 756 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 757 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 774 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 775 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 776 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 813 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp 24727 restore: label [all...] |