Home
last modified time | relevance | path

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

12345678910

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DShrinkWrap.cpp119 MachineBasicBlock *Save; member in __anonfcf354b40111::ShrinkWrap
192 Save = nullptr; in init()
212 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting()
338 if (!Save) in updateSaveRestorePoints()
339 Save = &MBB; in updateSaveRestorePoints()
341 Save = MDT->findNearestCommonDominator(Save, &MBB); in updateSaveRestorePoints()
342 assert(Save); in updateSaveRestorePoints()
389 (!(SaveDominatesRestore = MDT->dominates(Save, Restore)) || in updateSaveRestorePoints()
390 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints()
408 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) { in updateSaveRestorePoints()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td358 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM.
359 // Save 2 cycles if pipeline BF reads the data from pipelines BF.
365 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM.
366 // Save 3 cycles if pipeline CY reads the data from pipelines CY.
372 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF.
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.
382 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
385 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
388 // Save 1 cycles if pipeline DX reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM.
[all …]
/openbsd-src/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-src/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-src/gnu/usr.sbin/mkhybrid/src/
H A DTODO3 different than what stat returned. Save the nlink count that we store in
/openbsd-src/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-src/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-src/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-src/gnu/llvm/lldb/include/lldb/Host/
H A DTerminal.h122 bool Save(Terminal term, bool save_process_group);
/openbsd-src/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-src/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-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h38 kern_return_t Save(task_t task);
/openbsd-src/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-src/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-src/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-src/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm91 % Provide the first part of _init and _fini. Save the return address on the
/openbsd-src/usr.bin/file/magdir/
H A Dos4006 # IBM OS/400 (i5/OS) Save file (SAVF) - gerardo.cacciari@gmail.com
/openbsd-src/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-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dabi131 | Save for arguments 1..16 if |
136 | Save area for preserved regs |
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-1t.fin118 Save SAVE
/openbsd-src/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-src/gnu/llvm/clang/docs/
H A DClangLinkerWrapper.rst57 --save-temps Save intermediate results
/openbsd-src/games/monop/
H A Dmonop.def70 /* "I want your autograph", -- Save for later */
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1175 enum class MRICommand { AddLib, AddMod, Create, CreateThin, Delete, Save, End, Invalid }; in runMRIScript() enumerator
1203 .Case("save", MRICommand::Save) in runMRIScript()
1246 case MRICommand::Save: in runMRIScript()

12345678910