/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtlhooks.cc | 127 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
|
H A D | expmed.cc | 634 if (!validate_subreg (op_mode, GET_MODE (SUBREG_REG (xop0)), in store_bit_field_using_insv() 925 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off) in store_integral_bit_field() 2412 || !validate_subreg (mode, src_mode, src, byte)) in extract_low_bits() 2440 if (!validate_subreg (int_mode, src_int_mode, src, in extract_low_bits()
|
H A D | emit-rtl.cc | 904 validate_subreg (machine_mode omode, machine_mode imode, in validate_subreg() function 1022 gcc_assert (validate_subreg (mode, GET_MODE (reg), reg, offset)); in gen_rtx_SUBREG()
|
H A D | simplify-rtx.cc | 7448 if (validate_subreg (outermode, innermostmode, in simplify_subreg() 7544 if (validate_subreg (outermode, part_mode, part, final_offset)) in simplify_subreg() 7640 if (validate_subreg (outermode, innermode, op, byte)) in simplify_gen_subreg()
|
H A D | rtl.h | 4205 extern bool validate_subreg (machine_mode, machine_mode,
|
H A D | var-tracking.cc | 967 if (!validate_subreg (GET_MODE (subreg), GET_MODE (x), x, in use_narrower_mode_test() 991 else if (!validate_subreg (mode, op1_mode, op1, byte)) in use_narrower_mode_test()
|
H A D | optabs.cc | 7704 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
|
H A D | combine.cc | 7640 if (!validate_subreg (tmode, inner_mode, inner, offset)) in make_extraction()
|
H A D | ChangeLog-2017 | 1341 (gen_rtx_SUBREG, validate_subreg): Take the subreg offset as a 1345 * emit-rtl.c (validate_subreg, gen_rtx_SUBREG): Take the subreg 7704 * emit-rtl.c (validate_subreg): Divide subregs into blocks 14845 * emit-rtl.c (validate_subreg): Likewise.
|
H A D | ChangeLog | 13978 (validate_subreg): Likewise.
|
H A D | ChangeLog-2021 | 13910 * emit-rtl.c (validate_subreg): Get rid of all float-int 15170 * emit-rtl.c (validate_subreg): Get rid of all float-int
|
H A D | ChangeLog-2012 | 6500 Allow simplify_gen_subreg to fail rather than calling validate_subreg. 6647 (validate_subreg): Don't check offset for LRA and floating point modes.
|
H A D | ChangeLog-2007 | 11539 * emit-rtl.c (validate_subreg): Likewise. 11561 * rtl.h (reg_set_between_p, reg_set_p, validate_subreg):
|
H A D | ChangeLog-2004 | 3641 * rtl.h (validate_subreg): Declare. 3642 * emit-rtl.c (validate_subreg): New.
|
H A D | ChangeLog-2020 | 21465 * emit-rtl.c (validate_subreg): Allow use of *paradoxical* vector
|
H A D | ChangeLog-2018 | 35516 * emit-rtl.c (validate_subreg): Operate on polynomial mode sizes
|
H A D | ChangeLog-2011 | 25825 if validate_subreg fails.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | rtlhooks.c | 127 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
|
H A D | expmed.c | 630 if (!validate_subreg (op_mode, GET_MODE (SUBREG_REG (xop0)), in store_bit_field_using_insv() 920 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off) in store_integral_bit_field() 2396 || !validate_subreg (mode, src_mode, src, byte)) in extract_low_bits() 2424 if (!validate_subreg (int_mode, src_int_mode, src, in extract_low_bits()
|
H A D | emit-rtl.c | 905 validate_subreg (machine_mode omode, machine_mode imode, in validate_subreg() function 1021 gcc_assert (validate_subreg (mode, GET_MODE (reg), reg, offset)); in gen_rtx_SUBREG()
|
H A D | simplify-rtx.c | 6911 if (validate_subreg (outermode, innermostmode, in simplify_subreg() 7006 if (validate_subreg (outermode, part_mode, part, final_offset)) in simplify_subreg() 7094 if (validate_subreg (outermode, innermode, op, byte)) in simplify_gen_subreg()
|
H A D | rtl.h | 4067 extern bool validate_subreg (machine_mode, machine_mode,
|
H A D | var-tracking.c | 959 if (!validate_subreg (GET_MODE (subreg), GET_MODE (x), x, in use_narrower_mode_test() 983 else if (!validate_subreg (mode, op1_mode, op1, byte)) in use_narrower_mode_test()
|
H A D | optabs.c | 7210 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
|
H A D | combine.c | 7767 if (!validate_subreg (tmode, inner_mode, inner, offset)) in make_extraction()
|