Home
last modified time | relevance | path

Searched refs:arm_find_sub_rtx_with_code (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common.c65 arm_find_sub_rtx_with_code (rtx pattern, rtx_code code, bool find_any_shift) in arm_find_sub_rtx_with_code() function
93 return arm_find_sub_rtx_with_code (pattern, ASHIFT, true); in arm_find_shift_sub_rtx()
109 rtx set_producer = arm_find_sub_rtx_with_code (PATTERN (producer), in arm_get_set_operands()
111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer), in arm_get_set_operands()
241 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_load_addr_dep_ptr()
242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_load_addr_dep_ptr()
319 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_no_early_store_addr_dep()
320 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_no_early_store_addr_dep()
349 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_store_addr_dep_ptr()
350 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_store_addr_dep_ptr()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common.cc65 arm_find_sub_rtx_with_code (rtx pattern, rtx_code code, bool find_any_shift) in arm_find_sub_rtx_with_code() function
93 return arm_find_sub_rtx_with_code (pattern, ASHIFT, true); in arm_find_shift_sub_rtx()
109 rtx set_producer = arm_find_sub_rtx_with_code (PATTERN (producer), in arm_get_set_operands()
111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer), in arm_get_set_operands()
241 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_load_addr_dep_ptr()
242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_load_addr_dep_ptr()
319 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_no_early_store_addr_dep()
320 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_no_early_store_addr_dep()
349 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_store_addr_dep_ptr()
350 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_store_addr_dep_ptr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201310105 (arm_find_sub_rtx_with_code): Likewise.
H A DChangeLog-20149257 (arm_find_sub_rtx_with_code): Use FOR_EACH_SUBRTX_VAR.