Searched refs:rtl_hooks (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | rtlhooks.c | 37 const struct rtl_hooks general_rtl_hooks = RTL_HOOKS_INITIALIZER; 38 struct rtl_hooks rtl_hooks = RTL_HOOKS_INITIALIZER; variable
|
H A D | rtl.h | 2272 struct rtl_hooks struct 2286 extern struct rtl_hooks rtl_hooks; argument 2289 extern const struct rtl_hooks general_rtl_hooks; 2292 #define gen_lowpart rtl_hooks.gen_lowpart
|
H A D | simplify-rtx.c | 474 return rtl_hooks.gen_lowpart_no_emit (mode, x); in simplify_unary_operation_1() 665 return rtl_hooks.gen_lowpart_no_emit (mode, op); in simplify_unary_operation_1() 674 return rtl_hooks.gen_lowpart_no_emit (mode, op); in simplify_unary_operation_1() 2330 return rtl_hooks.gen_lowpart_no_emit (mode, op0); in simplify_binary_operation_1() 2388 return rtl_hooks.gen_lowpart_no_emit (mode, op0); in simplify_binary_operation_1() 2392 rtx x = rtl_hooks.gen_lowpart_no_emit (mode, op0); in simplify_binary_operation_1()
|
H A D | rtlanal.c | 3479 rtx new = rtl_hooks.reg_nonzero_bits (x, mode, known_x, in nonzero_bits1() 3964 rtx new = rtl_hooks.reg_num_sign_bit_copies (x, mode, known_x, in num_sign_bit_copies1() 4674 if (REG_P (x) && rtl_hooks.reg_truncated_to_mode (mode, x)) in truncated_to_mode()
|
H A D | cse.c | 645 static const struct rtl_hooks cse_rtl_hooks = RTL_HOOKS_INITIALIZER; 6941 rtl_hooks = cse_rtl_hooks; in cse_main() 7037 rtl_hooks = general_rtl_hooks; in cse_main()
|
H A D | combine.c | 473 static const struct rtl_hooks combine_rtl_hooks = RTL_HOOKS_INITIALIZER; 722 rtl_hooks = combine_rtl_hooks; in combine_instructions() 994 rtl_hooks = general_rtl_hooks; in combine_instructions()
|