Searched refs:reg_truncated_to_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dcombine.c454 static bool reg_truncated_to_mode (enum machine_mode, rtx);
475 #define RTL_HOOKS_REG_TRUNCATED_TO_MODE reg_truncated_to_mode
6046 || reg_truncated_to_mode (tmode, inner))
6841 || (REG_P (x) && reg_truncated_to_mode (mode, x)))
10403 && reg_truncated_to_mode (tmode, XEXP (op0, 0)))))
11168 reg_truncated_to_mode (enum machine_mode mode, rtx x)
11126 reg_truncated_to_mode (enum machine_mode mode, rtx x) function
H A Drtl.h2299 bool (*reg_truncated_to_mode) (enum machine_mode, rtx);
2294 bool (*reg_truncated_to_mode) (enum machine_mode, rtx); member in struct:rtl_hooks
H A Drtlanal.c4700 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x))

Completed in 126 milliseconds