Lines Matching refs:val_type
2790 ts->val_type = val; in tcg_reg_alloc_start()
4634 if (ts->val_type == TEMP_VAL_REG) { in set_temp_val_reg()
4644 ts->val_type = TEMP_VAL_REG; in set_temp_val_reg()
4652 if (ts->val_type == TEMP_VAL_REG) { in set_temp_val_nonreg()
4657 ts->val_type = type; in set_temp_val_nonreg()
4704 switch (ts->val_type) { in temp_sync()
4871 switch (ts->val_type) { in temp_load()
4922 tcg_debug_assert(ts->val_type == TEMP_VAL_MEM || temp_readonly(ts)); in temp_save()
4946 tcg_debug_assert(ts->val_type != TEMP_VAL_REG in sync_globals()
4967 tcg_debug_assert(ts->val_type == TEMP_VAL_DEAD); in tcg_reg_alloc_bb_end()
4971 tcg_debug_assert(ts->val_type == TEMP_VAL_CONST); in tcg_reg_alloc_bb_end()
4999 tcg_debug_assert(ts->val_type != TEMP_VAL_REG || ts->mem_coherent); in tcg_reg_alloc_cbranch()
5054 if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_mov()
5068 if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_mov()
5072 tcg_debug_assert(ts->val_type == TEMP_VAL_REG); in tcg_reg_alloc_mov()
5099 if (ots->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_mov()
5155 if (its->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup()
5170 if (ots->val_type != TEMP_VAL_REG) { in tcg_reg_alloc_dup()
5174 if (!IS_DEAD_ARG(1) && its->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup()
5183 switch (its->val_type) { in tcg_reg_alloc_dup()
5312 if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_op()
5351 } else if (ts->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_op()
5394 ts->val_type == TEMP_VAL_REG && in tcg_reg_alloc_op()
5400 ? ts2->val_type == TEMP_VAL_REG && in tcg_reg_alloc_op()
5409 if (ts->val_type == TEMP_VAL_REG && in tcg_reg_alloc_op()
5410 ts2->val_type == TEMP_VAL_REG && in tcg_reg_alloc_op()
5430 ts->val_type == TEMP_VAL_REG && in tcg_reg_alloc_op()
5461 if (ts->val_type == TEMP_VAL_REG && ts->reg == reg) { in tcg_reg_alloc_op()
5971 if (ots->val_type != TEMP_VAL_REG) { in tcg_reg_alloc_dup2()
5977 if (!IS_DEAD_ARG(1) && itsl->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup2()
5980 if (!IS_DEAD_ARG(2) && itsh->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup2()
5990 if (itsl->val_type == TEMP_VAL_CONST && itsh->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_dup2()
6043 if (ts->val_type == TEMP_VAL_REG) { in load_arg_reg()
6221 ts->val_type = TEMP_VAL_MEM; in tcg_reg_alloc_call()