/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | opts.cc | 2376 HOST_WIDE_INT *patch_area_size, in parse_and_check_patch_area() argument 2379 *patch_area_size = 0; in parse_and_check_patch_area() 2390 *patch_area_size = integral_argument (patch_area_arg); in parse_and_check_patch_area() 2394 *patch_area_size = integral_argument (patch_area_arg); in parse_and_check_patch_area() 2396 if (*patch_area_size < 0 in parse_and_check_patch_area() 2397 || *patch_area_size > USHRT_MAX in parse_and_check_patch_area() 2400 || *patch_area_size < *patch_area_start) in parse_and_check_patch_area() 2972 HOST_WIDE_INT patch_area_size, patch_area_start; in common_handle_option() local 2973 parse_and_check_patch_area (arg, true, &patch_area_size, in common_handle_option()
|
H A D | opts.h | 501 HOST_WIDE_INT *patch_area_size,
|
H A D | emit-rtl.h | 180 unsigned short patch_area_size; member
|
H A D | toplev.cc | 1668 HOST_WIDE_INT patch_area_size, patch_area_start; in process_options() local 1670 &patch_area_size, &patch_area_start); in process_options() 1675 if (profile_flag || patch_area_size in process_options()
|
H A D | cfgexpand.cc | 6964 HOST_WIDE_INT patch_area_size, patch_area_entry; in execute() local 6966 &patch_area_size, &patch_area_entry); in execute() 6976 patch_area_size = tree_to_uhwi (patchable_function_entry_value1); in execute() 6986 if (patch_area_entry > patch_area_size) in execute() 6988 if (patch_area_size > 0) in execute() 6991 patch_area_entry, patch_area_size); in execute() 6995 crtl->patch_area_size = patch_area_size; in execute()
|
H A D | varasm.cc | 1973 unsigned short patch_area_size = crtl->patch_area_size; in assemble_start_function() local 1990 if (patch_area_size > patch_area_entry) in assemble_start_function() 1992 patch_area_size in assemble_start_function()
|
H A D | ChangeLog-2020 | 24009 * cfgexpand.c (pass_expand::execute): Set crtl->patch_area_size 24011 * emit-rtl.h (rtl_data): Add patch_area_size and patch_area_entry. 24015 * varasm.c (assemble_start_function): Use crtl->patch_area_size
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 1165 === 0001-Add-patch_area_size-and-patch_area_entry-to-crtl.patch === 1169 Subject: [PATCH] Add patch_area_size and patch_area_entry to crtl 1174 adds patch_area_size and patch_area_entry to crtl so that the patchable 1177 It also limits patch_area_size and patch_area_entry to 65535, which is 1183 * cfgexpand.c (pass_expand::execute): Set crtl->patch_area_size 1185 * emit-rtl.h (rtl_data): Add patch_area_size and patch_area_entry. 1189 * varasm.c (assemble_start_function): Use crtl->patch_area_size 1291 === 0002-Add-patch_area_size-and-patch_area_entry-to-crtl.patch === 1295 Subject: [PATCH] Add patch_area_size and patch_area_entry to crtl 1300 adds patch_area_size and patch_area_entry to crtl so that the patchable [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 1165 === 0001-Add-patch_area_size-and-patch_area_entry-to-crtl.patch === 1169 Subject: [PATCH] Add patch_area_size and patch_area_entry to crtl 1174 adds patch_area_size and patch_area_entry to crtl so that the patchable 1177 It also limits patch_area_size and patch_area_entry to 65535, which is 1183 * cfgexpand.c (pass_expand::execute): Set crtl->patch_area_size 1185 * emit-rtl.h (rtl_data): Add patch_area_size and patch_area_entry. 1189 * varasm.c (assemble_start_function): Use crtl->patch_area_size 1291 === 0002-Add-patch_area_size-and-patch_area_entry-to-crtl.patch === 1295 Subject: [PATCH] Add patch_area_size and patch_area_entry to crtl 1300 adds patch_area_size and patch_area_entry to crtl so that the patchable [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | targhooks.c | 1806 unsigned HOST_WIDE_INT patch_area_size, in default_print_patchable_function_entry() argument 1841 for (i = 0; i < patch_area_size; ++i) in default_print_patchable_function_entry()
|
H A D | varasm.c | 1865 unsigned HOST_WIDE_INT patch_area_size = function_entry_patch_area_size; in assemble_start_function() local 1875 patch_area_size = tree_to_uhwi (patchable_function_entry_value1); in assemble_start_function() 1885 if (patch_area_entry > patch_area_size) in assemble_start_function() 1887 if (patch_area_size > 0) in assemble_start_function() 1890 patch_area_entry, patch_area_size); in assemble_start_function() 1908 if (patch_area_size > patch_area_entry) in assemble_start_function() 1910 patch_area_size in assemble_start_function()
|
H A D | target.def | 286 @var{patch_area_size} NOP instructions. If the target supports named\n\ 291 void, (FILE *file, unsigned HOST_WIDE_INT patch_area_size, bool record_p),
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 355 HOST_WIDE_INT patch_area_size, patch_area_entry; in nvptx_option_override() local 357 &patch_area_size, &patch_area_entry); in nvptx_option_override() 358 if (patch_area_size > 0) in nvptx_option_override()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 9773 unsigned HOST_WIDE_INT patch_area_size, in ix86_print_patchable_function_entry() argument 9785 default_print_patchable_function_entry (file, patch_area_size, in ix86_print_patchable_function_entry() 9793 ix86_output_patchable_area (unsigned int patch_area_size, in ix86_output_patchable_area() argument 9797 patch_area_size, in ix86_output_patchable_area() 21516 unsigned int patch_area_size in x86_function_profiler() local 21517 = crtl->patch_area_size - crtl->patch_area_entry; in x86_function_profiler() 21518 if (patch_area_size) in x86_function_profiler() 21519 ix86_output_patchable_area (patch_area_size, in x86_function_profiler()
|
H A D | i386-features.cc | 2180 patchable_area_size = crtl->patch_area_size - crtl->patch_area_entry; in gate()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 19611 unsigned HOST_WIDE_INT patch_area_size, in aarch64_print_patchable_function_entry() argument 19617 default_print_patchable_function_entry (file, patch_area_size, in aarch64_print_patchable_function_entry() 19622 rtx pa = gen_patchable_area (GEN_INT (patch_area_size), in aarch64_print_patchable_function_entry() 19653 aarch64_output_patchable_area (unsigned int patch_area_size, bool record_p) in aarch64_output_patchable_area() argument 19655 default_print_patchable_function_entry (asm_out_file, patch_area_size, in aarch64_output_patchable_area()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 22749 unsigned HOST_WIDE_INT patch_area_size, in aarch64_print_patchable_function_entry() argument 22755 default_print_patchable_function_entry (file, patch_area_size, in aarch64_print_patchable_function_entry() 22760 rtx pa = gen_patchable_area (GEN_INT (patch_area_size), in aarch64_print_patchable_function_entry() 22791 aarch64_output_patchable_area (unsigned int patch_area_size, bool record_p) in aarch64_output_patchable_area() argument 22793 default_print_patchable_function_entry (asm_out_file, patch_area_size, in aarch64_output_patchable_area()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 14799 unsigned HOST_WIDE_INT patch_area_size, in rs6000_print_patchable_function_entry() argument 14810 default_print_patchable_function_entry_1 (file, patch_area_size, record_p, in rs6000_print_patchable_function_entry()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 4725 …CHABLE_FUNCTION_ENTRY (FILE *@var{file}, unsigned HOST_WIDE_INT @var{patch_area_size}, bool @var{r… 4727 @var{patch_area_size} NOP instructions. If the target supports named
|