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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 75 bool Dirty; // Register needs spill.
78 : LastUse(nullptr), 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.
465 return I->Dirty ? spillDirty : spillClean;
485 Cost += I->Dirty ? spillDirty : spillClean;
532 // Ignore the hint if we would have to spill a dirty register.
588 /// defineVirtReg - Allocate a register for VirtReg and mark it as dirty.
616 LRI->Dirty = true
    [all...]
  /external/valgrind/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");
759 /* Be very conservative for dirty helper calls; dump the entire
881 which implicitly read parts of the guest state: dirty helper call
    [all...]
ir_defs.c     [all...]
host_tilegx_isel.c     [all...]
host_s390_isel.c 485 /* Call a helper (clean or dirty)
    [all...]
host_arm64_isel.c     [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/lackey/
lk_main.c 855 IRDirty* d = st->Ist.Dirty.details;
857 // This dirty helper accesses memory. Collect the details.
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 410 are not; they are instead handled with dirty helpers that emulate
    [all...]
  /external/valgrind/drd/
drd_load_store.c 700 IRDirty* d = st->Ist.Dirty.details;
  /external/valgrind/VEX/useful/
test_main.c 438 if (st->Ist.Dirty.details->mFx == Ifx_None)
    [all...]
  /external/valgrind/exp-dhat/
dh_main.c 944 IRDirty* d = st->Ist.Dirty.details;
946 /* This dirty helper accesses memory. Collect the details. */
    [all...]
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/coregrind/
m_translate.c 621 /* PutI or Dirty call which overlaps SP: complain. We can't
634 d = st->Ist.Dirty.details;
657 VG_(core_panic)("vg_SP_update_pass: PutI or Dirty which overlaps SP");
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 131 Ist_Store, IRLoadG, IRStoreG, LLSC, CAS and Dirty memory
    [all...]
  /external/valgrind/callgrind/
main.c     [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 1162 milliseconds