Home | History | Annotate | Download | only in tsan

Lines Matching refs:IRStmt

943    IRStmt* cmp_stmt = IRStmt_WrTmp(need_sleep_i1,
951 IRStmt* exit_stmt = IRStmt_Exit(IRExpr_RdTmp(need_sleep_i1),
1065 IRStmt *temp_stmt = IRStmt_WrTmp(temp, tleb_plus_idx_expr);
1066 IRStmt *store_stmt = IRStmt_Store(Iend_LE, IRExpr_RdTmp(temp), x);
1077 IRStmt* st,
1129 IRStmt *star_addr_stmt = IRStmt_WrTmp(star_addr, addr_load_expr);
1136 IRStmt *sub_stmt = IRStmt_WrTmp(sub, sub_expr);
1142 IRStmt *mask_stmt = IRStmt_WrTmp(mask, mask_expr);
1149 IRStmt *and_stmt = IRStmt_WrTmp(and_tmp, and_expr);
1167 void instrument_statement (IRStmt* st, IRSB* bbIn, IRSB* bbOut, IRType hWordTy,
1344 IRStmt* st = bbIn->stmts[i];
1362 IRStmt* st = bbIn->stmts[i];
1378 IRStmt *stmt = IRStmt_WrTmp(tleb_temp, tleb_expr);