| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | ShrinkWrap.cpp | 123 MachineBasicBlock *Save = nullptr; member in __anon084079760111::ShrinkWrap 230 Save = nullptr; in init() 250 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting() 588 InitSave = Save; in postShrinkWrapping() 670 Save = NewSave; in postShrinkWrapping() 676 assert((MDT->dominates(Save, Restore) && MPDT->dominates(Restore, Save)) && in postShrinkWrapping() 678 assert((!MLI->getLoopFor(Save) && !MLI->getLoopFor(Restore)) && in postShrinkWrapping() 680 assert((EntryFreq >= MBFI->getBlockFreq(Save) && in postShrinkWrapping() 689 if (!Save) in updateSaveRestorePoints() 690 Save = &MBB; in updateSaveRestorePoints() [all …]
|
| HD | PrologEpilogInserter.cpp | 535 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness() local 537 if (!Save) in updateLiveness() 538 Save = Entry; in updateLiveness() 540 if (Entry != Save) { in updateLiveness() 544 Visited.insert(Save); in updateLiveness() 557 if (CurBB == Save && Save != Restore) in updateLiveness()
|
| /freebsd-13-stable/libexec/rtld-elf/amd64/ |
| HD | rtld_start.S | 84 pushfq # Save rflags 86 pushq %rax # Save %rax 89 pushq %rdx # Save %rdx 92 pushq %rcx # Save %rcx 95 pushq %rsi # Save %rsi 98 pushq %rdi # Save %rdi 101 pushq %r8 # Save %r8 104 pushq %r9 # Save %r9 107 pushq %r10 # Save %r10 110 pushq %r11 # Save %r11
|
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | z_AIX_asm.S | 84 std 31, -8(1) # Save r31 to the stack 85 std 0, 16(1) # Save LR to the linkage area 117 std 30, -16(31) # Save r30 to the stack 123 stw 4, -20(31) # Save gtid to the stack 124 stw 5, -24(31) # Save tid to the stack 180 std 2, 40(1) # Save the TOC pointer to the linkage area 238 stw 31, -4(1) # Save r31 to the stack 239 stw 0, 8(1) # Save LR to the linkage area 271 stw 30, -8(31) # Save r30 to the stack 277 stw 4, -12(31) # Save gtid to the stack [all …]
|
| /freebsd-13-stable/libexec/rtld-elf/i386/ |
| HD | rtld_start.S | 32 movl %esp,%eax # Save initial stack pointer 33 movl %esp,%esi # Save initial stack pointer 72 pushf # Save eflags 73 pushl %eax # Save %eax 74 pushl %edx # Save %edx 75 pushl %ecx # Save %ecx
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCScheduleP10.td | 352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM. 353 // Save 2 cycles if pipeline BF reads the data from pipelines BF. 359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM. 360 // Save 3 cycles if pipeline CY reads the data from pipelines CY. 366 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF. 367 // Save 6 cycles if pipeline MM reads the data from pipelines MM. 373 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2. 376 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 379 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 382 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. [all …]
|
| /freebsd-13-stable/usr.sbin/ppp/ |
| HD | lqr.c | 240 memcpy(&p->hdlc.lqm.lqr.prevSave, &p->hdlc.lqm.lqr.Save, in lqr_Input() 242 p->hdlc.lqm.lqr.Save.InLQRs = ++p->hdlc.lqm.lqr.InLQRs; in lqr_Input() 243 p->hdlc.lqm.lqr.Save.InPackets = p->hdlc.lqm.ifInUniPackets; in lqr_Input() 244 p->hdlc.lqm.lqr.Save.InDiscards = p->hdlc.lqm.ifInDiscards; in lqr_Input() 245 p->hdlc.lqm.lqr.Save.InErrors = p->hdlc.lqm.ifInErrors; in lqr_Input() 246 p->hdlc.lqm.lqr.Save.InOctets = p->hdlc.lqm.lqr.InGoodOctets; in lqr_Input() 395 (hdlc->lqm.lqr.Save.InPackets - hdlc->lqm.lqr.prevSave.InPackets); in lqr_Analyse() 397 (hdlc->lqm.lqr.Save.InOctets - hdlc->lqm.lqr.prevSave.InOctets); in lqr_Analyse() 496 lqr.PeerInLQRs = p->hdlc.lqm.lqr.Save.InLQRs; in lqr_LayerPush() 497 lqr.PeerInPackets = p->hdlc.lqm.lqr.Save.InPackets; in lqr_LayerPush() [all …]
|
| HD | hdlc.h | 88 struct lqrsavedata Save; /* Our last LQR */ member
|
| /freebsd-13-stable/stand/i386/boot0/ |
| HD | boot0.S | 245 save_curdrive: movb %dl, (%bp) # Save drive number 321 print_drive: addb $'0'|0x80,%al # Save next 435 movb %al,_OPT(%bp) # Save option 448 pushf # Save results for later 464 1: pushw %bx # Save 490 pushw %si # Save ptr to selected part. 536 pushw %bx # Save 544 pushw %dx # Save 563 pushw %si # Save 564 movw %sp,%di # Save
|
| /freebsd-13-stable/stand/i386/btx/btx/ |
| HD | btx.S | 286 setpic: in $0x21,%al # Save master 288 in $0xa1,%al # Save slave 350 pushl %ds # Save 475 pusha # Save gp regs 476 pushl %gs # Save 485 movl %esp,MEM_ESPR-0x04 # Save kernel stack pointer 500 movl %edx,MEM_ESPR-0x08 # Save btx_v86 ptr 503 movl -0x08(%esi),%ebx # Save user flags in %ebx 557 pushl %esi # Save 608 pushal # Save gp regs [all …]
|
| /freebsd-13-stable/stand/i386/btx/lib/ |
| HD | btxv86.S | 49 __v86int: popl __v86ret # Save return address 65 pushl %eax # Save 73 movl %eax,0x8(%esp,1) # Save EBP
|
| /freebsd-13-stable/stand/i386/zfsboot/ |
| HD | zfsldr.S | 110 main.5: mov %dx,MEM_ARG # Save args 114 main.6: pushal # Save params 235 push %dx # Save 250 hex8: push %ax # Save 259 stosb # Save char
|
| /freebsd-13-stable/stand/i386/boot2/ |
| HD | boot1.S | 186 main.5: mov %dx,MEM_ARG # Save args 277 push %dx # Save 290 read.1: push %dx # Save 300 push %dx # Save 331 push %ax # Save
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| HD | 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-13-stable/sys/contrib/openzfs/config/ |
| HD | ax_save_flags.m4 | 11 # Save common compilation flags into temporary variables
|
| /freebsd-13-stable/contrib/libpcap/doc/ |
| HD | README.windows.md | 149 Save the configuration changes with File > "Save CMakeSettings.json" or 171 Save the configuration changes with File > "Save CMakeSettings.json" or
|
| /freebsd-13-stable/usr.sbin/cron/cron/ |
| HD | crontab | 9 # Save some entropy so that /dev/random can re-seed on boot.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | MachineFrameInfo.h | 334 MachineBasicBlock *Save = nullptr; variable 823 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() 824 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| HD | Terminal.h | 121 bool Save(Terminal term, bool save_process_group);
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| HD | CoroSplit.cpp | 1298 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() argument 1299 auto *SaveBB = Save->getParent(); in hasCallsBetween() 1303 return hasCallsInBlockBetween(Save->getNextNode(), ResumeOrDestroy); in hasCallsBetween() 1306 if (hasCallsInBlockBetween(Save->getNextNode(), nullptr)) in hasCallsBetween() 1351 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint() local 1352 if (hasCallsBetween(Save, CB)) in simplifySuspendPoint() 1359 Save->eraseFromParent(); in simplifySuspendPoint() 1505 auto *Save = S->getCoroSave(); in createResumeEntryBlock() local 1506 Builder.SetInsertPoint(Save); in createResumeEntryBlock() 1517 Save->replaceAllUsesWith(ConstantTokenNone::get(C)); in createResumeEntryBlock() [all …]
|
| /freebsd-13-stable/usr.sbin/bsdconfig/networking/share/ |
| HD | routing.subr | 99 # Save only if the user changed the default router/gateway. 104 # Save the default router/gateway
|
| /freebsd-13-stable/stand/i386/libi386/ |
| HD | relocater_tramp.S | 163 in $0x21,%al # Save master 165 in $0xa1,%al # Save slave
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | Terminal.cpp | 405 Save(term, save_process_group); in TerminalState() 417 bool TerminalState::Save(Terminal term, bool save_process_group) { in Save() function in TerminalState
|
| /freebsd-13-stable/stand/i386/cdboot/ |
| HD | cdboot.S | 505 hex8: pushl %eax # Save 514 stosb # Save char
|
| /freebsd-13-stable/sys/teken/ |
| HD | sequences | 63 DECSC Save cursor ^[ 7 64 DECSC Save cursor ^[ [ s
|