/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 429 if (isFlat(st->Ist.WrTmp.data)) { in flatten_Stmt() 435 e1 = flatten_Expr(bb, st->Ist.WrTmp.data); in flatten_Stmt() 436 addStmtToIRSB(bb, IRStmt_WrTmp(st->Ist.WrTmp.tmp, e1)); in flatten_Stmt() 629 && st->Ist.WrTmp.data->tag == Iex_Get) { in redundant_get_removal_BB() 632 IRExpr* get = st->Ist.WrTmp.data; in redundant_get_removal_BB() 644 == st->Ist.WrTmp.data->Iex.Get.ty ); in redundant_get_removal_BB() 651 bb->stmts[i] = IRStmt_WrTmp(st->Ist.WrTmp.tmp, valE); in redundant_get_removal_BB() 657 (HWord)(void*)(IRExpr_RdTmp(st->Ist.WrTmp.tmp)) ); in redundant_get_removal_BB() 733 e = st->Ist.WrTmp.data; in handle_gets_Stmt() 2521 st->Ist.WrTmp.tmp, in subst_and_fold_Stmt() [all …]
|
D | guest_arm_helpers.c | 750 && st->Ist.WrTmp.tmp == look_for in guest_arm_spechelper() 751 && st->Ist.WrTmp.data->tag == Iex_Binop in guest_arm_spechelper() 752 && st->Ist.WrTmp.data->Iex.Binop.op == Iop_Or32 in guest_arm_spechelper() 753 && isU32(st->Ist.WrTmp.data->Iex.Binop.arg2, (ARMCondAL << 4))) in guest_arm_spechelper()
|
D | ir_defs.c | 1482 ppIRTemp(s->Ist.WrTmp.tmp); in ppIRStmt() 1484 ppIRExpr(s->Ist.WrTmp.data); in ppIRStmt() 2015 s->Ist.WrTmp.tmp = tmp; in IRStmt_WrTmp() 2016 s->Ist.WrTmp.data = data; in IRStmt_WrTmp() 2293 return IRStmt_WrTmp(s->Ist.WrTmp.tmp, in deepCopyIRStmt() 2294 deepCopyIRExpr(s->Ist.WrTmp.data)); in deepCopyIRStmt() 3503 e = st->Ist.WrTmp.data; in isFlatIRStmt() 3754 useBeforeDef_Expr(bb,stmt,stmt->Ist.WrTmp.data,def_counts); in useBeforeDef_Stmt() 4066 tcExpr( bb, stmt, stmt->Ist.WrTmp.data, gWordTy ); in tcStmt() 4067 if (typeOfIRTemp(tyenv, stmt->Ist.WrTmp.tmp) in tcStmt() [all …]
|
D | host_s390_isel.c | 3690 IRTemp tmp = stmt->Ist.WrTmp.tmp; in s390_isel_stmt() 3698 s390_isel_int128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 3710 src = s390_isel_int_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 3715 s390_cc_t cond = s390_isel_cc(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 3723 src = s390_isel_float_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 3730 s390_isel_float128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 3740 src = s390_isel_dfp_expr(env, stmt->Ist.WrTmp.data); in s390_isel_stmt() 3747 s390_isel_dfp128_expr(&res_hi, &res_lo, env, stmt->Ist.WrTmp.data); in s390_isel_stmt()
|
D | host_x86_isel.c | 4017 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 4027 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt() 4028 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add32) { in iselStmt() 4029 X86AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt() 4044 X86RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt() 4051 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 4058 X86CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 4065 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4071 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4077 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_amd64_isel.c | 4434 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 4444 && stmt->Ist.WrTmp.data->tag == Iex_Binop in iselStmt() 4445 && stmt->Ist.WrTmp.data->Iex.Binop.op == Iop_Add64) { in iselStmt() 4446 AMD64AMode* am = iselIntExpr_AMode(env, stmt->Ist.WrTmp.data); in iselStmt() 4462 AMD64RMI* rmi = iselIntExpr_RMI(env, stmt->Ist.WrTmp.data); in iselStmt() 4469 iselInt128Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 4476 AMD64CondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 4483 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4489 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 4495 HReg src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt() [all …]
|
D | host_arm64_isel.c | 6604 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 6610 HReg rD = iselIntExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 6630 ARM64CondCode cc = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 6635 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 6641 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 6647 HReg src = iselV128Expr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_ppc_isel.c | 5438 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 5443 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 5450 iselInt64Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data); in iselStmt() 5458 iselInt128Expr(&r_srcHi,&r_srcLo, env, stmt->Ist.WrTmp.data); in iselStmt() 5470 env, stmt->Ist.WrTmp.data); in iselStmt() 5482 PPCCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 5489 HReg fr_src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5495 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5501 HReg fr_src = iselDfp32Expr(env, stmt->Ist.WrTmp.data); in iselStmt() 5507 HReg v_src = iselVecExpr(env, stmt->Ist.WrTmp.data); in iselStmt() [all …]
|
D | host_mips_isel.c | 3738 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 3743 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 3751 HReg r_src = iselWordExpr_R(env, stmt->Ist.WrTmp.data); in iselStmt() 3756 iselInt64Expr(&rHi, &rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 3766 iselInt128Expr(&rHi, &rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 3775 HReg fr_src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3782 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 3787 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
D | host_arm_isel.c | 5888 IRTemp tmp = stmt->Ist.WrTmp.tmp; in iselStmt() 5893 env, stmt->Ist.WrTmp.data); in iselStmt() 5907 ARMCondCode cond = iselCondCode(env, stmt->Ist.WrTmp.data); in iselStmt() 5914 HReg src = iselNeon64Expr(env, stmt->Ist.WrTmp.data); in iselStmt() 5919 iselInt64Expr(&rHi,&rLo, env, stmt->Ist.WrTmp.data); in iselStmt() 5927 HReg src = iselDblExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5933 HReg src = iselFltExpr(env, stmt->Ist.WrTmp.data); in iselStmt() 5939 HReg src = iselNeonExpr(env, stmt->Ist.WrTmp.data); in iselStmt()
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 399 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 403 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 404 add_SP_alias(st->Ist.WrTmp.tmp, 0); in vg_SP_update_pass() 411 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 418 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 420 add_SP_alias(st->Ist.WrTmp.tmp, delta + con); in vg_SP_update_pass() 422 add_SP_alias(st->Ist.WrTmp.tmp, delta - con); in vg_SP_update_pass() 430 e = st->Ist.WrTmp.data; in vg_SP_update_pass() 433 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.WrTmp.tmp) == typeof_SP ); in vg_SP_update_pass() 434 add_SP_alias(st->Ist.WrTmp.tmp, delta); in vg_SP_update_pass()
|
/external/valgrind/main/drd/ |
D | drd_load_store.c | 323 && bb->stmts[i]->Ist.WrTmp.tmp == addr_expr->Iex.RdTmp.tmp) in is_stack_access() 325 IRExpr* e = bb->stmts[i]->Ist.WrTmp.data; in is_stack_access() 679 const IRExpr* const data = st->Ist.WrTmp.data; in DRD_()
|
/external/valgrind/main/lackey/ |
D | lk_main.c | 770 IRExpr* data = st->Ist.WrTmp.data; in lk_instrument() 777 IRExpr* expr = st->Ist.WrTmp.data; in lk_instrument()
|
/external/valgrind/main/VEX/ |
D | test_main.c | 2555 e = st->Ist.WrTmp.data; in checkForBogusLiterals() 2650 assign( bb, findShadowTmp(&mce, st->Ist.WrTmp.tmp), in mc_instrument() 2651 expr2vbits( &mce, st->Ist.WrTmp.data) ); in mc_instrument()
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 5865 e = st->Ist.WrTmp.data; in checkForBogusLiterals() 6103 IRTemp tmp_o = sb_in->stmts[j]->Ist.WrTmp.tmp; in MC_() 6149 assign( 'V', &mce, findShadowTmpV(&mce, st->Ist.WrTmp.tmp), in MC_() 6150 expr2vbits( &mce, st->Ist.WrTmp.data) ); in MC_() 7153 assign( 'B', mce, findShadowTmpB(mce, st->Ist.WrTmp.tmp), in schemeS() 7154 schemeE(mce, st->Ist.WrTmp.data) ); in schemeS()
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 2609 } WrTmp; member
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 922 IRExpr* data = st->Ist.WrTmp.data; in dh_instrument()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 1135 IRExpr* data = st->Ist.WrTmp.data; in cg_instrument()
|
/external/valgrind/main/callgrind/ |
D | main.c | 1050 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 | 4660 IRExpr* data = st->Ist.WrTmp.data; in hg_instrument()
|