Lines Matching defs:st
4631 IRStmt* st;
4663 st = bbIn->stmts[i];
4664 tl_assert(Ist_IMark == st->tag);
4665 cia = st->Ist.IMark.addr;
4666 st = NULL;
4669 st = bbIn->stmts[i];
4670 tl_assert(st);
4671 tl_assert(isFlatIRStmt(st));
4672 switch (st->tag) {
4683 cia = st->Ist.IMark.addr;
4701 switch (st->Ist.MBE.event) {
4713 IRCAS* cas = st->Ist.CAS.details;
4742 if (st->Ist.LLSC.storedata == NULL) {
4744 dataTy = typeOfIRTemp(bbIn->tyenv, st->Ist.LLSC.result);
4748 st->Ist.LLSC.addr,
4766 st->Ist.Store.addr,
4767 sizeofIRType(typeOfIRExpr(bbIn->tyenv, st->Ist.Store.data)),
4776 IRStoreG* sg = st->Ist.StoreG.details;
4789 IRLoadG* lg = st->Ist.LoadG.details;
4803 IRExpr* data = st->Ist.WrTmp.data;
4821 IRDirty* d = st->Ist.Dirty.details;
4853 ppIRStmt(st);
4856 } /* switch (st->tag) */
4858 addStmtToIRSB( bbOut, st );