Home
last modified time | relevance | path

Searched refs:protect_from_queue (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Doptabs.c701 op0 = protect_from_queue (op0, 0);
702 op1 = protect_from_queue (op1, 0);
704 target = protect_from_queue (target, 1);
2221 op0 = protect_from_queue (op0, 0);
2222 op1 = protect_from_queue (op1, 0);
2241 targ0 = protect_from_queue (targ0, 1);
2245 targ1 = protect_from_queue (targ1, 1);
2380 op0 = protect_from_queue (op0, 0);
2388 target = protect_from_queue (target, 1);
2763 op0 = protect_from_queue (op0, 0);
[all …]
H A Dexpmed.c325 value = protect_from_queue (value, 0);
530 op0 = protect_from_queue (op0, 1);
1256 op0 = protect_from_queue (str_rtx, 1);
1373 pat = gen_extzv (protect_from_queue (xtarget, 1),
1502 pat = gen_extv (protect_from_queue (xtarget, 1),
2418 op0 = protect_from_queue (op0, 0);
4283 op0 = protect_from_queue (op0, 0);
4284 op1 = protect_from_queue (op1, 0);
4388 op0 = protect_from_queue (op0, 0);
4646 op0 = protect_from_queue (op0, 0);
H A Dexpr.c400 protect_from_queue (x, modify) in protect_from_queue() function
443 rtx tem = protect_from_queue (XEXP (x, 0), 0);
452 rtx new0 = protect_from_queue (XEXP (x, 0), 0);
453 rtx new1 = protect_from_queue (XEXP (x, 1), 0);
591 to = protect_from_queue (to, 1);
592 from = protect_from_queue (from, 0);
1780 x = protect_from_queue (x, 1);
1781 y = protect_from_queue (y, 0);
1782 size = protect_from_queue (size, 0);
2795 to = protect_from_queue (to, 1);
[all …]
H A Dexplow.c908 adjust = protect_from_queue (adjust, 0);
939 adjust = protect_from_queue (adjust, 0);
H A Dexpr.h360 extern rtx protect_from_queue PARAMS ((rtx, int));
H A Dstmt.c1654 real_output_rtx[i] = protect_from_queue (op, 1);
1779 = protect_from_queue (ASM_OPERANDS_INPUT (body, i), 0);
1782 output_rtx[i] = protect_from_queue (output_rtx[i], 1);
2396 last_expr_value = protect_from_queue (last_expr_value, 0);
5422 index = protect_from_queue (index, 0);
H A Dcalls.c375 funexp = protect_from_queue (funexp, 0);
1552 = protect_from_queue (args[i].value, 0);
H A Dbuiltins.c808 op0 = protect_from_queue (op0, 0);
H A DChangeLog.53506 * expr.c (protect_from_queue): Protect against subsequent calls to
3508 (expand_expr, case ADDR_EXPR): Prevent protect_from_queue from being
6016 protect_from_queue, gen_jump, gen_beq, gen_bge, gen_ble,
H A DChangeLog.01188 * expr.c (protect_from_queue): Propagate alias sets.
H A DChangeLog.16403 * expr.c (protect_from_queue): Use MEM_COPY_ATTRIBUTES.
H A DChangeLog.34554 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
H A DChangeLog.618234 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
H A DChangeLog.718594 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c4975 r0 = protect_from_queue (r0, 0);
4984 r0 = protect_from_queue (r0, 0);
4997 r0 = protect_from_queue (r0, 0);
4998 r1 = protect_from_queue (r1, 0);
5009 r0 = protect_from_queue (r0, 0);
5022 r0 = protect_from_queue (r0, 0);
5039 r0 = protect_from_queue (r0, 0);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c2846 op0 = protect_from_queue (op0, 0);
2847 op1 = protect_from_queue (op1, 0);
2848 len = protect_from_queue (len, 0);