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

  /src/external/gpl3/gcc/dist/gcc/
mode-switching.cc 1174 int to_mode = info[bb->index].seginfo->mode;
1176 to_mode) != no_mode)
1179 e->aux = (void *) (intptr_t) (to_mode + 1);
1180 info[bb->index].mode_in = to_mode;
1173 int to_mode = info[bb->index].seginfo->mode; local
tree-ssa-math-opts.cc 2782 scalar_int_mode to_mode, from_mode, actual_mode; local
2804 to_mode = SCALAR_INT_TYPE_MODE (type);
2806 if (to_mode == from_mode)
2819 handler = find_widening_optab_handler_and_mode (op, to_mode, from_mode,
2835 || GET_MODE_SIZE (to_mode) <= GET_MODE_SIZE (from_mode))
2840 handler = find_widening_optab_handler_and_mode (op, to_mode,
2854 handler = find_widening_optab_handler_and_mode (op, to_mode,
2934 scalar_mode to_mode, from_mode, actual_mode; local
3035 to_mode = SCALAR_TYPE_MODE (type);
3037 if (to_mode == from_mode
    [all...]
optabs.cc 178 widened_mode (machine_mode to_mode, rtx op0, rtx op1)
185 return to_mode;
191 if (GET_MODE_UNIT_SIZE (result) > GET_MODE_UNIT_SIZE (to_mode))
192 return to_mode;
5581 scalar_mode from_mode, to_mode;
5634 && is_a <scalar_mode> (GET_MODE (to), &to_mode)
5646 FOR_EACH_MODE_FROM (fmode_iter, to_mode)
5657 fmode = to_mode;
5713 if (to_mode != fmode
5872 scalar_int_mode to_mode;
5561 scalar_mode from_mode, to_mode; local
5851 scalar_int_mode to_mode; local
6025 machine_mode to_mode = GET_MODE (to); local
    [all...]
expr.cc 221 machine_mode to_mode = GET_MODE (to);
224 gcc_assert (to_mode != BLKmode);
239 && is_a <scalar_int_mode> (to_mode, &to_int_mode)
269 if (to_mode == from_mode
276 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
278 if (GET_MODE_UNIT_PRECISION (to_mode)
282 insn_code icode = convert_optab_handler (op, to_mode, from_mode);
291 if (GET_MODE_UNIT_PRECISION (to_mode)
295 to_mode, from_mode);
304 GET_MODE_BITSIZE (to_mode)));
219 machine_mode to_mode = GET_MODE (to); local
330 scalar_mode to_mode = as_a <scalar_mode> (GET_MODE (to)); local
6166 machine_mode to_mode = GET_MODE (to_rtx); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 176 widened_mode (machine_mode to_mode, rtx op0, rtx op1)
183 return to_mode;
189 if (GET_MODE_UNIT_SIZE (result) > GET_MODE_UNIT_SIZE (to_mode))
190 return to_mode;
5367 scalar_mode from_mode, to_mode;
5420 && is_a <scalar_mode> (GET_MODE (to), &to_mode)
5432 FOR_EACH_MODE_FROM (fmode_iter, to_mode)
5443 fmode = to_mode;
5499 if (to_mode != fmode
5644 scalar_int_mode to_mode;
5346 scalar_mode from_mode, to_mode; local
5622 scalar_int_mode to_mode; local
5766 machine_mode to_mode = GET_MODE (to); local
    [all...]
tree-ssa-math-opts.cc 2670 scalar_int_mode to_mode, from_mode, actual_mode; local
2692 to_mode = SCALAR_INT_TYPE_MODE (type);
2694 if (to_mode == from_mode)
2707 handler = find_widening_optab_handler_and_mode (op, to_mode, from_mode,
2723 || GET_MODE_SIZE (to_mode) <= GET_MODE_SIZE (from_mode))
2728 handler = find_widening_optab_handler_and_mode (op, to_mode,
2742 handler = find_widening_optab_handler_and_mode (op, to_mode,
2798 scalar_mode to_mode, from_mode, actual_mode; local
2899 to_mode = SCALAR_TYPE_MODE (type);
2901 if (to_mode == from_mode
    [all...]
expr.cc 218 machine_mode to_mode = GET_MODE (to);
221 gcc_assert (to_mode != BLKmode);
236 && is_a <scalar_int_mode> (to_mode, &to_int_mode)
266 if (to_mode == from_mode
273 if (VECTOR_MODE_P (to_mode) || VECTOR_MODE_P (from_mode))
275 if (GET_MODE_UNIT_PRECISION (to_mode)
279 insn_code icode = convert_optab_handler (op, to_mode, from_mode);
288 if (GET_MODE_UNIT_PRECISION (to_mode)
292 to_mode, from_mode);
301 GET_MODE_BITSIZE (to_mode)));
216 machine_mode to_mode = GET_MODE (to); local
327 scalar_mode to_mode = as_a <scalar_mode> (GET_MODE (to)); local
5529 machine_mode to_mode = GET_MODE (to_rtx); local
    [all...]

Completed in 87 milliseconds