Searched refs:temp_readonly (Results 1 – 3 of 3) sorted by relevance
4701 if (!temp_readonly(ts) && !ts->mem_coherent) { in temp_sync()4923 tcg_debug_assert(ts->val_type == TEMP_VAL_MEM || temp_readonly(ts)); in temp_save()5019 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_do_movi()5049 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()5114 assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()5150 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_dup()5349 if (temp_readonly(ts) || !IS_DEAD_ARG(i) in tcg_reg_alloc_op()5394 !temp_readonly(ts) && in tcg_reg_alloc_op()5403 !temp_readonly(ts2) in tcg_reg_alloc_op()5430 !temp_readonly(ts) && in tcg_reg_alloc_op()[all …]
200 if (temp_readonly(ts)) { in find_better_copy()
456 static inline bool temp_readonly(TCGTemp *ts) in temp_readonly() function