Lines Matching refs:temps
1297 if (tcg_init_ctx.temps[i].mem_base) { in tcg_register_thread()
1298 ptrdiff_t b = tcg_init_ctx.temps[i].mem_base - tcg_init_ctx.temps; in tcg_register_thread()
1300 s->temps[i].mem_base = &s->temps[b]; in tcg_register_thread()
2002 return memset(&s->temps[n], 0, sizeof(TCGTemp)); in tcg_temp_alloc()
2135 ts = &s->temps[idx]; in tcg_temp_new_internal()
2398 ptrdiff_t n = ts - tcg_ctx->temps; in temp_idx()
2405 uintptr_t o = (uintptr_t)v - offsetof(TCGContext, temps); in tcgv_i32_temp()
2769 TCGTemp *ts = &s->temps[i]; in tcg_reg_alloc_start()
3794 s->temps[i].state = TS_DEAD | TS_MEM; in la_func_end()
3795 la_reset_pref(&s->temps[i]); in la_func_end()
3798 s->temps[i].state = TS_DEAD; in la_func_end()
3799 la_reset_pref(&s->temps[i]); in la_func_end()
3810 TCGTemp *ts = &s->temps[i]; in la_bb_end()
3837 int state = s->temps[i].state; in la_global_sync()
3838 s->temps[i].state = state | TS_MEM; in la_global_sync()
3841 la_reset_pref(&s->temps[i]); in la_global_sync()
3856 TCGTemp *ts = &s->temps[i]; in la_bb_sync()
3873 la_reset_pref(&s->temps[i]); in la_bb_sync()
3883 s->temps[i].state = TS_DEAD | TS_MEM; in la_global_kill()
3884 la_reset_pref(&s->temps[i]); in la_global_kill()
3895 TCGTemp *ts = &s->temps[i]; in la_cross_call()
3922 s->temps[i].state_ptr = NULL; in liveness_pass_0()
3972 TCGTemp *ts = &s->temps[i]; in liveness_pass_0()
4003 s->temps[i].state_ptr = prefs + i; in liveness_pass_1()
4390 TCGTemp *its = &s->temps[i]; in liveness_pass_2()
4405 TCGTemp *its = &s->temps[i]; in liveness_pass_2()
4482 arg_ts = &s->temps[i]; in liveness_pass_2()
4490 arg_ts = &s->temps[i]; in liveness_pass_2()
4933 temp_save(s, &s->temps[i], allocated_regs); in save_globals()
4945 TCGTemp *ts = &s->temps[i]; in sync_globals()
4958 TCGTemp *ts = &s->temps[i]; in tcg_reg_alloc_bb_end()
4992 TCGTemp *ts = &s->temps[i]; in tcg_reg_alloc_cbranch()