/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ShrinkWrap.cpp | 192 Save = nullptr; in init() 338 if (!Save) in updateSaveRestorePoints() 339 Save = &MBB; in updateSaveRestorePoints() 341 Save = MDT->findNearestCommonDominator(Save, &MBB); in updateSaveRestorePoints() 342 assert(Save); in updateSaveRestorePoints() 411 Save = MDT->findNearestCommonDominator(Save, Restore); in updateSaveRestorePoints() 423 Save = FindIDom<>(*Save, Save->predecessors(), *MDT); in updateSaveRestorePoints() 424 if (!Save) in updateSaveRestorePoints() 562 Save = FindIDom<>(*Save, Save->predecessors(), *MDT); in runOnMachineFunction() 563 if (!Save) in runOnMachineFunction() [all …]
|
H A D | PrologEpilogInserter.cpp | 560 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness() local 562 if (!Save) in updateLiveness() 563 Save = Entry; in updateLiveness() 565 if (Entry != Save) { in updateLiveness() 569 Visited.insert(Save); in updateLiveness() 582 if (CurBB == Save && Save != Restore) in updateLiveness()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 359 // Save 2 cycles if pipeline BF reads the data from pipelines BF. 366 // Save 3 cycles if pipeline CY reads the data from pipelines CY. 373 // Save 6 cycles if pipeline MM reads the data from pipelines MM. 379 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2. 391 // Save 1 cycles if pipeline F2 reads the data from pipelines ST, SX, FX, F2, PM. 394 // Save 1 cycles if pipeline FX reads the data from pipelines ST, SX, FX, F2, PM. 397 // Save 1 cycles if pipeline LD reads the data from pipelines ST, SX, FX, F2. 400 // Save 1 cycles if pipeline MU reads the data from pipelines DX, MU, DF. 403 // Save 1 cycles if pipeline PM reads the data from pipelines ST, SX, FX, F2, PM. 406 // Save 1 cycles if pipeline ST reads the data from pipelines ST, SX, FX, F2, PM. [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A 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
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | tlbhandler.S | 317 mfc0 v1, COP_0_STATUS_REG # Save the status register. 324 dmfc0 ta0, COP_0_TLB_HI # Save the PID 370 mfc0 v1, COP_0_STATUS_REG # Save the status register. 415 mfc0 v1, COP_0_STATUS_REG # Save the status register. 423 dmfc0 ta0, COP_0_TLB_HI # Save current PID 497 mfc0 v1, COP_0_STATUS_REG # Save the status register.
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | TODO | 3 different than what stat returned. Save the nlink count that we store in
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.opt | 88 Save DP across ISR in small memory model 112 Save DP across ISR in small memory model
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 343 MachineBasicBlock *Save = nullptr; variable 824 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() 825 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 393 auto *Save = S->getCoroSave(); in createResumeEntryBlock() local 394 Builder.SetInsertPoint(Save); in createResumeEntryBlock() 415 Save->replaceAllUsesWith(ConstantTokenNone::get(C)); in createResumeEntryBlock() 416 Save->eraseFromParent(); in createResumeEntryBlock() 1480 static bool hasCallsBetween(Instruction *Save, Instruction *ResumeOrDestroy) { in hasCallsBetween() argument 1481 auto *SaveBB = Save->getParent(); in hasCallsBetween() 1485 return hasCallsInBlockBetween(Save->getNextNode(), ResumeOrDestroy); in hasCallsBetween() 1488 if (hasCallsInBlockBetween(Save->getNextNode(), nullptr)) in hasCallsBetween() 1533 auto *Save = Suspend->getCoroSave(); in simplifySuspendPoint() local 1534 if (hasCallsBetween(Save, CB)) in simplifySuspendPoint() [all …]
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/ |
H A D | Terminal.h | 122 bool Save(Terminal term, bool save_process_group);
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | 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
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
H A D | s390x.inc | 32 # Save all the callee-saves registers. What the heck.
|
H A D | s390.inc | 39 # Save all the callee-saves registers. What the heck.
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachException.h | 38 kern_return_t Save(task_t task);
|
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | larith.asm | 299 psha ; Save high-counter part 374 std 6,y ; Save (carry preserved) 402 std 6,y ; Save, borrow preserved 954 pshd ; Save A.low 1174 pshb ; Save exit code
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | larith.asm | 299 psha ; Save high-counter part 374 std 6,y ; Save (carry preserved) 402 std 6,y ; Save, borrow preserved 954 pshd ; Save A.low 1174 pshb ; Save exit code
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 584 for (auto &Save : CSI) { in emitPrologue() local 585 Register Reg = Save.getReg(); in emitPrologue() 587 int FI = Save.getFrameIdx(); in emitPrologue() 664 for (auto &Save : CSI) { in emitPrologue() local 665 Register Reg = Save.getReg(); in emitPrologue() 686 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg) in emitPrologue()
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | crti.asm | 91 % Provide the first part of _init and _fini. Save the return address on the
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | crti.asm | 91 % Provide the first part of _init and _fini. Save the return address on the
|
/openbsd/usr.bin/file/magdir/ |
H A D | os400 | 6 # IBM OS/400 (i5/OS) Save file (SAVF) - gerardo.cacciari@gmail.com
|
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | abi | 131 | Save for arguments 1..16 if | 136 | Save area for preserved regs |
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | str-1t.fin | 118 Save SAVE
|
/openbsd/gnu/usr.bin/binutils/ld/emultempl/ |
H A D | mmo.em | 181 place->section = &snew->next; /* Save the end of this list. */ 206 /* Save the end of this list. */
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangLinkerWrapper.rst | 57 --save-temps Save intermediate results
|
/openbsd/games/monop/ |
H A D | monop.def | 70 /* "I want your autograph", -- Save for later */
|