HomeSort by relevance Sort by last modified time
    Searched refs:Restore (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 13 // (resp. Restore).
16 // between 2) two executions of the Save (resp. Restore) point there is an
17 // execution of the Restore (resp. Save) point.
23 // Restore
25 // Indeed, the execution looks like Save -> Restore -> Save -> Restore ...
33 // Restore
35 // Indeed, the execution looks like Save -> Save -> ... -> Restore -> Restore.
61 // For property #1 for Restore
    [all...]
RegisterScavenging.cpp 46 I->Restore = nullptr;
183 if (I->Restore != MI)
187 I->Restore = nullptr;
329 // restore point.
346 // If we ran off the end, that's where we want to restore.
349 "No available scavenger restore location!");
413 // If the target knows how to save/restore the register, let it do so;
426 // Restore the scavenged register before its use (or first terminator).
435 Scavenged[SI].Restore = std::prev(UseMI);
  /external/skia/src/core/
SkRecordOpts.cpp 75 // Turns the logical NoOp Save and Restore in Save-Draw*-Restore patterns into actual NoOps.
79 Is<Restore>>
84 record->replace<NoOp>(end-1); // Restore
146 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
148 // Greedy matches greedily, so we also have to exclude Save and Restore.
149 // Nested SaveLayers need to be excluded, or we'll match their Restore!
153 Is<Restore>,
155 Is<Restore>>
159 // The entire span between Save and Restore (inclusively) does nothing
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 43 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
45 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef]
46 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef]
47 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
  /external/skia/tests/
RecordPatternTest.cpp 18 Is<Restore>>
29 // Build up a save-clip-restore block. The pattern will match only it's complete.
36 recorder.restore();
40 REPORTER_ASSERT(r, pattern.third<Restore>() != nullptr);
49 // There will be two save-clipRect-restore blocks [0,3) and [3,6).
53 recorder.restore();
75 recorder.restore();
81 Pattern<Is<Save>, Greedy<Is<ClipRect>>, Is<Restore>> pattern;
89 recorder.restore();
96 recorder.restore();
    [all...]
RecordOptsTest.cpp 43 recorder.restore();
57 // A simple pointless pair of save/restore.
59 recorder.restore();
65 recorder.restore();
66 recorder.restore();
81 recorder.restore();
82 recorder.restore();
89 assert_type<SkRecords::Restore> (r, record, 2);
90 assert_type<SkRecords::Restore> (r, record, 3);
94 assert_type<SkRecords::Restore> (r, record, 1)
    [all...]
RecordTest.cpp 88 APPEND(record, SkRecords::Restore);
96 assert_type<SkRecords::Restore >(r, record, 3);
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 44 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {}
54 const MachineInstr *Restore;
MachineFrameInfo.h 260 MachineBasicBlock *Restore;
286 Restore = nullptr;
603 MachineBasicBlock *getRestorePoint() const { return Restore; }
604 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc11.s 85 ldab 4,x ; (4) Restore function parameter (low)
90 pula ; (3) Restore function parameter (high)
  /external/skia/experimental/SkV8Example/
DrawingMethods.h 49 static void Restore(const v8::FunctionCallbackInfo<v8::Value>& args);
DrawingMethods.cpp 35 void DrawingMethods::Restore(const v8::FunctionCallbackInfo<v8::Value>& args) {
42 canvas->restore();
166 ADD_METHOD("restore", Restore);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
desktop_browser_finder_unittest.py 39 self._finder_stubs.Restore()
40 self._path_stubs.Restore()
41 self._catapult_path_stubs.Restore()
42 self._util_stubs.Restore()
43 self._browser_finder_stubs.Restore()
  /art/runtime/arch/mips64/
jni_entrypoints_mips64.S 49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
52 ld $a0, 0($sp) # restore registers from stack
71 daddiu $sp, $sp, 80 # restore the stack
  /bionic/libc/arch-x86/bionic/
syscall.S 59 # Restore the callee save registers.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.d 66 Restore stack from frame pointer
72 Restore stack from frame pointer
unwind-2.d 66 Restore stack from frame pointer
72 Restore stack from frame pointer
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h 58 void Restore();
125 virtual void Restore();
229 virtual void Restore() {}
  /art/compiler/debug/dwarf/
dwarf_test.cc 95 opcodes.Restore(Reg(0x3F));
97 opcodes.Restore(Reg(0x40));
99 opcodes.Restore(reg);
debug_frame_opcode_writer.h 106 Restore(Reg(reg_base.num() + i));
139 void ALWAYS_INLINE Restore(Reg reg) {
  /external/skia/tools/
DumpRecord.cpp 48 void print(const SkRecords::Restore& command, double ns) {
  /external/v8/build/android/
update_verification.py 48 device.adb.Restore(app_data)
49 # Restore command is not synchronous
50 raw_input('Select "Restore my data" on the device. Then press enter to '
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend_unittest.py 39 self._stubs.Restore()
185 self._stubs.Restore()
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
simple_mock.py 126 self.Restore()
128 def Restore(self):
  /external/libavc/common/arm/
ih264_inter_pred_luma_copy_a9q.s 119 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
151 vldmia sp!, {d8-d15} @ Restore neon registers that were saved
181 vldmia sp!, {d8-d15} @ Restore neon registers that were saved

Completed in 495 milliseconds

1 2 3 4 5 6