Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c1455 Int spillee in doRegisterAllocation() local
1459 if (spillee == -1) { in doRegisterAllocation()
1469 vassert(IS_VALID_RREGNO(spillee)); in doRegisterAllocation()
1470 vassert(rreg_state[spillee].disp == Bound); in doRegisterAllocation()
1472 vassert(hregClass(univ->regs[spillee]) == hregClass(vreg)); in doRegisterAllocation()
1475 vassert(! sameHReg(rreg_state[spillee].vreg, vreg)); in doRegisterAllocation()
1477 m = hregIndex(rreg_state[spillee].vreg); in doRegisterAllocation()
1484 if ((!eq_spill_opt) || !rreg_state[spillee].eq_spill_slot) { in doRegisterAllocation()
1487 (*genSpill)( &spill1, &spill2, univ->regs[spillee], in doRegisterAllocation()
1498 rreg_state[spillee].vreg = vreg; in doRegisterAllocation()
[all …]