Home
last modified time | relevance | path

Searched refs:HInstrArray (Results 1 – 14 of 14) 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.c186 HInstrArray* (*iselSB) ( IRSB*, VexArch, VexArchInfo*, in LibVEX_Translate()
197 HInstrArray* vcode; in LibVEX_Translate()
198 HInstrArray* rcode; in LibVEX_Translate()
Dhost_s390_defs.h474 HInstrArray *iselSB_S390 ( IRSB *, VexArch, VexArchInfo *, VexAbiInfo * );
Dhost_x86_defs.h688 extern HInstrArray* iselSB_X86 ( IRSB*, VexArch,
Dhost_amd64_defs.h756 extern HInstrArray* iselSB_AMD64 ( IRSB*, VexArch,
Dhost_arm_defs.h980 extern HInstrArray* iselSB_ARM ( IRSB*, VexArch,
Dhost_ppc_defs.h861 extern HInstrArray* iselSB_PPC ( IRSB*, VexArch,
Dhost_s390_isel.c80 HInstrArray *code;
2350 HInstrArray *
Dhost_amd64_isel.c134 HInstrArray* code;
4177 HInstrArray* iselSB_AMD64 ( IRSB* bb, VexArch arch_host, in iselSB_AMD64()
Dhost_ppc_isel.c263 HInstrArray* code;
4243 HInstrArray* iselSB_PPC ( IRSB* bb, VexArch arch_host, in iselSB_PPC()
Dhost_x86_isel.c167 HInstrArray* code;
4084 HInstrArray* iselSB_X86 ( IRSB* bb, VexArch arch_host, in iselSB_X86()
Dhost_arm_isel.c109 HInstrArray* code;
6012 HInstrArray* iselSB_ARM ( IRSB* bb, VexArch arch_host, in iselSB_ARM()