Searched refs:temp_readonly (Results 1 – 3 of 3) sorted by relevance
4263 if (!temp_readonly(ts) && !ts->mem_coherent) { in temp_sync()4482 tcg_debug_assert(ts->val_type == TEMP_VAL_MEM || temp_readonly(ts)); in temp_save()4578 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_do_movi()4608 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()4673 assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()4708 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_dup()4893 if (temp_readonly(ts) || !IS_DEAD_ARG(i) in tcg_reg_alloc_op()4938 !temp_readonly(ts) && in tcg_reg_alloc_op()4947 !temp_readonly(ts2) in tcg_reg_alloc_op()4974 !temp_readonly(ts) && in tcg_reg_alloc_op()[all …]
229 if (temp_readonly(ts)) { in find_better_copy()
554 static inline bool temp_readonly(TCGTemp *ts) in temp_readonly() function