Home
last modified time | relevance | path

Searched refs:HInstrArray (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_generic_regs.h230 HInstrArray; typedef
232 extern HInstrArray* newHInstrArray ( void );
233 extern void addHInstr ( HInstrArray*, HInstr* );
241 HInstrArray* doRegisterAllocation (
244 HInstrArray* instrs_in,
Dhost_generic_regs.c193 HInstrArray* newHInstrArray ( void ) in newHInstrArray()
195 HInstrArray* ha = LibVEX_Alloc(sizeof(HInstrArray)); in newHInstrArray()
203 void addHInstr ( HInstrArray* ha, HInstr* instr ) in addHInstr()
Dhost_generic_reg_alloc2.c178 HInstrArray* instrs_in, in findMostDistantlyMentionedVReg()
306 HInstrArray* doRegisterAllocation ( in doRegisterAllocation()
309 HInstrArray* instrs_in, in doRegisterAllocation()
395 HInstrArray* instrs_out; in doRegisterAllocation()
Dmain_main.c183 HInstrArray* (*iselSB) ( IRSB*, VexArch, VexArchInfo*, in LibVEX_Translate()
194 HInstrArray* vcode; in LibVEX_Translate()
195 HInstrArray* rcode; in LibVEX_Translate()
Dhost_amd64_defs.h745 extern HInstrArray* iselSB_AMD64 ( IRSB*, VexArch,
Dhost_x86_defs.h686 extern HInstrArray* iselSB_X86 ( IRSB*, VexArch,
Dhost_arm_defs.h971 extern HInstrArray* iselSB_ARM ( IRSB*, VexArch,
Dhost_ppc_defs.h853 extern HInstrArray* iselSB_PPC ( IRSB*, VexArch,
Dhost_amd64_isel.c134 HInstrArray* code;
4114 HInstrArray* iselSB_AMD64 ( IRSB* bb, VexArch arch_host, in iselSB_AMD64()
Dhost_ppc_isel.c260 HInstrArray* code;
4116 HInstrArray* iselSB_PPC ( IRSB* bb, VexArch arch_host, in iselSB_PPC()
Dhost_x86_isel.c166 HInstrArray* code;
4006 HInstrArray* iselSB_X86 ( IRSB* bb, VexArch arch_host, in iselSB_X86()
Dhost_arm_isel.c109 HInstrArray* code;
5964 HInstrArray* iselSB_ARM ( IRSB* bb, VexArch arch_host, in iselSB_ARM()