Home
last modified time | relevance | path

Searched refs:format_ptr (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dread-rtl.c331 const char *format_ptr; in apply_iterator_to_rtx() local
354 for (i = 0; format_ptr[i] != 0; i++) in apply_iterator_to_rtx()
355 switch (format_ptr[i]) in apply_iterator_to_rtx()
395 const char *format_ptr; in uses_iterator_p() local
406 for (i = 0; format_ptr[i] != 0; i++) in uses_iterator_p()
407 switch (format_ptr[i]) in uses_iterator_p()
882 const char *format_ptr; in read_rtx_code() local
924 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_code()
925 switch (format_ptr[i]) in read_rtx_code()
976 else if (format_ptr[i] == 'E') in read_rtx_code()
[all …]
H A Dgenconfig.c70 const char *format_ptr; in walk_insn_part() local
153 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
156 switch (*format_ptr++) in walk_insn_part()
H A Dresource.c211 const char *format_ptr; in mark_referenced_resources() local
400 format_ptr = GET_RTX_FORMAT (code); in mark_referenced_resources()
402 switch (*format_ptr++) in mark_referenced_resources()
623 const char *format_ptr; in mark_set_resources() local
812 format_ptr = GET_RTX_FORMAT (code); in mark_set_resources()
814 switch (*format_ptr++) in mark_set_resources()
H A Drtl.c241 const char *format_ptr; in copy_rtx() local
292 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in copy_rtx()
295 switch (*format_ptr++) in copy_rtx()
H A Dprint-rtl.c99 const char *format_ptr; in print_rtx() local
204 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)) + i; in print_rtx()
206 switch (*format_ptr++) in print_rtx()
H A Dgenoutput.c441 const char *format_ptr; in scan_operands() local
525 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in scan_operands()
528 switch (*format_ptr++) in scan_operands()
H A Demit-rtl.c2506 const char *format_ptr; in verify_rtx_sharing() local
2574 format_ptr = GET_RTX_FORMAT (code); in verify_rtx_sharing()
2578 switch (*format_ptr++) in verify_rtx_sharing()
2717 const char *format_ptr; in copy_rtx_if_shared_1() local
2789 format_ptr = GET_RTX_FORMAT (code); in copy_rtx_if_shared_1()
2795 switch (*format_ptr++) in copy_rtx_if_shared_1()
2841 const char *format_ptr; in mark_used_flags() local
2887 format_ptr = GET_RTX_FORMAT (code); in mark_used_flags()
2892 switch (*format_ptr++) in mark_used_flags()
5266 const char *format_ptr; in copy_insn_1() local
[all …]
H A Dgensupport.c396 const char *format_ptr; in remove_constraints() local
406 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in remove_constraints()
409 switch (*format_ptr++) in remove_constraints()
H A Dcselib.c1542 const char *format_ptr; in cselib_expand_value_rtx_1() local
1695 format_ptr = GET_RTX_FORMAT (code); in cselib_expand_value_rtx_1()
1698 switch (*format_ptr++) in cselib_expand_value_rtx_1()
H A Dfinal.c4227 const char *format_ptr; in leaf_renumber_regs_insn() local
4269 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in leaf_renumber_regs_insn()
4272 switch (*format_ptr++) in leaf_renumber_regs_insn()
H A Drtlanal.c577 const char *format_ptr; in count_occurrences() local
618 format_ptr = GET_RTX_FORMAT (code); in count_occurrences()
623 switch (*format_ptr++) in count_occurrences()
H A Dgenattrtab.c646 const char *format_ptr; in attr_copy_rtx() local
677 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in attr_copy_rtx()
681 switch (*format_ptr++) in attr_copy_rtx()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dread-rtl.c423 const char *format_ptr, *p; in copy_rtx_for_iterators() local
435 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators()
436 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators()
437 switch (format_ptr[i]) in copy_rtx_for_iterators()
1249 const char *format_ptr; in read_rtx_code() local
1296 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code()
1349 for (int idx = 0; format_ptr[idx] != 0; idx++) in read_rtx_code()
1426 const char *format_ptr = GET_RTX_FORMAT (code); in read_rtx_operand() local
1430 switch (format_ptr[idx]) in read_rtx_operand()
1485 else if (format_ptr[idx] == 'E') in read_rtx_operand()
[all …]
H A Dgenconfig.c66 const char *format_ptr; in walk_insn_part() local
160 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part()
163 switch (*format_ptr++) in walk_insn_part()
H A Dresource.c204 const char *format_ptr; in mark_referenced_resources() local
397 format_ptr = GET_RTX_FORMAT (code); in mark_referenced_resources()
399 switch (*format_ptr++) in mark_referenced_resources()
627 const char *format_ptr; in mark_set_resources() local
816 format_ptr = GET_RTX_FORMAT (code); in mark_set_resources()
818 switch (*format_ptr++) in mark_set_resources()
H A Drtl.c279 const char *format_ptr; in copy_rtx() local
327 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in copy_rtx()
330 switch (*format_ptr++) in copy_rtx()
H A Dgenoutput.c428 const char *format_ptr; in scan_operands() local
508 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in scan_operands()
511 switch (*format_ptr++) in scan_operands()
H A Demit-rtl.c2842 const char *format_ptr; in verify_rtx_sharing() local
2910 format_ptr = GET_RTX_FORMAT (code); in verify_rtx_sharing()
2914 switch (*format_ptr++) in verify_rtx_sharing()
3089 const char *format_ptr; in copy_rtx_if_shared_1() local
3163 format_ptr = GET_RTX_FORMAT (code); in copy_rtx_if_shared_1()
3169 switch (*format_ptr++) in copy_rtx_if_shared_1()
3215 const char *format_ptr; in mark_used_flags() local
3258 format_ptr = GET_RTX_FORMAT (code); in mark_used_flags()
3263 switch (*format_ptr++) in mark_used_flags()
5685 const char *format_ptr; in copy_insn_1() local
[all …]
H A Dprint-rtl.c593 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in print_rtx_operand() local
595 switch (format_ptr[idx]) in print_rtx_operand()
699 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in operand_has_default_value_p() local
701 switch (format_ptr[idx]) in operand_has_default_value_p()
H A Dcselib.c1592 const char *format_ptr; in cselib_expand_value_rtx_1() local
1744 format_ptr = GET_RTX_FORMAT (code); in cselib_expand_value_rtx_1()
1747 switch (*format_ptr++) in cselib_expand_value_rtx_1()
H A Dread-rtl-function.c875 const char *format_ptr = GET_RTX_FORMAT (code); in read_rtx_operand() local
876 const char format_char = format_ptr[idx]; in read_rtx_operand()
H A Dgensupport.c461 const char *format_ptr; in remove_constraints() local
471 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in remove_constraints()
474 switch (*format_ptr++) in remove_constraints()
H A Dfinal.c4588 const char *format_ptr; in leaf_renumber_regs_insn() local
4631 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in leaf_renumber_regs_insn()
4634 switch (*format_ptr++) in leaf_renumber_regs_insn()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched.c166 const char *format_ptr; in exact_dependency_1() local
188 format_ptr = GET_RTX_FORMAT (code); in exact_dependency_1()
191 switch (*format_ptr++) in exact_dependency_1()
/dragonfly/sys/dev/drm/
H A Ddrm_plane.c499 uint32_t __user *format_ptr; in drm_mode_getplane() local
536 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr; in drm_mode_getplane()
537 if (copy_to_user(format_ptr, in drm_mode_getplane()

12