Lines Matching refs:WrTmp
1190 ppIRTemp(s->Ist.WrTmp.tmp); in ppIRStmt()
1192 ppIRExpr(s->Ist.WrTmp.data); in ppIRStmt()
1659 s->Ist.WrTmp.tmp = tmp; in IRStmt_WrTmp()
1660 s->Ist.WrTmp.data = data; in IRStmt_WrTmp()
1903 return IRStmt_WrTmp(s->Ist.WrTmp.tmp, in deepCopyIRStmt()
1904 deepCopyIRExpr(s->Ist.WrTmp.data)); in deepCopyIRStmt()
2781 e = st->Ist.WrTmp.data; in isFlatIRStmt()
3003 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt()
3289 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy ); in tcStmt()
3290 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp) in tcStmt()
3291 != typeOfIRExpr(tyenv, stmt->Ist.WrTmp.data)) in tcStmt()
3499 if (stmt->Ist.WrTmp.tmp < 0 || stmt->Ist.WrTmp.tmp >= n_temps) in sanityCheckIRSB()
3502 def_counts[stmt->Ist.WrTmp.tmp]++; in sanityCheckIRSB()
3503 if (def_counts[stmt->Ist.WrTmp.tmp] > 1) in sanityCheckIRSB()