/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 404 if (isFlat(st->Ist.WrTmp.data)) { in flatten_Stmt() 410 e1 = flatten_Expr(bb, st->Ist.WrTmp.data); in flatten_Stmt() 411 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1)); in flatten_Stmt() 584 && st->Ist.WrTmp.data->tag == Iex_Get) { in redundant_get_removal_BB() 587 IRExpr* get = st->Ist.WrTmp.data; in redundant_get_removal_BB() 599 == st->Ist.WrTmp.data->Iex.Get.ty ); in redundant_get_removal_BB() 606 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE); in redundant_get_removal_BB() 612 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) ); in redundant_get_removal_BB() 688 e = st->Ist.WrTmp.data; in handle_gets_Stmt() 1945 st->Ist.WrTmp.tmp, in subst_and_fold_Stmt() [all …]
|
D | guest_arm_helpers.c | 731 && st->Ist.WrTmp.tmp == look_for in guest_arm_spechelper() 732 && st->Ist.WrTmp.data->tag == Iex_Binop in guest_arm_spechelper() 733 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32 in guest_arm_spechelper() 734 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4))) in guest_arm_spechelper()
|
D | ir_defs.c | 1190 ppIRTemp(s->Ist.WrTmp.tmp); in ppIRStmt() 1192 ppIRExpr(s->Ist.WrTmp.data); in ppIRStmt() 1659 s->Ist.WrTmp.tmp = tmp; in IRStmt_WrTmp() 1660 s->Ist.WrTmp.data = data; in IRStmt_WrTmp() 1903 return IRStmt_WrTmp(s->Ist.WrTmp.tmp, in deepCopyIRStmt() 1904 deepCopyIRExpr(s->Ist.WrTmp.data)); in deepCopyIRStmt() 2781 e = st->Ist.WrTmp.data; in isFlatIRStmt() 3003 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt() 3289 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy ); in tcStmt() 3290 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp) in tcStmt() [all …]
|
D | host_s390_isel.c | 2172 IRTemp tmp = stmt->Ist.WrTmp.tmp; in s390_isel_stmt() 2180 s390_isel_int128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2192 src = s390_isel_int_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2197 s390_cc_t cond = s390_isel_cc(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2205 src = s390_isel_float_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 2212 s390_isel_float128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
|
D | host_amd64_isel.c | 3932 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 3942 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt() 3943 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add64) { in iselStmt() 3944 AMD64AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt() 3960 AMD64RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt() 3967 iselInt128Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 3974 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 3981 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3987 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3993 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_x86_isel.c | 3850 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 3860 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt() 3861 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add32) { in iselStmt() 3862 X86AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt() 3877 X86RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt() 3884 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 3891 X86CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 3898 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3904 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3910 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_ppc_isel.c | 4012 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 4017 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 4023 iselInt64Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data); in iselStmt() 4031 iselInt128Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data); in iselStmt() 4038 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 4045 HReg fr_src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4051 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4057 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_arm_isel.c | 5750 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 5755 env, stmt->Ist.WrTmp.data); in iselStmt() 5762 ARMCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 5769 HReg src = iselNeon64Expr(env, stmt->Ist.WrTmp.data); in iselStmt() 5774 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 5782 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5788 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5794 HReg src = iselNeonExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 389 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 393 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 394 add_SP_alias(st->Ist.WrTmp.tmp, 0); in vg_SP_update_pass() 401 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 408 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 410 add_SP_alias(st->Ist.WrTmp.tmp, delta + con); in vg_SP_update_pass() 412 add_SP_alias(st->Ist.WrTmp.tmp, delta - con); in vg_SP_update_pass() 420 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 423 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 424 add_SP_alias(st->Ist.WrTmp.tmp, delta); in vg_SP_update_pass()
|
/external/valgrind/main/drd/ |
D | drd_load_store.c | 286 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) in is_stack_access() 288 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; in is_stack_access() 497 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/memcheck/ |
D | mc_translate.c | 4782 e = st->Ist.WrTmp.data; in checkForBogusLiterals() 4990 IRTemp tmp_o = sb_in->stmts[j]->Ist.WrTmp.tmp; in MC_() 5036 assign( 'V', &mce, findShadowTmpV(&mce, st->Ist.WrTmp.tmp), in MC_() 5037 expr2vbits( &mce, st->Ist.WrTmp.data) ); in MC_() 5867 assign( 'B', mce, findShadowTmpB(mce, st->Ist.WrTmp.tmp), in schemeS() 5868 schemeE(mce, st->Ist.WrTmp.data) ); in schemeS()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 2006 } WrTmp; member
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 921 IRExpr* data = st->Ist.WrTmp.data; in dh_instrument()
|
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 1208 IRExpr* data = st->Ist.WrTmp.data; in instrument_statement()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1030 IRExpr* data = st->Ist.WrTmp.data; in cg_instrument()
|
/external/valgrind/main/callgrind/ |
D | main.c | 1001 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 | 4444 IRExpr* data = st->Ist.WrTmp.data; in hg_instrument()
|