Home
last modified time | relevance | path

Searched refs:Save (Results 1 – 25 of 243) sorted by relevance

12345678910

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DShrinkWrap.cpp192 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 DPrologEpilogInserter.cpp560 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 DPPCScheduleP10.td359 // 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 Dxray_trampoline_arm.S22 @ 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 Dtlbhandler.S317 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 DTODO3 different than what stat returned. Save the nlink count that we store in
/openbsd/gnu/gcc/gcc/config/c4x/
H A Dc4x.opt88 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 DMachineFrameInfo.h343 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 DCoroSplit.cpp393 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 DTerminal.h122 bool Save(Terminal term, bool save_process_group);
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp405 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 Ds390x.inc32 # Save all the callee-saves registers. What the heck.
H A Ds390.inc39 # Save all the callee-saves registers. What the heck.
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h38 kern_return_t Save(task_t task);
/openbsd/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm299 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 Dlarith.asm299 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 DSystemZFrameLowering.cpp584 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 Dcrti.asm91 % Provide the first part of _init and _fini. Save the return address on the
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm91 % Provide the first part of _init and _fini. Save the return address on the
/openbsd/usr.bin/file/magdir/
H A Dos4006 # IBM OS/400 (i5/OS) Save file (SAVF) - gerardo.cacciari@gmail.com
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dabi131 | Save for arguments 1..16 if |
136 | Save area for preserved regs |
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstr-1t.fin118 Save SAVE
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dmmo.em181 place->section = &snew->next; /* Save the end of this list. */
206 /* Save the end of this list. */
/openbsd/gnu/llvm/clang/docs/
H A DClangLinkerWrapper.rst57 --save-temps Save intermediate results
/openbsd/games/monop/
H A Dmonop.def70 /* "I want your autograph", -- Save for later */

12345678910