Searched refs:directReload (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_generic_regs.h | 265 HInstr* (*directReload) ( HInstr*, HReg, Short ),
|
D | main_main.c | 198 HInstr* (*directReload) ( HInstr*, HReg, Short ); in LibVEX_Translate() local 233 directReload = NULL; in LibVEX_Translate() 287 directReload = (HInstr*(*)(HInstr*,HReg,Short)) directReload_X86; in LibVEX_Translate() 784 genSpill, genReload, directReload, in LibVEX_Translate()
|
D | host_generic_reg_alloc2.c | 336 HInstr* (*directReload) ( HInstr*, HReg, Short ), in doRegisterAllocation() 1212 if (directReload && reg_usage.n_used <= 2) { in doRegisterAllocation() 1247 reloaded = directReload ( instrs_in->arr[ii], cand, spilloff ); in doRegisterAllocation()
|