HomeSort by: relevance | last modified time | path
    Searched defs:best_reg (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 3430 int best_reg, old_reg;
3497 best_reg =
3500 ok = regrename_do_replace (this_head, best_reg);
3509 INSN_UID (insn), op_mask, orig_side, best_reg);
3413 int best_reg, old_reg; local
  /src/external/gpl3/gcc/dist/gcc/
reload1.cc 1822 int best_reg = -1;
1885 if (best_reg < 0
1891 best_reg = regno;
1912 < inv_reg_alloc_order[best_reg])
1915 && !crtl->abi->clobbers_full_reg_p (best_reg)
1919 best_reg = regno;
1924 if (best_reg == -1)
1928 fprintf (dump_file, "Using reg %d for reload %d\n", best_reg, rnum);
1930 rl->nregs = hard_regno_nregs (best_reg, rl->mode);
1931 rl->regno = best_reg;
1812 int best_reg = -1; local
    [all...]
sel-sched.cc 1404 rtx best_reg = choose_best_reg_1 (hard_regs_used, reg_rename_p,
1408 gcc_assert (best_reg == NULL_RTX
1409 || TEST_HARD_REG_BIT (sel_hrd.regs_ever_used, REGNO (best_reg)));
1411 return best_reg;
1601 /* Return TRUE if it is possible to replace LHSes of ORIG_INSNS with BEST_REG.
1602 If BEST_REG is valid, replace LHS of EXPR with it. */
1604 try_replace_dest_reg (ilist_t orig_insns, rtx best_reg, expr_t expr)
1607 'dest := best_reg' at the place of the original operation. */
1614 if (REGNO (best_reg) != REGNO (INSN_LHS (orig_insn))
1615 && (! replace_src_with_reg_ok_p (orig_insn, best_reg)
1398 rtx best_reg = choose_best_reg_1 (hard_regs_used, reg_rename_p, local
1672 rtx best_reg = NULL_RTX; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 3429 int best_reg, old_reg;
3496 best_reg =
3499 ok = regrename_do_replace (this_head, best_reg);
3508 INSN_UID (insn), op_mask, orig_side, best_reg);
3412 int best_reg, old_reg; local
  /src/external/gpl3/gcc.old/dist/gcc/
reload1.cc 1822 int best_reg = -1;
1885 if (best_reg < 0
1891 best_reg = regno;
1912 < inv_reg_alloc_order[best_reg])
1915 && !crtl->abi->clobbers_full_reg_p (best_reg)
1919 best_reg = regno;
1924 if (best_reg == -1)
1928 fprintf (dump_file, "Using reg %d for reload %d\n", best_reg, rnum);
1930 rl->nregs = hard_regno_nregs (best_reg, rl->mode);
1931 rl->regno = best_reg;
1812 int best_reg = -1; local
    [all...]
sel-sched.cc 1404 rtx best_reg = choose_best_reg_1 (hard_regs_used, reg_rename_p,
1408 gcc_assert (best_reg == NULL_RTX
1409 || TEST_HARD_REG_BIT (sel_hrd.regs_ever_used, REGNO (best_reg)));
1411 return best_reg;
1601 /* Return TRUE if it is possible to replace LHSes of ORIG_INSNS with BEST_REG.
1602 If BEST_REG is valid, replace LHS of EXPR with it. */
1604 try_replace_dest_reg (ilist_t orig_insns, rtx best_reg, expr_t expr)
1607 'dest := best_reg' at the place of the original operation. */
1614 if (REGNO (best_reg) != REGNO (INSN_LHS (orig_insn))
1615 && (! replace_src_with_reg_ok_p (orig_insn, best_reg)
1398 rtx best_reg = choose_best_reg_1 (hard_regs_used, reg_rename_p, local
1664 rtx best_reg = NULL_RTX; local
    [all...]

Completed in 52 milliseconds