Home
last modified time | relevance | path

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

12345678910>>...14

/external/llvm/lib/CodeGen/
DShrinkWrap.cpp107 MachineBasicBlock *Save; member in __anone305433f0111::ShrinkWrap
164 Save = nullptr; in init()
181 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting()
275 if (!Save) in updateSaveRestorePoints()
276 Save = &MBB; in updateSaveRestorePoints()
278 Save = MDT->findNearestCommonDominator(Save, &MBB); in updateSaveRestorePoints()
280 if (!Save) { in updateSaveRestorePoints()
322 while (Save && Restore && in updateSaveRestorePoints()
323 (!(SaveDominatesRestore = MDT->dominates(Save, Restore)) || in updateSaveRestorePoints()
324 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints()
[all …]
DPrologEpilogInserter.cpp412 MachineBasicBlock *Save = MFI->getSavePoint(); in updateLiveness() local
414 if (!Save) in updateLiveness()
415 Save = Entry; in updateLiveness()
417 if (Entry != Save) { in updateLiveness()
421 Visited.insert(Save); in updateLiveness()
434 if (CurBB == Save && Save != Restore) in updateLiveness()
/external/webrtc/webrtc/base/
Doptionsfile_unittest.cc58 EXPECT_TRUE(store_->Save()); in TEST_F()
63 EXPECT_TRUE(store_->Save()); in TEST_F()
66 EXPECT_TRUE(store_->Save()); in TEST_F()
73 EXPECT_TRUE(store_->Save()); in TEST_F()
76 EXPECT_TRUE(store_->Save()); in TEST_F()
84 EXPECT_TRUE(store_->Save()); in TEST_F()
89 EXPECT_TRUE(store_->Save()); in TEST_F()
92 EXPECT_TRUE(store_->Save()); in TEST_F()
99 EXPECT_TRUE(store_->Save()); in TEST_F()
102 EXPECT_TRUE(store_->Save()); in TEST_F()
[all …]
Doptionsfile.h30 bool Save();
/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp20 enum class Save { kNo, kYes }; enum
25 Save m_save;
58 if (state.m_save == State::Save::kYes) in CommonTest()
69 if (state.m_save == State::Save::kYes) in CommonTest()
92 if (state.m_save == State::Save::kYes) in CommonTest()
149 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, in TEST()
152 {State::Change::kNo, State::Save::kYes, State::Clip::kDifferentPath, in TEST()
154 Harness(&CommonTest, {State::Change::kNo, State::Save::kYes, State::Clip::kNo, in TEST()
156 Harness(&CommonTest, {State::Change::kYes, State::Save::kNo, State::Clip::kNo, in TEST()
158 Harness(&CommonTest, {State::Change::kNo, State::Save::kNo, State::Clip::kNo, in TEST()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h28 void Save() const;
76 void Save() const;
106 void Save() const;
118 void Save() const;
/external/skia/tests/
DRecordPatternTest.cpp16 typedef Pattern<Is<Save>,
38 REPORTER_ASSERT(r, pattern.first<Save>() != nullptr); in DEF_TEST()
81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern; in DEF_TEST()
101 Pattern<Is<Save>, in DEF_TEST()
102 Greedy<Not<Or<Is<Save>, in DEF_TEST()
DRecordTest.cpp82 APPEND(record, SkRecords::Save); in DEF_TEST()
93 assert_type<SkRecords::Save >(r, record, 0); in DEF_TEST()
DRecordDrawTest.cpp48 assert_type<SkRecords::Save> (r, record, 1); in DEF_TEST()
86 int save_count = count_instances_of_type<SkRecords::Save>(rerecord); in DEF_TEST()
87 int restore_count = count_instances_of_type<SkRecords::Save>(rerecord); in DEF_TEST()
109 assert_type<SkRecords::Save> (r, translateRecord, 1); in DEF_TEST()
/external/libpcap/msdos/
Dndis_0.asm70 PUSHREGS ;; Save the registers
78 mov bx,ss ;; Save off the old stack in other regs
82 push bx ;; Save the old one on to the new stack
104 mov bx,ss ;; Save off the current allocated stack.
108 push ax ;; Save the return code
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CompilationCallback_Win64.asm20 ; Save RSP.
23 ; Save all int arg registers
/external/skia/src/core/
DSkRecordOpts.cpp77 typedef Pattern<Is<Save>,
151 typedef Pattern<Is<Save>,
152 Greedy<Not<Or<Is<Save>,
245 typedef Pattern<Is<SaveLayer>, Is<Save>, Is<ClipRect>, Is<SaveLayer>,
/external/syslinux/core/
Dcallback.inc51 pushfd ; Save IF among other things...
74 stosd ; Save in stack frame
76 stosd ; Save in stack frame
152 pushfd ; Save IF among other things...
177 stosd ; Save to stack frame
Ddiskboot.inc122 push dx ; Save drive number (in DL)
123 push es ; Save initial ES:DI -> $PnP pointer
125 push ds ; Save original DS:SI -> partinfo
134 mov cl,(16+4+56)/2 ; Save partition info
150 push fs ; Save on stack in case we need to bail
153 ; Save the old fdctab even if hard disk so the stack layout
/external/syslinux/com32/lib/sys/
Dentry.S80 movl %esp,-4(%edi) # Save the initial stack ptr
92 pushl %eax # Save argc
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp349 for (auto &Save : CSI) { in emitPrologue() local
350 unsigned Reg = Save.getReg(); in emitPrologue()
409 for (auto &Save : CSI) { in emitPrologue() local
410 unsigned Reg = Save.getReg(); in emitPrologue()
423 getFrameIndexReference(MF, Save.getFrameIdx(), IgnoredFrameReg); in emitPrologue()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h277 MachineBasicBlock *Save = nullptr; variable
644 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint()
645 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint()
/external/skia/experimental/SkV8Example/
DDrawingMethods.cpp25 void DrawingMethods::Save(const v8::FunctionCallbackInfo<v8::Value>& args) { in Save() function in DrawingMethods
165 ADD_METHOD("save", Save); in addAttributesAndMethods()
DDrawingMethods.h48 static void Save(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/libbrillo/brillo/
Dkey_value_store.h43 bool Save(const base::FilePath& path) const;
/external/autotest/server/site_tests/network_WiFi_Powersave/
Dcontrol.wifi_ps13 This test verifies that DUT can enter and exit Power Save mode
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c833 CALL_EvalCoord1f(ctx->Save, (u)); in _save_EvalCoord1f()
841 CALL_EvalCoord1fv(ctx->Save, (v)); in _save_EvalCoord1fv()
849 CALL_EvalCoord2f(ctx->Save, (u, v)); in _save_EvalCoord2f()
857 CALL_EvalCoord2fv(ctx->Save, (v)); in _save_EvalCoord2fv()
865 CALL_EvalPoint1(ctx->Save, (i)); in _save_EvalPoint1()
873 CALL_EvalPoint2(ctx->Save, (i, j)); in _save_EvalPoint2()
881 CALL_CallList(ctx->Save, (l)); in _save_CallList()
889 CALL_CallLists(ctx->Save, (n, type, v)); in _save_CallLists()
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D10-mtu23 # Save the MTU so we can restore it later
/external/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp550 unsigned Save = SaveOp->getReg(); in loadM0() local
553 assert(AMDGPU::SReg_64RegClass.contains(Save) && in loadM0()
557 BuildMI(MBB, I, DL, TII->get(AMDGPU::S_MOV_B64), Save) in loadM0()
577 *RemainderBB, Save, *Idx); in loadM0()
583 .addReg(Save); in loadM0()
/external/vboot_reference/cgpt/
Dcgpt_common.c128 int Save(struct drive *drive, const uint8_t *buf, in Save() function
209 if (CGPT_OK != Save(drive, drive->gpt.primary_header, in GptSave()
218 if(CGPT_OK != Save(drive, drive->gpt.secondary_header, in GptSave()
227 if (CGPT_OK != Save(drive, drive->gpt.primary_entries, in GptSave()
237 if (CGPT_OK != Save(drive, drive->gpt.secondary_entries, in GptSave()

12345678910>>...14