Searched refs:genSpill (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | main_main.c | 178 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ); in LibVEX_Translate() local 209 genSpill = NULL; in LibVEX_Translate() 244 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) in LibVEX_Translate() 267 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) in LibVEX_Translate() 288 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_PPC; in LibVEX_Translate() 307 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_PPC; in LibVEX_Translate() 326 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_ARM; in LibVEX_Translate() 612 genSpill, genReload, directReload, in LibVEX_Translate()
|
D | host_generic_regs.h | 263 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
|
D | host_generic_reg_alloc2.c | 333 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ), in doRegisterAllocation() 1153 (*genSpill)( &spill1, &spill2, rreg_state[k].rreg, in doRegisterAllocation() 1417 (*genSpill)( &spill1, &spill2, rreg_state[spillee].rreg, in doRegisterAllocation()
|