Home
last modified time | relevance | path

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

123

/external/valgrind/main/VEX/priv/
Dir_opt.h46 IRSB* do_iropt_BB(
47 IRSB* bb,
56 IRSB* cprop_BB ( IRSB* );
60 void do_deadcode_BB ( IRSB* bb );
67 Addr64 ado_treebuild_BB ( IRSB* bb, Bool (*preciseMemExnsFn)(Int,Int) );
Dguest_generic_bb_to_IR.h123 /*OUT*/ IRSB* irbb,
170 IRSB* bb_to_IR (
186 /*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_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,
Dguest_mips_defs.h44 extern DisResult disInstr_MIPS ( 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()
879 IRSB* bb, in redundant_put_removal_BB()
2692 IRSB* cprop_BB ( IRSB* in ) in cprop_BB()
2695 IRSB* out; in cprop_BB()
3030 /* notstatic */ void do_deadcode_BB ( IRSB* bb ) in do_deadcode_BB()
3105 IRSB* spec_helpers_BB( in spec_helpers_BB()
[all …]
/external/valgrind/main/VEX/pub/
Dlibvex.h686 IRSB* (*instrument1) ( /*callback_opaque*/void*,
687 IRSB*,
692 IRSB* (*instrument2) ( /*callback_opaque*/void*,
693 IRSB*,
699 IRSB* (*finaltidy) ( IRSB* );
718 Bool (*preamble_function)(/*callback_opaque*/void*, IRSB*);
Dlibvex_ir.h2829 IRSB; typedef
2832 extern IRSB* emptyIRSB ( void );
2835 extern IRSB* deepCopyIRSB ( IRSB* );
2839 extern IRSB* deepCopyIRSBExceptStmts ( IRSB* );
2842 extern void ppIRSB ( IRSB* );
2845 extern void addStmtToIRSB ( IRSB*, IRStmt* );
2866 extern void sanityCheckIRSB ( IRSB* bb,
2880 void vex_inject_ir(IRSB *, IREndness);
/external/valgrind/main/none/
Dnl_main.c39 IRSB* nl_instrument ( VgCallbackClosure* closure, in nl_instrument()
40 IRSB* bb, in nl_instrument()
/external/valgrind/main/coregrind/
Dm_translate.c221 IRSB* tool_instrument_then_gdbserver_if_needed ( VgCallbackClosure* closureV, in tool_instrument_then_gdbserver_if_needed()
222 IRSB* sb_in, in tool_instrument_then_gdbserver_if_needed()
262 IRSB* vg_SP_update_pass ( void* closureV, in vg_SP_update_pass()
263 IRSB* sb_in, in vg_SP_update_pass()
284 IRSB* bb = emptyIRSB(); in vg_SP_update_pass()
938 static void gen_PUSH ( IRSB* bb, IRExpr* e ) in gen_PUSH()
1036 static IRTemp gen_POP ( IRSB* bb ) in gen_POP()
1128 static void gen_push_and_set_LR_R2 ( IRSB* bb, Addr64 new_R2_value ) in gen_push_and_set_LR_R2()
1144 static void gen_pop_R2_LR_then_bLR ( IRSB* bb ) in gen_pop_R2_LR_then_bLR()
1171 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.h143 extern IRSB* VG_(instrument_for_gdbserver_if_needed)
144 (IRSB* sb_in, /* block to be instrumented */
Dm_tooliface.c43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*, in VG_()
349 IRSB*(*final_tidy)(IRSB*) in VG_()
/external/valgrind/main/drd/
Ddrd_load_store.h42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
43 IRSB* const bb_in,
Ddrd_load_store.c312 static Bool is_stack_access(IRSB* const bb, IRExpr* const addr_expr) in is_stack_access()
350 static IRExpr* instr_trace_mem_load(IRSB* const bb, IRExpr* addr_expr, in instr_trace_mem_load()
374 static void instr_trace_mem_store(IRSB* const bb, IRExpr* const addr_expr, in instr_trace_mem_store()
473 static void instrument_load(IRSB* const bb, IRExpr* const addr_expr, in instrument_load()
527 static void instrument_store(IRSB* const bb, IRExpr* addr_expr, in instrument_store()
591 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, in DRD_()
592 IRSB* const bb_in, in DRD_()
601 IRSB* bb; in DRD_()
/external/valgrind/main/lackey/
Dlk_main.c361 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) in instrument_detail()
472 static void flushEvents(IRSB* sb) in flushEvents()
521 static void addEvent_Ir ( IRSB* sb, IRAtom* iaddr, UInt isize ) in addEvent_Ir()
540 void addEvent_Dr_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dr_guarded()
560 void addEvent_Dr ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dr()
567 void addEvent_Dw_guarded ( IRSB* sb, IRAtom* daddr, Int dsize, IRAtom* guard ) in addEvent_Dw_guarded()
588 void addEvent_Dw ( IRSB* sb, IRAtom* daddr, Int dsize ) in addEvent_Dw()
647 IRSB* lk_instrument ( VgCallbackClosure* closure, in lk_instrument()
648 IRSB* sbIn, in lk_instrument()
656 IRSB* sbOut; in lk_instrument()
/external/valgrind/main/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/main/coregrind/m_gdbserver/
Dm_gdbserver.c1068 ( IRSB* sb_in, in VG_()
1072 IRSB* irsb) in VG_()
1106 (IRSB* sb_in, /* block being translated */ in VG_()
1112 IRSB* irsb) /* irsb block to which call is added */ in VG_()
1181 (IRSB* sb_in, in VG_()
1185 IRSB* irsb) in VG_()
1199 IRSB* VG_(instrument_for_gdbserver_if_needed) in VG_()
1200 (IRSB* sb_in, in VG_()
1205 IRSB* sb_out; in VG_()
/external/valgrind/main/include/
Dpub_tool_tooliface.h219 IRSB*(*instrument)(VgCallbackClosure* closure,
220 IRSB* sb_in,
497 extern void VG_(needs_final_IR_tidy_pass) ( IRSB*(*final_tidy)(IRSB*) );
/external/valgrind/main/memcheck/
Dmc_include.h654 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
655 IRSB* bb_in,
661 IRSB* MC_(final_tidy) ( IRSB* );
/external/valgrind/main/exp-bbv/
Dbbv_main.c347 static IRSB* bbv_instrument ( VgCallbackClosure* closure, in bbv_instrument()
348 IRSB* sbIn, VexGuestLayout* layout, in bbv_instrument()
354 IRSB *sbOut; in bbv_instrument()

123