Home | History | Annotate | Download | only in gcc

Lines Matching refs:temporaries

3271   /* The temporaries introduced to allow us to not consider register
3273 auto_vec<rtx> temporaries;
3285 (if_info, &need_no_cmov, &rewired_src, &targets, &temporaries,
3291 comparison, we can still omit creating temporaries for
3301 (if_info, &need_no_cmov, &rewired_src, &targets, &temporaries,
3315 if (targets[i] != temporaries[i])
3316 noce_emit_move_insn (targets[i], temporaries[i]);
3330 /* Mark all our temporaries and targets as used. */
3333 set_used_flags (temporaries[i]);
3391 specified via REWIRED_SRC. TARGETS, TEMPORARIES and UNMODIFIED_INSNS
3400 auto_vec<rtx> *temporaries,
3422 temporaries->truncate (0);
3442 (*temporaries)[*ii]);
3469 these is going to be inaccurate so only use temporaries when
3498 taken from the temporaries and have the wider mode which will not
3632 temporaries->safe_push (temp_dest);
3637 to try a second time in order to get rid of the temporaries. */