Lines Matching refs:IS_DEAD_ARG
3769 #define IS_DEAD_ARG(n) (arg_life & (DEAD_ARG << (n))) macro
4344 if (IS_DEAD_ARG(1)) { in liveness_pass_1()
4468 if (IS_DEAD_ARG(i)) { in liveness_pass_2()
4512 if (IS_DEAD_ARG(0)) { in liveness_pass_2()
4524 tcg_debug_assert(!IS_DEAD_ARG(0)); in liveness_pass_2()
4552 if (IS_DEAD_ARG(i)) { in liveness_pass_2()
5025 temp_sync(s, ots, s->reserved_regs, preferred_regs, IS_DEAD_ARG(0)); in tcg_reg_alloc_do_movi()
5026 } else if (IS_DEAD_ARG(0)) { in tcg_reg_alloc_do_movi()
5057 if (IS_DEAD_ARG(1)) { in tcg_reg_alloc_mov()
5075 if (IS_DEAD_ARG(0)) { in tcg_reg_alloc_mov()
5083 if (IS_DEAD_ARG(1)) { in tcg_reg_alloc_mov()
5090 if (IS_DEAD_ARG(1) && ts->kind != TEMP_FIXED) { in tcg_reg_alloc_mov()
5158 if (IS_DEAD_ARG(1)) { in tcg_reg_alloc_dup()
5174 if (!IS_DEAD_ARG(1) && its->val_type == TEMP_VAL_REG) { in tcg_reg_alloc_dup()
5233 if (IS_DEAD_ARG(1)) { in tcg_reg_alloc_dup()
5239 if (IS_DEAD_ARG(0)) { in tcg_reg_alloc_dup()
5348 if (temp_readonly(ts) || !IS_DEAD_ARG(i) in tcg_reg_alloc_op()
5391 if (IS_DEAD_ARG(i1) && in tcg_reg_alloc_op()
5392 IS_DEAD_ARG(i2) && in tcg_reg_alloc_op()
5428 if (IS_DEAD_ARG(i) && in tcg_reg_alloc_op()
5451 if (arg_ct->ialias && (!IS_DEAD_ARG(i) || temp_readonly(ts))) { in tcg_reg_alloc_op()
5509 if (IS_DEAD_ARG(i)) { in tcg_reg_alloc_op()
5946 temp_sync(s, ts, o_allocated_regs, 0, IS_DEAD_ARG(i)); in tcg_reg_alloc_op()
5947 } else if (IS_DEAD_ARG(i)) { in tcg_reg_alloc_op()
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()
6026 if (IS_DEAD_ARG(1)) { in tcg_reg_alloc_dup2()
6029 if (IS_DEAD_ARG(2)) { in tcg_reg_alloc_dup2()
6033 temp_sync(s, ots, s->reserved_regs, 0, IS_DEAD_ARG(0)); in tcg_reg_alloc_dup2()
6034 } else if (IS_DEAD_ARG(0)) { in tcg_reg_alloc_dup2()
6148 if (IS_DEAD_ARG(i)) { in tcg_reg_alloc_call()
6233 temp_sync(s, ts, s->reserved_regs, 0, IS_DEAD_ARG(i)); in tcg_reg_alloc_call()
6234 } else if (IS_DEAD_ARG(i)) { in tcg_reg_alloc_call()
6955 if (!IS_DEAD_ARG(0)) { in tcg_gen_code()