HomeSort by: relevance | last modified time | path
    Searched refs:arm_find_sub_rtx_with_code (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common.cc 67 arm_find_sub_rtx_with_code (rtx pattern, rtx_code code, bool find_any_shift) function
95 return arm_find_sub_rtx_with_code (pattern, ASHIFT, true);
111 rtx set_producer = arm_find_sub_rtx_with_code (PATTERN (producer),
113 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer),
243 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false);
244 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false);
321 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false);
322 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false);
351 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false);
352 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common.cc 65 arm_find_sub_rtx_with_code (rtx pattern, rtx_code code, bool find_any_shift) function
93 return arm_find_sub_rtx_with_code (pattern, ASHIFT, true);
109 rtx set_producer = arm_find_sub_rtx_with_code (PATTERN (producer),
111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer),
241 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false);
242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false);
319 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false);
320 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false);
349 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false);
350 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false)
    [all...]

Completed in 23 milliseconds