Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:Ist

979    cia   = st->Ist.IMark.addr;
980 isize = st->Ist.IMark.len;
1010 cia = st->Ist.IMark.addr;
1011 isize = st->Ist.IMark.len;
1030 IRExpr* data = st->Ist.WrTmp.data;
1042 IRExpr* data = st->Ist.Store.data;
1043 IRExpr* aexpr = st->Ist.Store.addr;
1051 IRDirty* d = st->Ist.Dirty.details;
1081 IRCAS* cas = st->Ist.CAS.details;
1097 if (st->Ist.LLSC.storedata == NULL) {
1099 dataTy = typeOfIRTemp(tyenv, st->Ist.LLSC.result);
1101 sizeofIRType(dataTy), st->Ist.LLSC.addr );
1104 dataTy = typeOfIRExpr(tyenv, st->Ist.LLSC.storedata);
1106 sizeofIRType(dataTy), st->Ist.LLSC.addr );
1113 if ( (st->Ist.Exit.jk == Ijk_Boring) ||
1114 (st->Ist.Exit.jk == Ijk_Call) ||
1115 (st->Ist.Exit.jk == Ijk_Ret) )
1141 dst = st->Ist.Exit.dst;
1155 IRStmt_WrTmp( guard1, st->Ist.Exit.guard ));