Searched refs:rreg_state (Results 1 – 1 of 1) sorted by relevance
431 RRegState* rreg_state; /* [0 .. n_rregs-1] */ in doRegisterAllocation() local479 switch (rreg_state[z].disp) { \ in doRegisterAllocation()483 (*ppReg)(rreg_state[z].vreg); \ in doRegisterAllocation()517 rreg_state = LibVEX_Alloc_inline(n_rregs * sizeof(RRegState)); in doRegisterAllocation()521 rreg_state[j].has_hlrs = False; in doRegisterAllocation()522 rreg_state[j].disp = Free; in doRegisterAllocation()523 rreg_state[j].vreg = INVALID_HREG; in doRegisterAllocation()524 rreg_state[j].is_spill_cand = False; in doRegisterAllocation()525 rreg_state[j].eq_spill_slot = False; in doRegisterAllocation()803 rreg_state[ix].has_hlrs = True; in doRegisterAllocation()[all …]