Lines Matching refs:Ist
325 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) in is_stack_access()
327 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; in is_stack_access()
629 instrument = VG_(DebugInfo_sect_kind)(NULL, st->Ist.IMark.addr) in DRD_()
635 switch (st->Ist.MBE.event) in DRD_()
649 instrument_store(bb, st->Ist.Store.addr, st->Ist.Store.data, in DRD_()
655 IRStoreG* sg = st->Ist.StoreG.details; in DRD_()
665 IRLoadG* lg = st->Ist.LoadG.details; in DRD_()
683 const IRExpr* const data = st->Ist.WrTmp.data; in DRD_()
700 IRDirty* d = st->Ist.Dirty.details; in DRD_()
747 IRCAS* cas = st->Ist.CAS.details; in DRD_()
771 if (st->Ist.LLSC.storedata == NULL) { in DRD_()
773 dataTy = typeOfIRTemp(bb_in->tyenv, st->Ist.LLSC.result); in DRD_()
775 IRExpr* addr_expr = st->Ist.LLSC.addr; in DRD_()
786 instr_trace_mem_store(bb, st->Ist.LLSC.addr, NULL, in DRD_()
787 st->Ist.LLSC.storedata, in DRD_()