Home | History | Annotate | Download | only in memcheck

Lines Matching refs:newTemp

236    newTemp may cause mce->tmpMap to resize, hence previous results
238 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
263 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
264 /* newTemp may cause mce->tmpMap to resize, hence previous results
293 = newTemp( mce, shadowTypeV(mce->sb->tyenv->types[orig]), VSh );
294 /* newTemp may cause mce->tmpMap to resize, hence previous results
456 t = newTemp(mce, ty, k);
3901 datavbits = newTemp(mce, ty, VSh);
5750 = newTemp( mce, Ity_I32, BSh );
5751 /* newTemp may cause mce->tmpMap to resize, hence previous results
5781 bTmp = newTemp(mce, mce->hWordTy, BSh);
5815 IRTemp bTmp32 = newTemp(mce, Ity_I32, BSh);