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

1 2

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 76 bool Dirty; // Register needs spill.
79 : LastUse(nullptr), VirtReg(v), PhysReg(0), LastOpNum(0), Dirty(false){}
281 if (LR.Dirty) {
285 LR.Dirty = false;
328 /// spillAll - Spill all dirty virtregs without killing them.
458 return I->Dirty ? spillDirty : spillClean;
478 Cost += I->Dirty ? spillDirty : spillClean;
525 // Ignore the hint if we would have to spill a dirty register.
581 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
609 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/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 53 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
60 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
259 bool isDirty() const { return m_bitfields.dirty(); }
309 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
313 , m_dirty(dirty)
341 ADD_BOOLEAN_BITFIELD(dirty, Dirty);
  /external/valgrind/main/VEX/priv/
ir_opt.c 66 * In a dirty helper call, any parts of the guest state that the
74 (i.e. at SB exits and as specified by dirty helper call).
94 guest memory done by dirty helpers annotated as such) is not
158 TODO: check interaction of rGetI and dirty helpers.
479 d = st->Ist.Dirty.details;
679 /* Deal with dirty helpers which write or modify guest state.
682 IRDirty* d = st->Ist.Dirty.details;
693 if (0) vex_printf("rGET: trash env due to dirty helper\n");
758 /* Be very conservative for dirty helper calls; dump the entire
874 which implicitly read parts of the guest state: dirty helper call
    [all...]
ir_defs.c     [all...]
host_arm64_isel.c     [all...]
host_s390_isel.c 447 /* Call a helper (clean or dirty)
    [all...]
host_mips_isel.c     [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 849 IRDirty* d = st->Ist.Dirty.details;
851 // 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 409 are not; they are instead handled with dirty helpers that emulate
    [all...]
  /external/valgrind/main/drd/
drd_load_store.c 696 IRDirty* d = st->Ist.Dirty.details;
  /external/valgrind/main/VEX/
test_main.c 417 if (st->Ist.Dirty.details->mFx == Ifx_None)
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 612 /* PutI or Dirty call which overlaps SP: complain. We can't
625 d = st->Ist.Dirty.details;
648 VG_(core_panic)("vg_SP_update_pass: PutI or Dirty which overlaps SP");
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 945 IRDirty* d = st->Ist.Dirty.details;
947 /* This dirty helper accesses memory. Collect the details. */
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 124 Ist_Store, IRLoadG, IRStoreG, LLSC, CAS and Dirty memory
    [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 826 milliseconds

1 2