Lines Matching refs:IRTemp
395 typedef UInt IRTemp; typedef
398 extern void ppIRTemp ( IRTemp );
400 #define IRTemp_INVALID ((IRTemp)0xFFFFFFFF)
1998 IRTemp tmp; /* The temporary number */
2166 extern IRExpr* IRExpr_RdTmp ( IRTemp tmp );
2375 IRTemp tmp; /* to assign result to, or IRTemp_INVALID if none */
2430 IRDirty* unsafeIRDirty_1_N ( IRTemp dst,
2517 IRTemp oldHi; /* old value of *addr is written here */
2518 IRTemp oldLo;
2530 extern IRCAS* mkIRCAS ( IRTemp oldHi, IRTemp oldLo,
2615 IRTemp dst; /* Destination (LHS) of assignment */
2633 IRTemp dst, IRExpr* addr, IRExpr* alt,
2765 IRTemp tmp; /* Temporary (LHS of assignment) */
2862 IRTemp result;
2915 extern IRStmt* IRStmt_WrTmp ( IRTemp tmp, IRExpr* data );
2919 extern IRStmt* IRStmt_LoadG ( IREndness end, IRLoadGOp cvt, IRTemp dst,
2922 extern IRStmt* IRStmt_LLSC ( IREndness end, IRTemp result,
2953 extern IRTemp newIRTemp ( IRTypeEnv*, IRType );
3015 extern IRType typeOfIRTemp ( const IRTypeEnv*, IRTemp );