HomeSort by relevance Sort by last modified time
    Searched full:clobber (Results 101 - 125 of 607) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/mojo/embedder/
platform_channel_pair_win.cc 102 // Log a warning if the command line already has the switch, but "clobber" it
  /external/chromium_org/sync/engine/
model_thread_sync_entity.cc 111 // will clobber any pending commits on the sync thread.
sync_thread_sync_entity_unittest.cc 125 // Start with a pending commit. Clobber it with an incoming update.
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_generator.py 63 # all users don't need to clobber their output directories.
  /external/chromium_org/third_party/libxslt/
README.chromium 12 1) Modified win32/configure.js to be able to clobber a read-only Makefile
  /external/chromium_org/tools/sheriffing/
index.html 19 kBuilderPages.push(['clobber builders', 'http://build.chromium.org/p/chromium/', true]);
  /external/clang/runtime/
CMakeLists.txt 63 ExternalProject_Add_Step(compiler-rt clobber
  /external/libunwind/src/x86_64/
setcontext.S 39 Unlike the libc implementation, doesn't clobber %rax
  /external/linux-tools-perf/perf-3.12.0/arch/blackfin/lib/
memcpy.S 108 * dst would clobber the src.
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 53 // Instructions are either normal 'r', or early clobber 'e'.
89 // Check for early-clobber redefs.
95 // FIXME: This would be a lot easier if tied early-clobber uses also
96 // had an early-clobber flag.
  /external/llvm/test/CodeGen/Mips/
2008-08-01-AsmInline.ll 54 ; Check that RA doesn't allocate registers in the clobber list.
  /external/llvm/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 25 ; Then clobber the loaded register, not the sum.
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 77 // Check that deallocation didn't clobber anything.
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettimeofday.c 88 /* This is a wrapper for tzset, for systems on which tzset may clobber
  /external/antlr/antlr-3.4/runtime/Ruby/
History.txt 47 - added #compile! and #clobber! methods to directly invoke the 'compile'
48 and 'clobber' tasks respectively
  /external/chromium_org/native_client_sdk/src/build_tools/
test_sdk.py 54 build_projects.UpdateHelpers(pepperdir, clobber=False)
55 build_projects.UpdateProjects(pepperdir, tree, clobber=False,
  /external/chromium_org/tools/gyp/buildbot/
buildbot_run.py 42 print '@@@BUILD_STEP Clobber CMake checkout@@@'
82 print '@@@BUILD_STEP Clobber Android checkout@@@'
  /external/llvm/test/CodeGen/X86/
2010-05-26-DotDebugLoc.ll 72 ; CHECK-NEXT: [[CLOBBER:Ltmp[0-9]*]]
84 ; CHECK-NEXT: .quad [[CLOBBER]]
inline-asm-fpstack.ll 184 ; the input argument is tied to an output register, or it is in the clobber list.
185 ; The clobber list case is tested above.
310 ; Clobber st(0) after it was live-out/dead from the previous asm.
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 424 // clobber result, allowing the client to decide to widen the load if
444 // If we have a partial alias, then return this as a clobber for the
479 // Ok, this store might clobber the query pointer. Check to see if it is
536 // Otherwise, there is a potential dependence. Return a clobber.
731 // a clobber, otherwise it is unknown.
765 /// set of instructions that either define or clobber the value.
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 101 /// Early-clobber register use/def slot. A live range defined at
104 /// early-clobber def.
231 /// isEarlyClobber - Returns true if this is an early-clobber slot.
235 /// Note that early-clobber slots may also be used for uses and defs.
256 /// normal or early-clobber def.
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 197 StringRef Clobber = Literal->getString();
199 if (!Context.getTargetInfo().isValidClobber(Clobber))
201 diag::err_asm_unknown_register_name) << Clobber);
  /external/llvm/lib/Target/X86/
X86InstrControl.td 180 // All calls clobber the non-callee saved registers. ESP is marked as
284 // __chkstk(MSVC): clobber R10, R11 and EFLAGS.
285 // ___chkstk(Mingw64): clobber R10, R11, RAX and EFLAGS, and update RSP.
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.cc 361 // clobber this delete.
372 // would clobber this set.
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 396 // pushed in both directions, i.e. makes sure we don't clobber a shared
440 // Make sure this does not clobber it with the previous version we pushed.

Completed in 1613 milliseconds

1 2 3 45 6 7 8 91011>>