/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtlhooks.c | 127 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
|
H A D | simplify-rtx.c | 6379 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 D | emit-rtl.c | 894 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 D | expmed.c | 890 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 D | rtl.h | 3980 extern bool validate_subreg (machine_mode, machine_mode,
|
H A D | var-tracking.c | 957 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 D | optabs.c | 7057 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
|
H A D | combine.c | 7650 if (!validate_subreg (tmode, inner_mode, inner, offset)) in make_extraction()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | rtlhooks.c | 162 && validate_subreg (mode, GET_MODE (x), x, in gen_lowpart_if_possible()
|
H A D | expmed.c | 435 || 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 D | simplify-rtx.c | 5507 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 D | emit-rtl.c | 682 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 D | rtl.h | 2460 extern bool validate_subreg (enum machine_mode, enum machine_mode,
|
H A D | optabs.c | 8148 if (!validate_subreg (word_mode, mode, target, i)) in valid_multiword_target_p()
|
H A D | var-tracking.c | 836 if (!validate_subreg (GET_MODE (subreg), GET_MODE (*loc), in use_narrower_mode_test()
|
H A D | combine.c | 7259 if (!validate_subreg (tmode, inner_mode, inner, final_word)) in make_extraction()
|