HomeSort by: relevance | last modified time | path
    Searched defs:new_rtx (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/gcc/
rtlhooks.cc 120 rtx new_rtx = adjust_address_nv (x, mode, offset);
121 if (! memory_address_addr_space_p (mode, XEXP (new_rtx, 0),
125 return new_rtx;
119 rtx new_rtx = adjust_address_nv (x, mode, offset); local
rtlhooks.cc 120 rtx new_rtx = adjust_address_nv (x, mode, offset);
121 if (! memory_address_addr_space_p (mode, XEXP (new_rtx, 0),
125 return new_rtx;
119 rtx new_rtx = adjust_address_nv (x, mode, offset); local
lists.cc 185 rtx_insn_list *new_rtx = old; local
188 new_rtx = alloc_INSN_LIST (copy->insn (), new_rtx);
189 PUT_REG_NOTE_KIND (new_rtx, REG_NOTE_KIND (copy));
191 return new_rtx;
lists.cc 185 rtx_insn_list *new_rtx = old; local
188 new_rtx = alloc_INSN_LIST (copy->insn (), new_rtx);
189 PUT_REG_NOTE_KIND (new_rtx, REG_NOTE_KIND (copy));
191 return new_rtx;
fwprop.cc 246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx)
248 if (CONSTANT_P (new_rtx))
251 and NEW_RTX is likely not a legitimate address. We want it to
257 && !memory_address_p (GET_MODE (old_rtx), new_rtx))
265 if (REG_P (new_rtx)
266 && !HARD_REGISTER_P (new_rtx)
269 && GET_MODE (new_rtx) == GET_MODE_INNER (GET_MODE (from)))
284 && MEM_P (new_rtx)
285 && !MEM_VOLATILE_P (new_rtx))
291 /* Record that OLD_RTX has been simplified to NEW_RTX. OLD_NUM_CHANGE
804 rtx new_rtx = simplify_replace_rtx (old_rtx, src, x); local
    [all...]
genemit.cc 377 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0);
382 if (! (GET_CODE (old_rtx) == GET_CODE (new_rtx)
383 && GET_MODE (old_rtx) == GET_MODE (new_rtx)
385 && GET_CODE (new_rtx) == MATCH_SCRATCH)
386 || (REG_P (old_rtx) && REG_P (new_rtx)
387 && REGNO (old_rtx) == REGNO (new_rtx)))))
374 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0); local
fwprop.cc 246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx)
248 if (CONSTANT_P (new_rtx))
251 and NEW_RTX is likely not a legitimate address. We want it to
257 && !memory_address_p (GET_MODE (old_rtx), new_rtx))
265 if (REG_P (new_rtx)
266 && !HARD_REGISTER_P (new_rtx)
269 && GET_MODE (new_rtx) == GET_MODE_INNER (GET_MODE (from)))
284 && MEM_P (new_rtx)
285 && !MEM_VOLATILE_P (new_rtx))
291 /* Record that OLD_RTX has been simplified to NEW_RTX. OLD_NUM_CHANGE
804 rtx new_rtx = simplify_replace_rtx (old_rtx, src, x); local
    [all...]
genemit.cc 377 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0);
382 if (! (GET_CODE (old_rtx) == GET_CODE (new_rtx)
383 && GET_MODE (old_rtx) == GET_MODE (new_rtx)
385 && GET_CODE (new_rtx) == MATCH_SCRATCH)
386 || (REG_P (old_rtx) && REG_P (new_rtx)
387 && REGNO (old_rtx) == REGNO (new_rtx)))))
374 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0); local
lra-eliminations.cc 342 rtx new_rtx;
533 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
536 if (new_rtx != XEXP (x, 0))
548 x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
561 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode,
564 if (new_rtx != XEXP (x, 1))
567 XEXP (x, 0), new_rtx);
589 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1),
593 if (new_rtx != XEXP (XEXP (x, 1), 1))
596 XEXP (x, 0), new_rtx));
341 rtx new_rtx; local
588 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1), local
    [all...]
lra-eliminations.cc 342 rtx new_rtx;
533 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
536 if (new_rtx != XEXP (x, 0))
548 x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
561 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode,
564 if (new_rtx != XEXP (x, 1))
567 XEXP (x, 0), new_rtx);
589 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1),
593 if (new_rtx != XEXP (XEXP (x, 1), 1))
596 XEXP (x, 0), new_rtx));
341 rtx new_rtx; local
588 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1), local
    [all...]
cprop.cc 906 rtx new_rtx, set_src, note_src;
938 new_rtx = simplify_replace_rtx (set_src, from, src);
941 if (rtx_equal_p (new_rtx, SET_SRC (set)))
945 if (new_rtx == pc_rtx)
951 if (setcc && modified_in_p (new_rtx, setcc))
953 if (! validate_unshare_change (jump, &SET_SRC (set), new_rtx, 0))
964 if (!rtx_equal_p (new_rtx, note_src))
965 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new_rtx));
988 if (new_rtx != pc_rtx && simplejump_p (jump))
1393 rtx cond, new_rtx;
900 rtx new_rtx, set_src, note_src; local
1387 rtx cond, new_rtx; local
1597 rtx src, new_rtx; local
    [all...]
regcprop.cc 55 rtx new_rtx; member in struct:queued_debug_insn_change
482 rtx new_rtx; local
487 new_rtx = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i, regno);
488 if (new_rtx)
490 /* NEW_RTX may be the global stack pointer rtx, in which case we
492 if (new_rtx != stack_pointer_rtx)
494 ORIGINAL_REGNO (new_rtx) = ORIGINAL_REGNO (reg);
495 REG_ATTRS (new_rtx) = REG_ATTRS (reg);
496 REG_POINTER (new_rtx) = REG_POINTER (reg);
498 return new_rtx;
512 rtx new_rtx = find_oldest_value_reg (cl, *loc, vd); local
909 rtx new_rtx; local
1042 rtx new_rtx; local
    [all...]
cprop.cc 906 rtx new_rtx, set_src, note_src;
938 new_rtx = simplify_replace_rtx (set_src, from, src);
941 if (rtx_equal_p (new_rtx, SET_SRC (set)))
945 if (new_rtx == pc_rtx)
951 if (setcc && modified_in_p (new_rtx, setcc))
953 if (! validate_unshare_change (jump, &SET_SRC (set), new_rtx, 0))
964 if (!rtx_equal_p (new_rtx, note_src))
965 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new_rtx));
988 if (new_rtx != pc_rtx && simplejump_p (jump))
1393 rtx cond, new_rtx;
900 rtx new_rtx, set_src, note_src; local
1387 rtx cond, new_rtx; local
1597 rtx src, new_rtx; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
rtlhooks.cc 120 rtx new_rtx = adjust_address_nv (x, mode, offset);
121 if (! memory_address_addr_space_p (mode, XEXP (new_rtx, 0),
125 return new_rtx;
119 rtx new_rtx = adjust_address_nv (x, mode, offset); local
rtlhooks.cc 120 rtx new_rtx = adjust_address_nv (x, mode, offset);
121 if (! memory_address_addr_space_p (mode, XEXP (new_rtx, 0),
125 return new_rtx;
119 rtx new_rtx = adjust_address_nv (x, mode, offset); local
lists.cc 185 rtx_insn_list *new_rtx = old; local
188 new_rtx = alloc_INSN_LIST (copy->insn (), new_rtx);
189 PUT_REG_NOTE_KIND (new_rtx, REG_NOTE_KIND (copy));
191 return new_rtx;
lists.cc 185 rtx_insn_list *new_rtx = old; local
188 new_rtx = alloc_INSN_LIST (copy->insn (), new_rtx);
189 PUT_REG_NOTE_KIND (new_rtx, REG_NOTE_KIND (copy));
191 return new_rtx;
genemit.cc 376 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0);
381 if (! (GET_CODE (old_rtx) == GET_CODE (new_rtx)
382 && GET_MODE (old_rtx) == GET_MODE (new_rtx)
384 && GET_CODE (new_rtx) == MATCH_SCRATCH)
385 || (REG_P (old_rtx) && REG_P (new_rtx)
386 && REGNO (old_rtx) == REGNO (new_rtx)))))
373 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0); local
genemit.cc 376 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0);
381 if (! (GET_CODE (old_rtx) == GET_CODE (new_rtx)
382 && GET_MODE (old_rtx) == GET_MODE (new_rtx)
384 && GET_CODE (new_rtx) == MATCH_SCRATCH)
385 || (REG_P (old_rtx) && REG_P (new_rtx)
386 && REGNO (old_rtx) == REGNO (new_rtx)))))
373 rtx new_rtx = XEXP (XVECEXP (insn, 1, j), 0); local
fwprop.cc 246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx)
248 if (CONSTANT_P (new_rtx))
251 and NEW_RTX is likely not a legitimate address. We want it to
257 && !memory_address_p (GET_MODE (old_rtx), new_rtx))
265 if (REG_P (new_rtx)
266 && !HARD_REGISTER_P (new_rtx)
269 && GET_MODE (new_rtx) == GET_MODE_INNER (GET_MODE (from)))
284 && MEM_P (new_rtx)
285 && !MEM_VOLATILE_P (new_rtx))
291 /* Record that OLD_RTX has been simplified to NEW_RTX. OLD_NUM_CHANGE
799 rtx new_rtx = simplify_replace_rtx (old_rtx, src, x); local
    [all...]
fwprop.cc 246 fwprop_propagation::classify_result (rtx old_rtx, rtx new_rtx)
248 if (CONSTANT_P (new_rtx))
251 and NEW_RTX is likely not a legitimate address. We want it to
257 && !memory_address_p (GET_MODE (old_rtx), new_rtx))
265 if (REG_P (new_rtx)
266 && !HARD_REGISTER_P (new_rtx)
269 && GET_MODE (new_rtx) == GET_MODE_INNER (GET_MODE (from)))
284 && MEM_P (new_rtx)
285 && !MEM_VOLATILE_P (new_rtx))
291 /* Record that OLD_RTX has been simplified to NEW_RTX. OLD_NUM_CHANGE
799 rtx new_rtx = simplify_replace_rtx (old_rtx, src, x); local
    [all...]
lra-eliminations.cc 339 rtx new_rtx;
521 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
524 if (new_rtx != XEXP (x, 0))
536 x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
549 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode,
552 if (new_rtx != XEXP (x, 1))
555 XEXP (x, 0), new_rtx);
577 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1),
581 if (new_rtx != XEXP (XEXP (x, 1), 1))
584 XEXP (x, 0), new_rtx));
338 rtx new_rtx; local
576 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1), local
    [all...]
lra-eliminations.cc 339 rtx new_rtx;
521 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 0), mem_mode,
524 if (new_rtx != XEXP (x, 0))
536 x = alloc_reg_note (REG_NOTE_KIND (x), new_rtx, XEXP (x, 1));
549 new_rtx = lra_eliminate_regs_1 (insn, XEXP (x, 1), mem_mode,
552 if (new_rtx != XEXP (x, 1))
555 XEXP (x, 0), new_rtx);
577 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1),
581 if (new_rtx != XEXP (XEXP (x, 1), 1))
584 XEXP (x, 0), new_rtx));
338 rtx new_rtx; local
576 rtx new_rtx = lra_eliminate_regs_1 (insn, XEXP (XEXP (x, 1), 1), local
    [all...]
cprop.cc 906 rtx new_rtx, set_src, note_src;
938 new_rtx = simplify_replace_rtx (set_src, from, src);
941 if (rtx_equal_p (new_rtx, SET_SRC (set)))
945 if (new_rtx == pc_rtx)
951 if (setcc && modified_in_p (new_rtx, setcc))
953 if (! validate_unshare_change (jump, &SET_SRC (set), new_rtx, 0))
964 if (!rtx_equal_p (new_rtx, note_src))
965 set_unique_reg_note (jump, REG_EQUAL, copy_rtx (new_rtx));
988 if (new_rtx != pc_rtx && simplejump_p (jump))
1390 rtx cond, new_rtx;
900 rtx new_rtx, set_src, note_src; local
1384 rtx cond, new_rtx; local
1594 rtx src, new_rtx; local
    [all...]
regcprop.cc 55 rtx new_rtx; member in struct:queued_debug_insn_change
477 rtx new_rtx; local
482 new_rtx = maybe_mode_change (oldmode, vd->e[regno].mode, mode, i, regno);
483 if (new_rtx)
485 ORIGINAL_REGNO (new_rtx) = ORIGINAL_REGNO (reg);
486 REG_ATTRS (new_rtx) = REG_ATTRS (reg);
487 REG_POINTER (new_rtx) = REG_POINTER (reg);
488 return new_rtx;
502 rtx new_rtx = find_oldest_value_reg (cl, *loc, vd); local
503 if (new_rtx && (!DEBUG_INSN_P (insn) || !skip_debug_insn_p)
899 rtx new_rtx; local
1027 rtx new_rtx; local
    [all...]

Completed in 43 milliseconds

1 2 3 4 5