Home
last modified time | relevance | path

Searched refs:IRSB (Results 1 – 25 of 68) sorted by relevance

123

/external/valgrind/VEX/priv/
Dir_opt.h47 IRSB* do_iropt_BB (
48 IRSB* bb,
58 IRSB* cprop_BB ( IRSB* );
62 void do_deadcode_BB ( IRSB* bb );
70 IRSB* bb,
Dguest_generic_bb_to_IR.h123 /*OUT*/ IRSB* irbb,
170 IRSB* bb_to_IR (
189 /*IN*/ Bool (*preamble_function)(void*,IRSB*),
Dir_inject.c125 store_aux(IRSB *irsb, IREndness endian, IRExpr *addr, IRExpr *data) in store_aux()
145 store(IRSB *irsb, IREndness endian, HWord haddr, IRExpr *data) in store()
192 vex_inject_ir(IRSB *irsb, IREndness endian) in vex_inject_ir()
Dguest_tilegx_defs.h44 extern DisResult disInstr_TILEGX ( IRSB* irbb,
Dguest_arm64_defs.h43 DisResult disInstr_ARM64 ( IRSB* irbb,
Dguest_ppc_defs.h54 DisResult disInstr_PPC ( IRSB* irbb,
Dguest_arm_defs.h45 DisResult disInstr_ARM ( IRSB* irbb,
Dir_opt.c285 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex ) in flatten_Expr()
400 static void flatten_Stmt ( IRSB* bb, IRStmt* st ) in flatten_Stmt()
521 static IRSB* flatten_BB ( IRSB* in ) in flatten_BB()
524 IRSB* out; in flatten_BB()
614 static void redundant_get_removal_BB ( IRSB* bb ) in redundant_get_removal_BB()
886 IRSB* bb, in redundant_put_removal_BB()
2757 IRSB* cprop_BB ( IRSB* in ) in cprop_BB()
2760 IRSB* out; in cprop_BB()
3097 /* notstatic */ void do_deadcode_BB ( IRSB* bb ) in do_deadcode_BB()
3172 IRSB* spec_helpers_BB( in spec_helpers_BB()
[all …]
/external/valgrind/VEX/pub/
Dlibvex.h653 IRSB* (*instrument1) ( /*callback_opaque*/void*,
654 IRSB*,
659 IRSB* (*instrument2) ( /*callback_opaque*/void*,
660 IRSB*,
666 IRSB* (*finaltidy) ( IRSB* );
696 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*);
Dlibvex_ir.h2987 IRSB; typedef
2990 extern IRSB* emptyIRSB ( void );
2993 extern IRSB* deepCopyIRSB ( const IRSB* );
2997 extern IRSB* deepCopyIRSBExceptStmts ( const IRSB* );
3000 extern void ppIRSB ( const IRSB* );
3003 extern void addStmtToIRSB ( IRSB*, IRStmt* );
3024 extern void sanityCheckIRSB ( const IRSB* bb,
3038 void vex_inject_ir(IRSB *, IREndness);
/external/valgrind/none/
Dnl_main.c39 IRSB* nl_instrument ( VgCallbackClosure* closure, in nl_instrument()
40 IRSB* bb, in nl_instrument()
/external/valgrind/lackey/
Dlk_main.c367 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) in instrument_detail()
478 static void flushEvents(IRSB* sb) in flushEvents()
527 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) in addEvent_Ir()
546 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dr_guarded()
566 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dr()
573 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dw_guarded()
594 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dw()
653 IRSB* lk_instrument ( VgCallbackClosure* closure, in lk_instrument()
654 IRSB* sbIn, in lk_instrument()
662 IRSB* sbOut; in lk_instrument()
/external/valgrind/drd/
Ddrd_load_store.h42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
43 IRSB* const bb_in,
Ddrd_load_store.c314 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr) in is_stack_access()
352 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr, in instr_trace_mem_load()
376 static void instr_trace_mem_store(IRSB* const bb, IRExpr* const addr_expr, in instr_trace_mem_store()
475 static void instrument_load(IRSB* const bb, IRExpr* const addr_expr, in instrument_load()
529 static void instrument_store(IRSB* const bb, IRExpr* addr_expr, in instrument_store()
593 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, in DRD_()
594 IRSB* const bb_in, in DRD_()
603 IRSB* bb; in DRD_()
/external/valgrind/coregrind/
Dm_translate.c230 IRSB* tool_instrument_then_gdbserver_if_needed ( VgCallbackClosure* closureV, in tool_instrument_then_gdbserver_if_needed()
231 IRSB* sb_in, in tool_instrument_then_gdbserver_if_needed()
271 IRSB* vg_SP_update_pass ( void* closureV, in vg_SP_update_pass()
272 IRSB* sb_in, in vg_SP_update_pass()
293 IRSB* bb = emptyIRSB(); in vg_SP_update_pass()
1015 static void gen_PUSH ( IRSB* bb, IRExpr* e ) in gen_PUSH()
1113 static IRTemp gen_POP ( IRSB* bb ) in gen_POP()
1209 static void gen_push_and_set_LR_R2 ( IRSB* bb, Addr new_R2_value ) in gen_push_and_set_LR_R2()
1228 static void gen_pop_R2_LR_then_bLR ( IRSB* bb ) in gen_pop_R2_LR_then_bLR()
1258 Bool mk_preamble__ppctoc_magic_return_stub ( void* closureV, IRSB* bb ) in mk_preamble__ppctoc_magic_return_stub()
[all …]
Dpub_core_tooliface.h111 IRSB* (*tool_instrument) (VgCallbackClosure*,
112 IRSB*,
174 IRSB* (*tool_final_IR_tidy_pass) (IRSB*);
Dpub_core_gdbserver.h156 extern IRSB* VG_(instrument_for_gdbserver_if_needed)
157 (IRSB* sb_in, /* block to be instrumented */
Dm_tooliface.c44 IRSB*(*instrument)(VgCallbackClosure*, IRSB*, in VG_()
365 IRSB*(*final_tidy)(IRSB*) in VG_()
/external/valgrind/exp-sgcheck/
Dsg_main.h63 /*MOD*/IRSB* sbOut,
69 /*MOD*/IRSB* sbOut,
Dh_main.h71 IRSB* h_instrument ( VgCallbackClosure* closure,
72 IRSB* sbIn,
Dh_main.c510 IRSB* sb;
608 IRSB* h_instrument ( VgCallbackClosure* closure, in h_instrument()
609 IRSB* sbIn, in h_instrument()
/external/valgrind/include/
Dpub_tool_tooliface.h219 IRSB*(*instrument)(VgCallbackClosure* closure,
220 IRSB* sb_in,
495 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
/external/valgrind/coregrind/m_gdbserver/
Dm_gdbserver.c1107 ( IRSB* sb_in, in VG_()
1111 IRSB* irsb) in VG_()
1145 (IRSB* sb_in, /* block being translated */ in VG_()
1151 IRSB* irsb) /* irsb block to which call is added */ in VG_()
1220 (IRSB* sb_in, in VG_()
1224 IRSB* irsb) in VG_()
1238 IRSB* VG_(instrument_for_gdbserver_if_needed) in VG_()
1239 (IRSB* sb_in, in VG_()
1244 IRSB* sb_out; in VG_()
/external/valgrind/memcheck/
Dmc_include.h770 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
771 IRSB* bb_in,
777 IRSB* MC_(final_tidy) ( IRSB* );
/external/valgrind/exp-bbv/
Dbbv_main.c335 static IRSB* bbv_instrument ( VgCallbackClosure* closure, in bbv_instrument()
336 IRSB* sbIn, const VexGuestLayout* layout, in bbv_instrument()
342 IRSB *sbOut; in bbv_instrument()

123