Home | History | Annotate | Download | only in priv

Lines Matching refs:IRType

47 void ppIRType ( IRType ty )
1475 IRRegArray* mkIRRegArray ( Int base, IRType elemTy, Int nElems )
1496 IRExpr* IRExpr_Get ( Int off, IRType ty ) {
1557 IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr ) {
1572 IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args ) {
1834 env->types = LibVEX_Alloc(8 * sizeof(IRType));
2067 dst->types = LibVEX_Alloc(dst->types_size * sizeof(IRType));
2104 IRType* t_dst,
2105 IRType* t_arg1, IRType* t_arg2,
2106 IRType* t_arg3, IRType* t_arg4 )
2126 const IRType ity_RMode = Ity_I32;
2885 IRTemp newIRTemp ( IRTypeEnv* env, IRType ty )
2897 IRType* new_types
2898 = LibVEX_Alloc(new_size * sizeof(IRType));
2913 IRType typeOfIRTemp ( IRTypeEnv* env, IRTemp tmp )
2921 IRType typeOfIRConst ( IRConst* con )
2939 IRType typeOfIRExpr ( IRTypeEnv* tyenv, IRExpr* e )
2941 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4;
2984 /* Is this any value actually in the enumeration 'IRType' ? */
2985 Bool isPlausibleIRType ( IRType ty )
3309 void tcExpr ( IRSB* bb, IRStmt* stmt, IRExpr* expr, IRType gWordTy )
3312 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4;
3326 IRType ttarg1, ttarg2, ttarg3, ttarg4;
3378 IRType ttarg1, ttarg2, ttarg3;
3423 IRType ttarg1, ttarg2;
3514 void tcStmt ( IRSB* bb, IRStmt* stmt, IRType gWordTy )
3520 IRType tyExpd, tyData;
3625 IRType tyRes;
3734 Bool require_flat, IRType guest_word_size )
3754 IRType ty = typeOfIRTemp(bb->tyenv,(IRTemp)i);
3891 Int sizeofIRType ( IRType ty )
3944 IRExpr* mkIRExprCCall ( IRType retty,