Home | History | Annotate | Download | only in memcheck

Lines Matching refs:IRTemp

129 static IRTemp  findShadowTmpB ( struct _MCEnv* mce, IRTemp orig );
158 IRTemp shadowV;
159 IRTemp shadowB;
227 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
231 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
235 IRTemp tmp = newIRTemp(mce->sb->tyenv, ty);
247 static IRTemp findShadowTmpV ( MCEnv* mce, IRTemp orig )
255 IRTemp tmpV
277 static void newShadowTmpV ( MCEnv* mce, IRTemp orig )
285 IRTemp tmpV
406 void assign ( HChar cat, MCEnv* mce, IRTemp tmp, IRExpr* expr ) {
433 IRTemp t;
3565 IRTemp datavbits;
4021 IRTemp dst;
4677 IRTemp stResult,
4686 IRTemp resTmp = findShadowTmpV(mce, stResult);
4990 IRTemp tmp_o = sb_in->stmts[j]->Ist.WrTmp.tmp;
4991 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o);
4995 IRTemp tmp_b = findShadowTmpB(&mce, tmp_o);
5308 static IRTemp findShadowTmpB ( MCEnv* mce, IRTemp orig )
5316 IRTemp tmpB
5338 IRTemp bTmp;
5379 IRTemp bTmp32 = newTemp(mce, Ity_I32, BSh);
5600 IRTemp dst;