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 D | aarch-common.c | 65 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 D | aarch-common.cc | 65 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 D | ChangeLog-2013 | 10105 (arm_find_sub_rtx_with_code): Likewise.
|
H A D | ChangeLog-2014 | 9257 (arm_find_sub_rtx_with_code): Use FOR_EACH_SUBRTX_VAR.
|