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

  /src/external/gpl3/gcc/dist/gcc/
ira-emit.cc 460 int regno, orig_regno;
466 orig_regno = ALLOCNO_REGNO (src_allocno);
472 a = node->regno_allocno_map[orig_regno];
477 else if (bitmap_bit_p (node->modified_regnos, orig_regno))
459 int regno, orig_regno; local
loop-invariant.cc 113 int orig_regno; member in struct:invariant
743 inv->orig_regno = -1;
1862 regno = repr->orig_regno;
1871 inv->orig_regno = regno;
1882 inv->orig_regno = -1;
1903 if (inv->orig_regno >= 0)
1905 reg_preferred_class (inv->orig_regno),
1906 reg_alternate_class (inv->orig_regno),
1907 reg_allocno_class (inv->orig_regno));
sel-sched.cc 1442 int orig_regno;
1451 orig_regno = REGNO (dest);
1453 /* Check that nothing in used_regs intersects with orig_regno. When
1455 if (HARD_REGISTER_NUM_P (orig_regno))
1459 if (REGNO_REG_SET_P (used_regs, orig_regno + j))
1466 if (REGNO_REG_SET_P (used_regs, orig_regno))
1469 if (HARD_REGISTER_NUM_P (orig_regno))
1471 gcc_assert (df_regs_ever_live_p (orig_regno));
1476 orig_regno))
1482 || REG_N_CALLS_CROSSED (orig_regno) > 0
1436 int orig_regno; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc 460 int regno, orig_regno;
466 orig_regno = ALLOCNO_REGNO (src_allocno);
472 a = node->regno_allocno_map[orig_regno];
477 else if (bitmap_bit_p (node->modified_regnos, orig_regno))
459 int regno, orig_regno; local
loop-invariant.cc 113 int orig_regno; member in struct:invariant
743 inv->orig_regno = -1;
1862 regno = repr->orig_regno;
1871 inv->orig_regno = regno;
1882 inv->orig_regno = -1;
1903 if (inv->orig_regno >= 0)
1905 reg_preferred_class (inv->orig_regno),
1906 reg_alternate_class (inv->orig_regno),
1907 reg_allocno_class (inv->orig_regno));
sel-sched.cc 1442 int orig_regno;
1451 orig_regno = REGNO (dest);
1453 /* Check that nothing in used_regs intersects with orig_regno. When
1455 if (HARD_REGISTER_NUM_P (orig_regno))
1459 if (REGNO_REG_SET_P (used_regs, orig_regno + j))
1466 if (REGNO_REG_SET_P (used_regs, orig_regno))
1469 if (HARD_REGISTER_NUM_P (orig_regno))
1471 gcc_assert (df_regs_ever_live_p (orig_regno));
1476 orig_regno))
1482 || REG_N_CALLS_CROSSED (orig_regno) > 0
1436 int orig_regno; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 1474 int orig_regno = regno;
1486 if (regno == orig_regno)
1466 int orig_regno = regno; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 1473 int orig_regno = regno;
1485 if (regno == orig_regno)
1465 int orig_regno = regno; local

Completed in 45 milliseconds