Lines Matching refs:TCGRegSet

203 static TCGRegSet tcg_target_available_regs[TCG_TYPE_COUNT];
204 static TCGRegSet tcg_target_call_clobber_regs;
1968 static inline bool tcg_regset_single(TCGRegSet d) in tcg_regset_single()
1973 static inline TCGReg tcg_regset_first(TCGRegSet d) in tcg_regset_first()
2157 TCGRegSet set = op->output_pref[i]; in tcg_dump_ops()
2456 static inline TCGRegSet *la_temp_pref(TCGTemp *ts) in la_temp_pref()
2533 TCGRegSet mask = ~tcg_target_call_clobber_regs; in la_cross_call()
2539 TCGRegSet *pset = la_temp_pref(ts); in la_cross_call()
2540 TCGRegSet set = *pset; in la_cross_call()
2560 TCGRegSet *prefs; in liveness_pass_1()
2563 prefs = tcg_malloc(sizeof(TCGRegSet) * nb_temps); in liveness_pass_1()
2839 TCGRegSet set, *pset; in liveness_pass_1()
3106 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3134 static void temp_sync(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs, in temp_sync()
3135 TCGRegSet preferred_regs, int free_or_dead) in temp_sync()
3178 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free()
3196 static TCGReg tcg_reg_alloc(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc()
3197 TCGRegSet allocated_regs, in tcg_reg_alloc()
3198 TCGRegSet preferred_regs, bool rev) in tcg_reg_alloc()
3201 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3216 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3237 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3260 static void temp_load(TCGContext *s, TCGTemp *ts, TCGRegSet desired_regs, in temp_load()
3261 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3291 static void temp_save(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs) in temp_save()
3301 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals()
3313 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals()
3327 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end()
3350 TCGRegSet preferred_regs) in tcg_reg_alloc_do_movi()
3383 TCGRegSet allocated_regs, preferred_regs; in tcg_reg_alloc_mov()
3480 TCGRegSet dup_out_regs, dup_in_regs; in tcg_reg_alloc_dup()
3512 TCGRegSet allocated_regs = s->reserved_regs; in tcg_reg_alloc_dup()
3590 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3591 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3613 TCGRegSet i_preferred_regs, o_preferred_regs; in tcg_reg_alloc_op()
3793 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
3853 TCGRegSet arg_set = 0; in tcg_reg_alloc_call()