Home
last modified time | relevance | path

Searched refs:validate_subreg (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtlhooks.cc127 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
H A Dexpmed.cc634 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 Demit-rtl.cc904 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 Dsimplify-rtx.cc7448 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 Drtl.h4205 extern bool validate_subreg (machine_mode, machine_mode,
H A Dvar-tracking.cc967 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 Doptabs.cc7704 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
H A Dcombine.cc7640 if (!validate_subreg (tmode, inner_mode, inner, offset)) in make_extraction()
H A DChangeLog-20171341 (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 DChangeLog13978 (validate_subreg): Likewise.
H A DChangeLog-202113910 * 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 DChangeLog-20126500 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 DChangeLog-200711539 * emit-rtl.c (validate_subreg): Likewise.
11561 * rtl.h (reg_set_between_p, reg_set_p, validate_subreg):
H A DChangeLog-20043641 * rtl.h (validate_subreg): Declare.
3642 * emit-rtl.c (validate_subreg): New.
H A DChangeLog-202021465 * emit-rtl.c (validate_subreg): Allow use of *paradoxical* vector
H A DChangeLog-201835516 * emit-rtl.c (validate_subreg): Operate on polynomial mode sizes
H A DChangeLog-201125825 if validate_subreg fails.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlhooks.c127 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
H A Dexpmed.c630 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 Demit-rtl.c905 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 Dsimplify-rtx.c6911 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 Drtl.h4067 extern bool validate_subreg (machine_mode, machine_mode,
H A Dvar-tracking.c959 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 Doptabs.c7210 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
H A Dcombine.c7767 if (!validate_subreg (tmode, inner_mode, inner, offset)) in make_extraction()