Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Drtlhooks.c127 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
H A Dsimplify-rtx.c6379 if (validate_subreg (outermode, innermostmode, in simplify_subreg()
6474 if (validate_subreg (outermode, part_mode, part, final_offset)) in simplify_subreg()
6534 if (validate_subreg (outermode, innermode, op, byte)) in simplify_gen_subreg()
H A Demit-rtl.c894 validate_subreg (machine_mode omode, machine_mode imode, in validate_subreg() function
1010 gcc_assert (validate_subreg (mode, GET_MODE (reg), reg, offset)); in gen_rtx_SUBREG()
H A Dexpmed.c890 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_integral_bit_field()
2367 || !validate_subreg (mode, src_mode, src, byte)) in extract_low_bits()
H A Drtl.h3980 extern bool validate_subreg (machine_mode, machine_mode,
H A Dvar-tracking.c957 if (!validate_subreg (GET_MODE (subreg), GET_MODE (x), x, in use_narrower_mode_test()
981 else if (!validate_subreg (mode, op1_mode, op1, byte)) in use_narrower_mode_test()
H A Doptabs.c7057 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
H A Dcombine.c7650 if (!validate_subreg (tmode, inner_mode, inner, offset)) in make_extraction()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Drtlhooks.c162 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
H A Dexpmed.c435 || validate_subreg (fieldmode, GET_MODE (op0), op0, in store_bit_field_1()
512 if (validate_subreg (fieldmode, GET_MODE (arg0), arg0, subreg_off)) in store_bit_field_1()
2094 || !validate_subreg (mode, src_mode, src, byte)) in extract_low_bits()
H A Dsimplify-rtx.c5507 if (validate_subreg (outermode, innermostmode, in simplify_subreg()
5616 if (validate_subreg (outermode, GET_MODE (part), part, final_offset)) in simplify_subreg()
5774 if (validate_subreg (outermode, innermode, op, byte)) in simplify_gen_subreg()
H A Demit-rtl.c682 validate_subreg (enum machine_mode omode, enum machine_mode imode, in validate_subreg() function
769 gcc_assert (validate_subreg (mode, GET_MODE (reg), reg, offset)); in gen_rtx_SUBREG()
H A Drtl.h2460 extern bool validate_subreg (enum machine_mode, enum machine_mode,
H A Doptabs.c8148 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
H A Dvar-tracking.c836 if (!validate_subreg (GET_MODE (subreg), GET_MODE (*loc), in use_narrower_mode_test()
H A Dcombine.c7259 if (!validate_subreg (tmode, inner_mode, inner, final_word)) in make_extraction()