Home
last modified time | relevance | path

Searched refs:directReload (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_main.c715 HInstr* (*directReload) ( HInstr*, HReg, Short ); in libvex_BackEnd() local
744 directReload = NULL; in libvex_BackEnd()
862 directReload = CAST_TO_TYPEOF(directReload) X86FN(directReload_X86); in libvex_BackEnd()
879 directReload = CAST_TO_TYPEOF(directReload) AMD64FN(directReload_AMD64); in libvex_BackEnd()
1073 genSpill, genReload, directReload, in libvex_BackEnd()
Dhost_generic_regs.h470 HInstr* (*directReload) ( HInstr*, HReg, Short ),
Dhost_generic_reg_alloc2.c384 HInstr* (*directReload) ( HInstr*, HReg, Short ), in doRegisterAllocation()
1275 if (directReload && reg_usage_arr[ii].n_vRegs <= 2) { in doRegisterAllocation()
1309 reloaded = directReload ( instrs_in->arr[ii], cand, spilloff ); in doRegisterAllocation()