Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp119 MachineBasicBlock *Save; member in __anon687a4f8c0111::ShrinkWrap
192 Save = nullptr; in init()
212 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting()
330 if (!Save) in updateSaveRestorePoints()
331 Save = &MBB; in updateSaveRestorePoints()
333 Save = MDT->findNearestCommonDominator(Save, &MBB); in updateSaveRestorePoints()
335 if (!Save) { in updateSaveRestorePoints()
384 while (Save && Restore && in updateSaveRestorePoints()
385 (!(SaveDominatesRestore = MDT->dominates(Save, Restore)) || in updateSaveRestorePoints()
386 !(RestorePostDominatesSave = MPDT->dominates(Restore, Save)) || in updateSaveRestorePoints()
[all …]
/third_party/libffi/src/s390/
Dsysv.S49 st %r6,44(%r2) # Save registers
59 lr %r12,%r4 # Save ret_addr
60 lr %r1,%r5 # Save fun
123 stm %r2,%r6,8(%r15) # Save arguments
136 stm %r2,%r6,8(%r15) # Save arguments
142 stm %r12,%r15,48(%r15) # Save registers
158 std %f0,64(%r12) # Save fp arguments
203 stg %r6,88(%r2) # Save registers
214 lgr %r12,%r4 # Save ret_addr
215 lgr %r1,%r5 # Save fun
[all …]
/third_party/flutter/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()
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()
DRecordTest.cpp83 APPEND(record, SkRecords::Save); in DEF_TEST()
94 assert_type<SkRecords::Save >(r, record, 0); in DEF_TEST()
/third_party/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()
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()
DRecordTest.cpp83 APPEND(record, SkRecords::Save); in DEF_TEST()
94 assert_type<SkRecords::Save >(r, record, 0); in DEF_TEST()
/third_party/skia/src/core/
DSkRecordOpts.cpp78 typedef Pattern<Is<Save>,
148 typedef Pattern<Is<Save>,
149 Greedy<Not<Or<Is<Save>,
237 typedef Pattern<Is<SaveLayer>, Is<Save>, Is<ClipRect>, Is<SaveLayer>,
/third_party/flutter/skia/src/core/
DSkRecordOpts.cpp78 typedef Pattern<Is<Save>,
148 typedef Pattern<Is<Save>,
149 Greedy<Not<Or<Is<Save>,
243 typedef Pattern<Is<SaveLayer>, Is<Save>, Is<ClipRect>, Is<SaveLayer>,
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/
Dstart.S228 push {r1-r5} @ Save the cpu info registers
250 push {r1-r5} @ Save the cpu info registers
259 push {r1-r5} @ Save the cpu info registers
270 push {r1-r5} @ Save the cpu info registers
284 push {r1-r5} @ Save the cpu info registers
295 push {r1-r5} @ Save the cpu info registers
306 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/lib/
Dvectors.S192 stmia sp, {r0 - r12} @ Save user registers (now in svc mode) r0-r12
209 str lr, [r8, #0] @ Save calling PC
211 str r6, [r8, #4] @ Save CPSR
212 str r0, [r8, #8] @ Save OLD_R0
/third_party/libffi/src/mips/
Do32.S54 REG_S $fp, FP_OFF($sp) # Save frame pointer
56 REG_S ra, RA_OFF($sp) # Save return address
265 REG_S $16, S0_OFF2($sp) # Save s0
266 REG_S $fp, FP_OFF2($sp) # Save frame pointer
267 REG_S ra, RA_OFF2($sp) # Save return address
319 REG_S $16, S0_OFF2($sp) # Save s0
320 REG_S $fp, FP_OFF2($sp) # Save frame pointer
321 REG_S ra, RA_OFF2($sp) # Save return address
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsacmdlg.dlg16 PUSHBUTTON "&Save As...",IDD_ACMFORMATCHOOSE_BTN_SETNAME,125,14,45,14
44 PUSHBUTTON "&Save As...",IDD_ACMFILTERCHOOSE_BTN_SETNAME,125,14,45,14
/third_party/musl/porting/liteos_a/user/src/string/arm/
Dmemcmp.S77 …vorr d4, d0, d1 @ d4: Save the result of calculating whether the first 16 bytes are eq…
78 …vorr d5, d2, d3 @ d5: Save the result of calculating whether the last 16 bytes are equ…
79 … vorr d6, d4, d5 @ d6: Save the result of 32 bytes calculation whether they are equal.
/third_party/python/Lib/idlelib/
Dconfig.py126 def Save(self): member in IdleUserConfParser
763 self.userCfg[key].Save()
832 idleConf.userCfg['main'].Save()
846 idleConf.userCfg[config_type].Save()
850 idleConf.userCfg[config_type].Save()
865 configpage.Save()
/third_party/python/Lib/venv/scripts/posix/
Dactivate.fish46 # Save the current fish_prompt function as the function _old_fish_prompt.
51 # Save the return status of the last command.
/third_party/libsnd/Octave/
Dsndfile_save.m19 ## Save the given @var{data} as audio data to the given at @var{fs}. Set
24 ## Description: Save data as a sound file
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dstart.S665 push {r1-r5} @ Save the cpu info registers
687 push {r1-r5} @ Save the cpu info registers
699 push {r1-r5} @ Save the cpu info registers
712 push {r1-r5} @ Save the cpu info registers
725 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/
Dstart.S602 push {r1-r5} @ Save the cpu info registers
624 push {r1-r5} @ Save the cpu info registers
636 push {r1-r5} @ Save the cpu info registers
649 push {r1-r5} @ Save the cpu info registers
662 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dstart.S650 push {r1-r5} @ Save the cpu info registers
672 push {r1-r5} @ Save the cpu info registers
684 push {r1-r5} @ Save the cpu info registers
697 push {r1-r5} @ Save the cpu info registers
710 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/
Dstart.S616 push {r1-r5} @ Save the cpu info registers
638 push {r1-r5} @ Save the cpu info registers
650 push {r1-r5} @ Save the cpu info registers
663 push {r1-r5} @ Save the cpu info registers
676 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dstart.S665 push {r1-r5} @ Save the cpu info registers
687 push {r1-r5} @ Save the cpu info registers
699 push {r1-r5} @ Save the cpu info registers
712 push {r1-r5} @ Save the cpu info registers
725 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/
Dstart.S602 push {r1-r5} @ Save the cpu info registers
624 push {r1-r5} @ Save the cpu info registers
636 push {r1-r5} @ Save the cpu info registers
649 push {r1-r5} @ Save the cpu info registers
662 push {r1-r5} @ Save the cpu info registers
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dstart.S650 push {r1-r5} @ Save the cpu info registers
672 push {r1-r5} @ Save the cpu info registers
684 push {r1-r5} @ Save the cpu info registers
697 push {r1-r5} @ Save the cpu info registers
710 push {r1-r5} @ Save the cpu info registers

12345678910>>...17