HomeSort by relevance Sort by last modified time
    Searched refs:Dirty (Results 1 - 25 of 25) 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) {}
280 if (LR.Dirty) {
284 LR.Dirty = false;
327 /// spillAll - Spill all dirty virtregs without killing them.
457 return I->Dirty ? spillDirty : spillClean;
477 Cost += I->Dirty ? spillDirty : spillClean;
524 // Ignore the hint if we would have to spill a dirty register.
577 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
605 LRI->Dirty = true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 50 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
57 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
257 bool isDirty() const { return m_bitfields.dirty(); }
258 virtual void markDirty(bool dirty = true) { m_bitfields.setDirty(dirty); }
319 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
323 , m_dirty(dirty)
351 ADD_BOOLEAN_BITFIELD(dirty, Dirty);
  /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 66 * In a dirty helper call, any parts of the guest state that the
87 guest memory done by dirty helpers annotated as such) is not
151 TODO: check interaction of rGetI and dirty helpers.
455 d = st->Ist.Dirty.details;
652 /* Deal with dirty helpers which write or modify guest state.
655 IRDirty* d = st->Ist.Dirty.details;
666 if (0) vex_printf("rGET: trash env due to dirty helper\n");
731 /* Be very conservative for dirty helper calls; dump the entire
826 which implicitly read parts of the guest state: dirty helper calls
    [all...]
ir_defs.c     [all...]
host_s390_isel.c 426 /* Call a helper (clean or dirty)
    [all...]
host_mips_isel.c     [all...]
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/drd/
drd_load_store.c 655 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 405 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 589 /* PutI or Dirty call which overlaps SP: complain. We can't
602 d = st->Ist.Dirty.details;
625 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/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 1026 IRDirty* d = st->Ist.Dirty.details;
1028 /* This dirty helper accesses memory. Collect the details. */
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 366 milliseconds