HomeSort by relevance Sort by last modified time
    Searched refs:Restore (Results 51 - 75 of 297) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 46 I->Restore = nullptr;
178 if (I->Restore != &MI)
182 I->Restore = nullptr;
313 // restore point.
330 // If we ran off the end, that's where we want to restore.
333 "No available scavenger restore location!");
422 // If the target knows how to save/restore the register, let it do so;
440 // Restore the scavenged register before its use (or first terminator).
449 Scavenged[SI].Restore = &*std::prev(UseMI);
  /external/skia/tools/
DumpRecord.cpp 48 void print(const SkRecords::Restore& command, double ns) {
  /external/skqp/tools/
DumpRecord.cpp 48 void print(const SkRecords::Restore& command, double ns) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterScavenging.h 58 const MachineInstr *Restore = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterScavenging.h 58 const MachineInstr *Restore = nullptr;
  /art/compiler/debug/dwarf/
debug_frame_opcode_writer.h 106 Restore(Reg(reg_base.num() + i));
139 void ALWAYS_INLINE Restore(Reg reg) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
memcpy.asm 59 DB 49h, 0fh, 6eh, 0c2h ; movd mm0, r10 (Restore mm0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiCopyMem.asm 60 DB 49h, 0fh, 6eh, 0c2h ; movd mm0, r10 (Restore mm0)
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/
Stack.asm 68 ; Restore previous contexts
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
CopyMem.asm 57 DB 49h, 0fh, 6eh, 0c2h ; movd mm0, r10 (Restore mm0)
  /prebuilts/go/darwin-x86/src/runtime/
env_test.go 18 // Restore both the real GOROOT environment variable, and runtime's copies:
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 42 // We want to keep X__val in Fsid. Hide it and restore it later.
49 // Restore X__val in Fsid.
  /prebuilts/go/linux-x86/src/runtime/
env_test.go 18 // Restore both the real GOROOT environment variable, and runtime's copies:
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 42 // We want to keep X__val in Fsid. Hide it and restore it later.
49 // Restore X__val in Fsid.
  /external/libffi/src/mips/
o32.S 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer
178 REG_L ra, RA_OFF($sp) # Restore return address
282 bne $16, $13, 1f # Skip fp restore if FFI_O32_SOFT_FLOAT
298 REG_L $16, S0_OFF2($sp) # Restore s0
299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer
300 REG_L ra, RA_OFF2($sp) # Restore return address
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer
178 REG_L ra, RA_OFF($sp) # Restore return address
282 bne $16, $13, 1f # Skip fp restore if FFI_O32_SOFT_FLOAT
298 REG_L $16, S0_OFF2($sp) # Restore s0
299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer
300 REG_L ra, RA_OFF2($sp) # Restore return address
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
o32.S 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer
178 REG_L ra, RA_OFF($sp) # Restore return address
282 bne $16, $13, 1f # Skip fp restore if FFI_O32_SOFT_FLOAT
298 REG_L $16, S0_OFF2($sp) # Restore s0
299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer
300 REG_L ra, RA_OFF2($sp) # Restore return address
  /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
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineFrameInfo.h 296 MachineBasicBlock *Restore = nullptr;
701 MachineBasicBlock *getRestorePoint() const { return Restore; }
702 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; }

Completed in 932 milliseconds

1 23 4 5 6 7 8 91011>>