Lines Matching full:dirty
1008 vex_printf("DIRTY ");
1163 ppIRDirty(s->Ist.Dirty.details);
1414 suitable for use as arg lists in clean/dirty helper calls. */
1619 s->Ist.Dirty.details = d;
1842 return IRStmt_Dirty(deepCopyIRDirty(s->Ist.Dirty.details));
2674 di = st->Ist.Dirty.details;
2870 d = stmt->Ist.Dirty.details;
3220 /* Mostly check for various kinds of ill-formed dirty calls. */
3221 d = stmt->Ist.Dirty.details;
3244 sanityCheckFail(bb,stmt,"IRStmt.Dirty.guard not :: Ity_I1");
3247 sanityCheckFail(bb,stmt,"IRStmt.Dirty.dst :: Ity_I1");
3250 sanityCheckFail(bb,stmt,"IRStmt.Dirty: > 32 args");
3252 sanityCheckFail(bb,stmt,"IRStmt.Dirty.arg[i] :: Ity_I1");
3256 sanityCheckFail(bb,stmt,"IRStmt.Dirty: ill-formed");
3351 if (stmt->Ist.Dirty.details->tmp != IRTemp_INVALID) {
3352 d = stmt->Ist.Dirty.details;
3355 "IRStmt.Dirty: destination tmp is out of range");
3359 "IRStmt.Dirty: destination tmp is assigned more than once");