Searched refs:truncated_to_mode (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 238 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 D | rtl.h | 2473 extern bool truncated_to_mode (machine_mode, const_rtx);
|
H A D | simplify-rtx.cc | 1241 || truncated_to_mode (mode, op))) in simplify_unary_operation_1()
|
H A D | ChangeLog-2006 | 17874 * 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 D | ChangeLog-2007 | 13376 * 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 D | combine.c | 252 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 D | rtl.h | 2463 extern bool truncated_to_mode (machine_mode, const_rtx);
|
H A D | rtlanal.c | 5866 truncated_to_mode (machine_mode mode, const_rtx x) in truncated_to_mode() function
|
H A D | simplify-rtx.c | 1217 || truncated_to_mode (mode, op))) in simplify_unary_operation_1()
|