Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dmain_main.c178 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()
Dhost_generic_regs.h263 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
Dhost_generic_reg_alloc2.c333 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()