Searched refs:protect_from_queue (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 701 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 D | expmed.c | 325 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 D | expr.c | 400 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 D | explow.c | 908 adjust = protect_from_queue (adjust, 0); 939 adjust = protect_from_queue (adjust, 0);
|
| H A D | expr.h | 360 extern rtx protect_from_queue PARAMS ((rtx, int));
|
| H A D | stmt.c | 1654 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 D | calls.c | 375 funexp = protect_from_queue (funexp, 0); 1552 = protect_from_queue (args[i].value, 0);
|
| H A D | builtins.c | 808 op0 = protect_from_queue (op0, 0);
|
| H A D | ChangeLog.5 | 3506 * 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 D | ChangeLog.0 | 1188 * expr.c (protect_from_queue): Propagate alias sets.
|
| H A D | ChangeLog.1 | 6403 * expr.c (protect_from_queue): Use MEM_COPY_ATTRIBUTES.
|
| H A D | ChangeLog.3 | 4554 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
|
| H A D | ChangeLog.6 | 18234 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
|
| H A D | ChangeLog.7 | 18594 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | c4x.c | 4975 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 D | s390.c | 2846 op0 = protect_from_queue (op0, 0); 2847 op1 = protect_from_queue (op1, 0); 2848 len = protect_from_queue (len, 0);
|