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

  /src/external/gpl3/gcc/dist/gcc/
dse.cc 1750 machine_mode store_mode = GET_MODE (store_info->mem);
1761 auto byte = subreg_lowpart_offset (new_mode, store_mode);
1763 = simplify_subreg (new_mode, store_info->const_rhs, store_mode, byte);
1806 if (maybe_lt (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode))
1807 && !TRULY_NOOP_TRUNCATION_MODES_P (new_mode, store_mode))
1813 && !targetm.modes_tieable_p (new_mode, store_mode))
1817 && known_le (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode)))
1821 = subreg_offset_from_lsb (new_mode, store_mode, shift);
1823 store_mode, offset);
1867 new_lhs = extract_low_bits (new_mode, store_mode,
1748 machine_mode store_mode = GET_MODE (store_info->mem); local
1907 machine_mode store_mode = GET_MODE (store_info->mem); local
2014 machine_mode store_mode = GET_MODE (store_info->mem); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 1734 machine_mode store_mode = GET_MODE (store_info->mem);
1744 auto byte = subreg_lowpart_offset (new_mode, store_mode);
1746 = simplify_subreg (new_mode, store_info->const_rhs, store_mode, byte);
1789 if (maybe_lt (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode))
1790 && !TRULY_NOOP_TRUNCATION_MODES_P (new_mode, store_mode))
1796 && !targetm.modes_tieable_p (new_mode, store_mode))
1800 && known_le (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode)))
1804 = subreg_offset_from_lsb (new_mode, store_mode, shift);
1806 store_mode, offset);
1850 new_lhs = extract_low_bits (new_mode, store_mode,
1732 machine_mode store_mode = GET_MODE (store_info->mem); local
1890 machine_mode store_mode = GET_MODE (store_info->mem); local
1988 machine_mode store_mode = GET_MODE (store_info->mem); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 66 machine_mode store_mode; local
76 store_mode = GET_MODE (SET_SRC (PATTERN (in_insn)));
84 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode));
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 65 machine_mode store_mode; local
75 store_mode = GET_MODE (SET_SRC (PATTERN (in_insn)));
83 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode));
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 17186 machine_mode store_mode = mode;
17248 store_mode = mode = SImode;
17282 else if (store_mode != mode)
17283 x = convert_modes (store_mode, mode, x, 1);
17286 emit_store_conditional (store_mode, cond, mem, x);
17302 else if (store_mode != mode)
17154 machine_mode store_mode = mode; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 16728 machine_mode store_mode = mode;
16790 store_mode = mode = SImode;
16824 else if (store_mode != mode)
16825 x = convert_modes (store_mode, mode, x, 1);
16828 emit_store_conditional (store_mode, cond, mem, x);
16844 else if (store_mode != mode)
16696 machine_mode store_mode = mode; local

Completed in 95 milliseconds