Home
last modified time | relevance | path

Searched refs:truncated_to_mode (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc238 ENUM_BITFIELD(machine_mode) truncated_to_mode : 8;
13237 rsp->truncated_to_mode = VOIDmode; in record_value_for_reg()
13404 rsp->truncated_to_mode = VOIDmode; in record_dead_and_set_regs()
13480 machine_mode truncated = rsp->truncated_to_mode; in reg_truncated_to_mode()
13525 if (rsp->truncated_to_mode == 0 in record_truncated_value()
13527 || partial_subreg_p (truncated_mode, rsp->truncated_to_mode)) in record_truncated_value()
13529 rsp->truncated_to_mode = truncated_mode; in record_truncated_value()
H A Drtl.h2473 extern bool truncated_to_mode (machine_mode, const_rtx);
H A Dsimplify-rtx.cc1241 || truncated_to_mode (mode, op))) in simplify_unary_operation_1()
H A DChangeLog-200617874 * rtl.h (truncated_to_mode): Declare it.
17881 * rtlanal.c (truncated_to_mode): Define it.
22825 truncated_to_mode.
22826 (record_value_for_reg): Reset truncated_to_mode.
H A DChangeLog-200713376 * rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
13380 nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c252 ENUM_BITFIELD(machine_mode) truncated_to_mode : 8;
13343 rsp->truncated_to_mode = VOIDmode; in record_value_for_reg()
13510 rsp->truncated_to_mode = VOIDmode; in record_dead_and_set_regs()
13586 machine_mode truncated = rsp->truncated_to_mode; in reg_truncated_to_mode()
13631 if (rsp->truncated_to_mode == 0 in record_truncated_value()
13633 || partial_subreg_p (truncated_mode, rsp->truncated_to_mode)) in record_truncated_value()
13635 rsp->truncated_to_mode = truncated_mode; in record_truncated_value()
H A Drtl.h2463 extern bool truncated_to_mode (machine_mode, const_rtx);
H A Drtlanal.c5866 truncated_to_mode (machine_mode mode, const_rtx x) in truncated_to_mode() function
H A Dsimplify-rtx.c1217 || truncated_to_mode (mode, op))) in simplify_unary_operation_1()