/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ShrinkWrap.cpp | 124 MachineBasicBlock *Restore; member in __anon687a4f8c0111::ShrinkWrap 193 Restore = nullptr; in init() 212 bool ArePointsInteresting() const { return Save != Entry && Save && Restore; } in ArePointsInteresting() 340 if (!Restore) in updateSaveRestorePoints() 341 Restore = &MBB; in updateSaveRestorePoints() 347 Restore = MPDT->findNearestCommonDominator(Restore, &MBB); in updateSaveRestorePoints() 349 Restore = nullptr; // Abort, we can't find a restore point in this case. in updateSaveRestorePoints() 353 if (Restore == &MBB) { in updateSaveRestorePoints() 359 Restore = nullptr; // Abort, we can't find a restore point in this case. in updateSaveRestorePoints() 364 Restore = FindIDom<>(*Restore, Restore->successors(), *MPDT); in updateSaveRestorePoints() [all …]
|
D | RegisterScavenging.cpp | 78 SI.Restore = nullptr; in init() 191 if (I->Restore != &MI) in forward() 195 I->Restore = nullptr; in forward() 269 if (I.Restore == &MI) { in backward() 271 I.Restore = nullptr; in backward() 572 Scavenged.Restore = &*std::prev(UseMI); in scavengeRegister() 612 Scavenged.Restore = &*std::prev(SpillBefore); in scavengeRegisterBackwards()
|
/third_party/musl/src/signal/mipsn32/ |
D | sigsetjmp.s | 26 move $4, $16 # Restore the pointer-to-sigjmp_buf 27 ld $ra, 160($4) # Restore ra of sigsetjmp 28 ld $16, 168($4) # Restore $16 of sigsetjmp 29 ld $3, 176($4) # Restore base of got
|
/third_party/musl/src/signal/mips64/ |
D | sigsetjmp.s | 26 move $4, $16 # Restore the pointer-to-sigjmp_buf 27 ld $ra, 160($4) # Restore ra of sigsetjmp 28 ld $16, 168($4) # Restore $16 of sigsetjmp 29 ld $3, 176($4) # Restore base of got
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | Utility.h | 144 T &Restore; variable 152 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore() 153 Restore = std::move(NewVal); in SwapAndRestore() 157 Restore = std::move(OriginalValue); in ~SwapAndRestore() 166 Restore = std::move(OriginalValue); in restoreNow()
|
/third_party/skia/src/core/ |
D | SkRecordOpts.cpp | 80 Is<Restore>> 151 Is<Restore>, 153 Is<Restore>> 185 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; 238 Is<Restore>, Is<Restore>, Is<Restore>> Match;
|
/third_party/flutter/skia/src/core/ |
D | SkRecordOpts.cpp | 80 Is<Restore>> 151 Is<Restore>, 153 Is<Restore>> 185 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; 244 Is<Restore>, Is<Restore>, Is<Restore>> Match;
|
/third_party/flutter/skia/tests/ |
D | RecordPatternTest.cpp | 18 Is<Restore>> 40 REPORTER_ASSERT(r, pattern.third<Restore>() != nullptr); in DEF_TEST() 81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern; in DEF_TEST() 103 Is<Restore>, in DEF_TEST() 105 Is<Restore>> pattern; in DEF_TEST()
|
D | RecordOptsTest.cpp | 89 assert_type<SkRecords::Restore> (r, record, 2); in DEF_TEST() 90 assert_type<SkRecords::Restore> (r, record, 3); in DEF_TEST() 94 assert_type<SkRecords::Restore> (r, record, 1); in DEF_TEST() 114 assert_type<SkRecords::Restore>(r, *record, i+1); in assert_savelayer_restore() 128 assert_type<SkRecords::Restore>(r, *record, i+2); in assert_savelayer_draw_restore() 219 assert_type<SkRecords::Restore>(r, *record, i + 6); in assert_merge_svg_opacity_and_filter_layers() 357 assert_type<SkRecords::Restore>(r, record, index + 2); in DEF_TEST() 358 assert_type<SkRecords::Restore>(r, record, index + 3); in DEF_TEST()
|
D | RecordTest.cpp | 89 APPEND(record, SkRecords::Restore); in DEF_TEST() 97 assert_type<SkRecords::Restore >(r, record, 3); in DEF_TEST()
|
/third_party/skia/tests/ |
D | RecordPatternTest.cpp | 18 Is<Restore>> 40 REPORTER_ASSERT(r, pattern.third<Restore>() != nullptr); in DEF_TEST() 81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern; in DEF_TEST() 103 Is<Restore>, in DEF_TEST() 105 Is<Restore>> pattern; in DEF_TEST()
|
D | RecordOptsTest.cpp | 89 assert_type<SkRecords::Restore> (r, record, 2); in DEF_TEST() 90 assert_type<SkRecords::Restore> (r, record, 3); in DEF_TEST() 94 assert_type<SkRecords::Restore> (r, record, 1); in DEF_TEST() 114 assert_type<SkRecords::Restore>(r, *record, i+1); in assert_savelayer_restore() 128 assert_type<SkRecords::Restore>(r, *record, i+2); in assert_savelayer_draw_restore() 209 assert_type<SkRecords::Restore>(r, *record, i + 6); in assert_merge_svg_opacity_and_filter_layers() 345 assert_type<SkRecords::Restore>(r, record, index + 2); in DEF_TEST() 346 assert_type<SkRecords::Restore>(r, record, index + 3); in DEF_TEST()
|
D | RecordTest.cpp | 89 APPEND(record, SkRecords::Restore); in DEF_TEST() 97 assert_type<SkRecords::Restore >(r, record, 3); in DEF_TEST()
|
/third_party/cef/tests/cefclient/browser/ |
D | window_test_runner_views.cc | 55 void WindowTestRunnerViews::Restore(CefRefPtr<CefBrowser> browser) { in Restore() function in client::window_test::WindowTestRunnerViews 56 GetWindow(browser)->Restore(); in Restore()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/ |
D | start.S | 231 pop {r1-r5} @ Restore the cpu info - fall through 252 pop {r1-r5} @ Restore the cpu info - fall through 261 pop {r1-r5} @ Restore the cpu info - fall through 272 pop {r1-r5} @ Restore the cpu info - fall through 286 pop {r1-r5} @ Restore the cpu info - fall through 297 pop {r1-r5} @ Restore the cpu info - fall through 308 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/ |
D | start.S | 668 pop {r1-r5} @ Restore the cpu info - fall through 689 pop {r1-r5} @ Restore the cpu info - fall through 701 pop {r1-r5} @ Restore the cpu info - fall through 714 pop {r1-r5} @ Restore the cpu info - fall through 727 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/ |
D | start.S | 605 pop {r1-r5} @ Restore the cpu info - fall through 626 pop {r1-r5} @ Restore the cpu info - fall through 638 pop {r1-r5} @ Restore the cpu info - fall through 651 pop {r1-r5} @ Restore the cpu info - fall through 664 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/ |
D | start.S | 653 pop {r1-r5} @ Restore the cpu info - fall through 674 pop {r1-r5} @ Restore the cpu info - fall through 686 pop {r1-r5} @ Restore the cpu info - fall through 699 pop {r1-r5} @ Restore the cpu info - fall through 712 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/ |
D | start.S | 619 pop {r1-r5} @ Restore the cpu info - fall through 640 pop {r1-r5} @ Restore the cpu info - fall through 652 pop {r1-r5} @ Restore the cpu info - fall through 665 pop {r1-r5} @ Restore the cpu info - fall through 678 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/ |
D | start.S | 668 pop {r1-r5} @ Restore the cpu info - fall through 689 pop {r1-r5} @ Restore the cpu info - fall through 701 pop {r1-r5} @ Restore the cpu info - fall through 714 pop {r1-r5} @ Restore the cpu info - fall through 727 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/ |
D | start.S | 605 pop {r1-r5} @ Restore the cpu info - fall through 626 pop {r1-r5} @ Restore the cpu info - fall through 638 pop {r1-r5} @ Restore the cpu info - fall through 651 pop {r1-r5} @ Restore the cpu info - fall through 664 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/ |
D | start.S | 653 pop {r1-r5} @ Restore the cpu info - fall through 674 pop {r1-r5} @ Restore the cpu info - fall through 686 pop {r1-r5} @ Restore the cpu info - fall through 699 pop {r1-r5} @ Restore the cpu info - fall through 712 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/ |
D | start.S | 458 pop {r1-r5} @ Restore the cpu info - fall through 479 pop {r1-r5} @ Restore the cpu info - fall through 491 pop {r1-r5} @ Restore the cpu info - fall through 504 pop {r1-r5} @ Restore the cpu info - fall through 517 pop {r1-r5} @ Restore the cpu info - fall through
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | commandlineflag.h | 61 virtual void Restore() const = 0;
|
/third_party/abseil-cpp/absl/flags/internal/ |
D | commandlineflag.h | 61 virtual void Restore() const = 0;
|