Home | History | Annotate | Download | only in exp-dhat

Lines Matching refs:Ist

921             IRExpr* data = st->Ist.WrTmp.data;
934 IRExpr* data = st->Ist.Store.data;
935 IRExpr* aexpr = st->Ist.Store.addr;
944 IRDirty* d = st->Ist.Dirty.details;
974 IRCAS* cas = st->Ist.CAS.details;
989 if (st->Ist.LLSC.storedata == NULL) {
991 dataTy = typeOfIRTemp(tyenv, st->Ist.LLSC.result);
994 st->Ist.LLSC.addr, goff_sp );
997 dataTy = typeOfIRExpr(tyenv, st->Ist.LLSC.storedata);
1000 st->Ist.LLSC.addr, goff_sp );