/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 420 if (isFlat(st->Ist.WrTmp.data)) { in flatten_Stmt() 426 e1 = flatten_Expr(bb, st->Ist.WrTmp.data); in flatten_Stmt() 427 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1)); in flatten_Stmt() 602 && st->Ist.WrTmp.data->tag == Iex_Get) { in redundant_get_removal_BB() 605 IRExpr* get = st->Ist.WrTmp.data; in redundant_get_removal_BB() 617 == st->Ist.WrTmp.data->Iex.Get.ty ); in redundant_get_removal_BB() 624 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE); in redundant_get_removal_BB() 630 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) ); in redundant_get_removal_BB() 706 e = st->Ist.WrTmp.data; in handle_gets_Stmt() 2380 st->Ist.WrTmp.tmp, in subst_and_fold_Stmt() [all …]
|
D | guest_arm_helpers.c | 749 && st->Ist.WrTmp.tmp == look_for in guest_arm_spechelper() 750 && st->Ist.WrTmp.data->tag == Iex_Binop in guest_arm_spechelper() 751 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32 in guest_arm_spechelper() 752 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4))) in guest_arm_spechelper()
|
D | ir_defs.c | 1283 ppIRTemp(s->Ist.WrTmp.tmp); in ppIRStmt() 1285 ppIRExpr(s->Ist.WrTmp.data); in ppIRStmt() 1774 s->Ist.WrTmp.tmp = tmp; in IRStmt_WrTmp() 1775 s->Ist.WrTmp.data = data; in IRStmt_WrTmp() 2032 return IRStmt_WrTmp(s->Ist.WrTmp.tmp, in deepCopyIRStmt() 2033 deepCopyIRExpr(s->Ist.WrTmp.data)); in deepCopyIRStmt() 3039 e = st->Ist.WrTmp.data; in isFlatIRStmt() 3269 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt() 3559 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy ); in tcStmt() 3560 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp) in tcStmt() [all …]
|
D | host_s390_isel.c | 2386 IRTemp tmp = stmt->Ist.WrTmp.tmp; in s390_isel_stmt() 2394 s390_isel_int128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2406 src = s390_isel_int_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2411 s390_cc_t cond = s390_isel_cc(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2419 src = s390_isel_float_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2426 s390_isel_float128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
|
D | host_amd64_isel.c | 3819 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 3829 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt() 3830 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add64) { in iselStmt() 3831 AMD64AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt() 3847 AMD64RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt() 3854 iselInt128Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 3861 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 3868 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3874 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3880 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt() [all …]
|
D | host_x86_isel.c | 3871 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 3881 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt() 3882 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add32) { in iselStmt() 3883 X86AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt() 3898 X86RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt() 3905 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 3912 X86CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 3919 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3925 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3931 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_ppc_isel.c | 4823 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 4828 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 4835 iselInt64Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data); in iselStmt() 4843 iselInt128Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data); in iselStmt() 4855 env, stmt->Ist.WrTmp.data); in iselStmt() 4867 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 4874 HReg fr_src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4880 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4886 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4892 HReg fr_src = iselDfp64Expr( env, stmt->Ist.WrTmp.data ); in iselStmt() [all …]
|
D | host_mips_isel.c | 2841 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 2846 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 2853 iselInt64Expr(&rHi, &rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 2862 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 2868 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_arm_isel.c | 5790 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 5795 env, stmt->Ist.WrTmp.data); in iselStmt() 5802 ARMCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 5809 HReg src = iselNeon64Expr(env, stmt->Ist.WrTmp.data); in iselStmt() 5814 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 5822 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5828 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5834 HReg src = iselNeonExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 394 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 398 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 399 add_SP_alias(st->Ist.WrTmp.tmp, 0); in vg_SP_update_pass() 406 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 413 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 415 add_SP_alias(st->Ist.WrTmp.tmp, delta + con); in vg_SP_update_pass() 417 add_SP_alias(st->Ist.WrTmp.tmp, delta - con); in vg_SP_update_pass() 425 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 428 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 429 add_SP_alias(st->Ist.WrTmp.tmp, delta); in vg_SP_update_pass()
|
/external/valgrind/main/drd/ |
D | drd_load_store.c | 319 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) in is_stack_access() 321 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; in is_stack_access() 639 const IRExpr* const data = st->Ist.WrTmp.data; in DRD_()
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 725 IRExpr* data = st->Ist.WrTmp.data; in lk_instrument() 732 IRExpr* expr = st->Ist.WrTmp.data; in lk_instrument()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 2532 e = st->Ist.WrTmp.data; in checkForBogusLiterals() 2627 assign( bb, findShadowTmp(&mce, st->Ist.WrTmp.tmp), in mc_instrument() 2628 expr2vbits( &mce, st->Ist.WrTmp.data) ); in mc_instrument()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 2267 } WrTmp; member
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 5205 e = st->Ist.WrTmp.data; in checkForBogusLiterals() 5427 IRTemp tmp_o = sb_in->stmts[j]->Ist.WrTmp.tmp; in MC_() 5473 assign( 'V', &mce, findShadowTmpV(&mce, st->Ist.WrTmp.tmp), in MC_() 5474 expr2vbits( &mce, st->Ist.WrTmp.data) ); in MC_() 6370 assign( 'B', mce, findShadowTmpB(mce, st->Ist.WrTmp.tmp), in schemeS() 6371 schemeE(mce, st->Ist.WrTmp.data) ); in schemeS()
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 921 IRExpr* data = st->Ist.WrTmp.data; in dh_instrument()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1036 IRExpr* data = st->Ist.WrTmp.data; in cg_instrument()
|
/external/valgrind/main/callgrind/ |
D | main.c | 1005 IRExpr* data = st->Ist.WrTmp.data; in CLG_()
|
/external/valgrind/main/exp-sgcheck/ |
D | sg_main.c | 2246 IRExpr* data = st->Ist.WrTmp.data; in sg_instrument_IRStmt()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 4479 IRExpr* data = st->Ist.WrTmp.data; in hg_instrument()
|