Searched refs:HInstrArray (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_generic_regs.h | 230 HInstrArray; typedef 232 extern HInstrArray* newHInstrArray ( void ); 233 extern void addHInstr ( HInstrArray*, HInstr* ); 241 HInstrArray* doRegisterAllocation ( 244 HInstrArray* instrs_in,
|
D | host_generic_regs.c | 193 HInstrArray* newHInstrArray ( void ) in newHInstrArray() 195 HInstrArray* ha = LibVEX_Alloc(sizeof(HInstrArray)); in newHInstrArray() 203 void addHInstr ( HInstrArray* ha, HInstr* instr ) in addHInstr()
|
D | host_generic_reg_alloc2.c | 178 HInstrArray* instrs_in, in findMostDistantlyMentionedVReg() 306 HInstrArray* doRegisterAllocation ( in doRegisterAllocation() 309 HInstrArray* instrs_in, in doRegisterAllocation() 395 HInstrArray* instrs_out; in doRegisterAllocation()
|
D | main_main.c | 183 HInstrArray* (*iselSB) ( IRSB*, VexArch, VexArchInfo*, in LibVEX_Translate() 194 HInstrArray* vcode; in LibVEX_Translate() 195 HInstrArray* rcode; in LibVEX_Translate()
|
D | host_amd64_defs.h | 745 extern HInstrArray* iselSB_AMD64 ( IRSB*, VexArch,
|
D | host_x86_defs.h | 686 extern HInstrArray* iselSB_X86 ( IRSB*, VexArch,
|
D | host_arm_defs.h | 971 extern HInstrArray* iselSB_ARM ( IRSB*, VexArch,
|
D | host_ppc_defs.h | 853 extern HInstrArray* iselSB_PPC ( IRSB*, VexArch,
|
D | host_amd64_isel.c | 134 HInstrArray* code; 4114 HInstrArray* iselSB_AMD64 ( IRSB* bb, VexArch arch_host, in iselSB_AMD64()
|
D | host_ppc_isel.c | 260 HInstrArray* code; 4116 HInstrArray* iselSB_PPC ( IRSB* bb, VexArch arch_host, in iselSB_PPC()
|
D | host_x86_isel.c | 166 HInstrArray* code; 4006 HInstrArray* iselSB_X86 ( IRSB* bb, VexArch arch_host, in iselSB_X86()
|
D | host_arm_isel.c | 109 HInstrArray* code; 5964 HInstrArray* iselSB_ARM ( IRSB* bb, VexArch arch_host, in iselSB_ARM()
|