HomeSort by relevance Sort by last modified time
    Searched refs:Dirty (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 75 bool Dirty; // Register needs spill.
78 : LastUse(0), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false) {}
268 if (LR.Dirty) {
272 LR.Dirty = false;
318 /// spillAll - Spill all dirty virtregs without killing them.
452 return I->Dirty ? spillDirty : spillClean;
474 Cost += I->Dirty ? spillDirty : spillClean;
521 // Ignore the hint if we would have to spill a dirty register.
574 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
602 LRI->Dirty = true
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 113 0x04 Probe hit dirty without memory cancel
114 0x08 Probe hit dirty with memory cancel
179 0x20 Change-to-Dirty (first store to clean block already in cache)
307 0x08 Change-to-Dirty
316 0x08 Change-to-Dirty
  /external/valgrind/main/VEX/priv/
ir_opt.c 62 * In a dirty helper call, any parts of the guest state that the
75 guest memory done by dirty helpers annotated as such) is not
139 TODO: check interaction of rGetI and dirty helpers.
439 d = st->Ist.Dirty.details;
634 /* Deal with dirty helpers which write or modify guest state.
637 IRDirty* d = st->Ist.Dirty.details;
648 if (0) vex_printf("rGET: trash env due to dirty helper\n");
713 /* Be very conservative for dirty helper calls; dump the entire
799 which implicitly read parts of the guest state: dirty helper calls
    [all...]
ir_defs.c     [all...]
host_s390_isel.c 347 /* Call a helper (clean or dirty)
    [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
host_x86_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/drd/
drd_load_store.c 511 IRDirty* d = st->Ist.Dirty.details;
  /external/valgrind/main/lackey/
lk_main.c 770 IRDirty* d = st->Ist.Dirty.details;
772 // This dirty helper accesses memory. Collect the details.
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 107 0x04 Probe hit dirty without memory cancel
108 0x08 Probe hit dirty with memory cancel
166 0x20 Change to Dirty (first store to clean block already in cache)
  /external/oprofile/events/x86-64/hammer/
unit_masks 92 0x04 Probe hit dirty without memory cancel
93 0x08 Probe hit dirty with memory cancel
160 0x20 Change to Dirty (first store to clean block already in cache)
  /external/valgrind/main/VEX/pub/
libvex_ir.h 397 are not; they are instead handled with dirty helpers that emulate
    [all...]
  /external/valgrind/main/VEX/
test_main.c 394 if (st->Ist.Dirty.details->mFx == Ifx_None)
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 584 /* PutI or Dirty call which overlaps SP: complain. We can't
597 d = st->Ist.Dirty.details;
617 VG_(core_panic)("vg_SP_update_pass: PutI or Dirty which overlaps SP");
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 944 IRDirty* d = st->Ist.Dirty.details;
946 /* This dirty helper accesses memory. Collect the details. */
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/tsan/
ts_valgrind.cc     [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 1022 IRDirty* d = st->Ist.Dirty.details;
1024 /* This dirty helper accesses memory. Collect the details. */
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 715 milliseconds