Home | History | Annotate | Download | only in priv

Lines Matching refs:IRTemp

106 void ppIRTemp ( IRTemp tmp )
1410 IRExpr* IRExpr_RdTmp ( IRTemp tmp ) {
1597 IRCAS* mkIRCAS ( IRTemp oldHi, IRTemp oldLo,
1656 IRStmt* IRStmt_WrTmp ( IRTemp tmp, IRExpr* data ) {
1679 IRTemp result, IRExpr* addr, IRExpr* storedata ) {
2631 /* Allocate a new IRTemp, given its type. */
2633 IRTemp newIRTemp ( IRTypeEnv* env, IRType ty )
2661 IRType typeOfIRTemp ( IRTypeEnv* env, IRTemp tmp )
2919 /* Traverse a Stmt/Expr, inspecting IRTemp uses. Report any out of
2924 void useBeforeDef_Temp ( IRSB* bb, IRStmt* stmt, IRTemp tmp, Int* def_counts )
2929 sanityCheckFail(bb,stmt, "IRTemp use before def in IRExpr");
3462 IRType ty = typeOfIRTemp(bb->tyenv,(IRTemp)i);
3631 IRDirty* unsafeIRDirty_1_N ( IRTemp dst,