Home
last modified time | relevance | path

Searched refs:Backup (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterferenceCache.cpp224 bool Backup = !I.valid() || I.start() >= Stop; in update() local
225 if (Backup) in update()
230 if (Backup) in update()
241 bool Backup = I == LR->end() || I->start >= Stop; in update() local
242 if (Backup) in update()
247 if (Backup) in update()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp206 MSP430ISelAddressMode Backup = AM; in MatchAddress() local
210 AM = Backup; in MatchAddress()
214 AM = Backup; in MatchAddress()
222 MSP430ISelAddressMode Backup = AM; in MatchAddress() local
233 AM = Backup; in MatchAddress()
/third_party/gptfdisk/
H A Dgptcurses.h38 { 'b', "Backup", "Back up the partition table" },
112 void Backup(void);
H A Dgptcurses.cc514 void GPTDataCurses::Backup(void) { in Backup() function in GPTDataCurses
524 } // GPTDataCurses::Backup() in Backup()
703 Backup(); in Dispatch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1498 X86ISelAddressMode Backup = AM; in matchWrapper()
1527 AM = Backup; in matchWrapper()
1580 X86ISelAddressMode Backup = AM; in matchAdd() local
1584 AM = Backup; in matchAdd()
1590 AM = Backup; in matchAdd()
2088 X86ISelAddressMode Backup = AM; in matchAddressRecursively() local
2091 AM = Backup; in matchAddressRecursively()
2097 AM = Backup; in matchAddressRecursively()
2121 if ((AM.hasSymbolicDisplacement() && !Backup.hasSymbolicDisplacement()) + in matchAddressRecursively()
2122 ((AM.Disp != 0) && (Backup in matchAddressRecursively()
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h70 struct ImGuiItemHoveredDataBackup; // Backup and restore IsItemHovered() internal data
1229 // Backup and restore just enough data to be able to use IsItemHovered() on item A after another B in the same window has overwritten the data.
1237 ImGuiItemHoveredDataBackup() { Backup(); } in ImGuiItemHoveredDataBackup()
1238 void Backup() { ImGuiWindow* window = GImGui->CurrentWindow; LastItemId = window->DC.LastItemId; LastItemStatusFlags = window->DC.LastItemStatusFlags; LastItemRect = window->DC.LastItemRect; LastItemDisplayRect = window->DC.LastItemDisplayRect; } in Backup() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp348 Address Backup = Addr; in computeAddress() local
351 Addr = Backup; in computeAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp693 Address Backup = Addr; in computeAddress() local
696 Addr = Backup; in computeAddress()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 55 milliseconds