| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | ShrinkWrap.cpp | 119 MachineBasicBlock *Save; member in __anona81ec9f50111::ShrinkWrap 192 Save = nullptr; in init() 212 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting() 330 if (!Save) in updateSaveRestorePoints() 331 Save = &MBB; in updateSaveRestorePoints() 333 Save = MDT->findNearestCommonDominator(Save, &MBB); in updateSaveRestorePoints() 334 assert(Save); in updateSaveRestorePoints() 381 (!(SaveDominatesRestore = MDT->dominates(Save, Restore)) || in updateSaveRestorePoints() 382 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints() 400 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) { in updateSaveRestorePoints() [all …]
|
| D | PrologEpilogInserter.cpp | 480 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness() local 482 if (!Save) in updateLiveness() 483 Save = Entry; in updateLiveness() 485 if (Entry != Save) { in updateLiveness() 489 Visited.insert(Save); in updateLiveness() 502 if (CurBB == Save && Save != Restore) in updateLiveness()
|
| /freebsd-12-stable/libexec/rtld-elf/amd64/ |
| D | rtld_start.S | 86 pushfq # Save rflags 88 pushq %rax # Save %rax 91 pushq %rdx # Save %rdx 94 pushq %rcx # Save %rcx 97 pushq %rsi # Save %rsi 100 pushq %rdi # Save %rdi 103 pushq %r8 # Save %r8 106 pushq %r9 # Save %r9 109 pushq %r10 # Save %r10 112 pushq %r11 # Save %r11
|
| /freebsd-12-stable/libexec/rtld-elf/i386/ |
| D | rtld_start.S | 34 movl %esp,%eax # Save initial stack pointer 35 movl %esp,%esi # Save initial stack pointer 74 pushf # Save eflags 75 pushl %eax # Save %eax 76 pushl %edx # Save %edx 77 pushl %ecx # Save %ecx
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | lqr.c | 242 memcpy(&p->hdlc.lqm.lqr.prevSave, &p->hdlc.lqm.lqr.Save, in lqr_Input() 244 p->hdlc.lqm.lqr.Save.InLQRs = ++p->hdlc.lqm.lqr.InLQRs; in lqr_Input() 245 p->hdlc.lqm.lqr.Save.InPackets = p->hdlc.lqm.ifInUniPackets; in lqr_Input() 246 p->hdlc.lqm.lqr.Save.InDiscards = p->hdlc.lqm.ifInDiscards; in lqr_Input() 247 p->hdlc.lqm.lqr.Save.InErrors = p->hdlc.lqm.ifInErrors; in lqr_Input() 248 p->hdlc.lqm.lqr.Save.InOctets = p->hdlc.lqm.lqr.InGoodOctets; in lqr_Input() 397 (hdlc->lqm.lqr.Save.InPackets - hdlc->lqm.lqr.prevSave.InPackets); in lqr_Analyse() 399 (hdlc->lqm.lqr.Save.InOctets - hdlc->lqm.lqr.prevSave.InOctets); in lqr_Analyse() 498 lqr.PeerInLQRs = p->hdlc.lqm.lqr.Save.InLQRs; in lqr_LayerPush() 499 lqr.PeerInPackets = p->hdlc.lqm.lqr.Save.InPackets; in lqr_LayerPush() [all …]
|
| D | hdlc.h | 90 struct lqrsavedata Save; /* Our last LQR */ member
|
| /freebsd-12-stable/stand/i386/boot0/ |
| D | boot0.S | 247 save_curdrive: movb %dl, (%bp) # Save drive number 323 print_drive: addb $'0'|0x80,%al # Save next 437 movb %al,_OPT(%bp) # Save option 450 pushf # Save results for later 466 1: pushw %bx # Save 492 pushw %si # Save ptr to selected part. 538 pushw %bx # Save 546 pushw %dx # Save 565 pushw %si # Save 566 movw %sp,%di # Save
|
| /freebsd-12-stable/stand/i386/btx/btx/ |
| D | btx.S | 288 setpic: in $0x21,%al # Save master 290 in $0xa1,%al # Save slave 352 pushl %ds # Save 477 pusha # Save gp regs 478 pushl %gs # Save 487 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer 502 movl %edx,MEM_ESPR-0x08 # Save btx_v86 ptr 505 movl -0x08(%esi),%ebx # Save user flags in %ebx 559 pushl %esi # Save 610 pushal # Save gp regs [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/ |
| D | Terminal.cpp | 109 bool TerminalState::Save(int fd, bool save_process_group) { in Save() function in TerminalState 231 bool TerminalStateSwitcher::Save(uint32_t idx, int fd, in Save() function in TerminalStateSwitcher 235 return m_ttystates[idx].Save(fd, save_process_group); in Save()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| D | Terminal.h | 73 bool Save(int fd, bool save_process_group); 170 bool Save(uint32_t idx, int fd, bool save_process_group);
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | ChangeLog.gcc43 | 18 * pch.c (cpp_write_pch_deps): Save __COUNTER__ state. 19 (cpp_write_pch_state): Save __COUNTER__ state. 60 * macro.c (lex_expansion_token): Save and restore cpp_reader's
|
| /freebsd-12-stable/stand/i386/btx/lib/ |
| D | btxv86.s | 51 __v86int: popl __v86ret # Save return address 67 pushl %eax # Save 75 movl %eax,0x8(%esp,1) # Save EBP
|
| /freebsd-12-stable/stand/i386/zfsboot/ |
| D | zfsldr.S | 112 main.5: mov %dx,MEM_ARG # Save args 116 main.6: pushal # Save params 237 push %dx # Save 252 hex8: push %ax # Save 261 stosb # Save char
|
| /freebsd-12-stable/stand/i386/boot2/ |
| D | boot1.S | 188 main.5: mov %dx,MEM_ARG # Save args 279 push %dx # Save 292 read.1: push %dx # Save 302 push %dx # Save 333 push %ax # Save
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_trampoline_arm.S | 22 @ Save floating-point parameters of the instrumented function 53 @ Save the floating-point return value of the instrumented function 85 @ Save floating-point parameters of the instrumented function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZFrameLowering.cpp | 459 for (auto &Save : CSI) { in emitPrologue() local 460 unsigned Reg = Save.getReg(); in emitPrologue() 462 int FI = Save.getFrameIdx(); in emitPrologue() 539 for (auto &Save : CSI) { in emitPrologue() local 540 unsigned Reg = Save.getReg(); in emitPrologue() 561 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg) in emitPrologue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineFrameInfo.h | 335 MachineBasicBlock *Save = nullptr; variable 770 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() 771 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint()
|
| /freebsd-12-stable/usr.sbin/cron/cron/ |
| D | crontab | 10 # Save some entropy so that /dev/random can re-seed on boot.
|
| /freebsd-12-stable/usr.sbin/bsdconfig/networking/share/ |
| D | routing.subr | 100 # Save only if the user changed the default router/gateway. 105 # Save the default router/gateway
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroSplit.cpp | 364 auto *Save = S->getCoroSave(); in createResumeEntryBlock() local 365 Builder.SetInsertPoint(Save); in createResumeEntryBlock() 379 Save->replaceAllUsesWith(ConstantTokenNone::get(C)); in createResumeEntryBlock() 380 Save->eraseFromParent(); in createResumeEntryBlock() 1375 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() argument 1376 auto *SaveBB = Save->getParent(); in hasCallsBetween() 1380 return hasCallsInBlockBetween(Save->getNextNode(), ResumeOrDestroy); in hasCallsBetween() 1383 if (hasCallsInBlockBetween(Save->getNextNode(), nullptr)) in hasCallsBetween() 1428 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint() local 1429 if (hasCallsBetween(Save, CB)) in simplifySuspendPoint() [all …]
|
| /freebsd-12-stable/stand/i386/libi386/ |
| D | relocater_tramp.S | 165 in $0x21,%al # Save master 167 in $0xa1,%al # Save slave
|
| /freebsd-12-stable/stand/i386/cdboot/ |
| D | cdboot.S | 507 hex8: pushl %eax # Save 516 stosb # Save char
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_rtl_amd64.S | 16 # Save scratch registers. 96 # Save scratch registers.
|
| /freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/include/ |
| D | messages.subr | 106 msg_save="Save" 107 msg_save_exit_or_cancel="Choose Save/Exit when finished or Cancel."
|
| /freebsd-12-stable/sys/teken/ |
| D | sequences | 64 DECSC Save cursor ^[ 7 65 DECSC Save cursor ^[ [ s
|