| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | explow.cc | 1773 rtx_code_label *loop_lab = gen_label_rtx (); in probe_stack_range() local 1810 emit_label (loop_lab); in probe_stack_range() 1826 emit_jump (loop_lab); in probe_stack_range() 1933 emit_stack_clash_protection_probe_loop_start (rtx *loop_lab, in emit_stack_clash_protection_probe_loop_start() argument 1940 *loop_lab = gen_label_rtx (); in emit_stack_clash_protection_probe_loop_start() 1943 emit_label (*loop_lab); in emit_stack_clash_protection_probe_loop_start() 1955 emit_stack_clash_protection_probe_loop_end (rtx loop_lab, rtx end_loop, in emit_stack_clash_protection_probe_loop_end() argument 1960 Pmode, 1, loop_lab); in emit_stack_clash_protection_probe_loop_end() 1962 emit_jump (loop_lab); in emit_stack_clash_protection_probe_loop_end() 2035 rtx loop_lab, end_loop; in anti_adjust_stack_and_probe_stack_clash() local [all …]
|
| D | internal-fn.cc | 2254 rtx_code_label *loop_lab = NULL; in expand_vector_ubsan_overflow() local 2292 loop_lab = gen_label_rtx (); in expand_vector_ubsan_overflow() 2296 emit_label (loop_lab); in expand_vector_ubsan_overflow() 2380 TYPE_MODE (sizetype), NULL_RTX, NULL, loop_lab, in expand_vector_ubsan_overflow()
|
| D | ChangeLog-2014 | 26762 (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000-logue.cc | 1890 char loop_lab[32]; in output_probe_stack_range_1() local 1893 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range_1() 1896 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range_1() 1916 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range_1() 1968 char loop_lab[32]; in output_probe_stack_range_stack_clash() local 1973 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range_stack_clash() 1975 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range_stack_clash() 1995 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range_stack_clash()
|
| D | rs6000.md | 10669 rtx loop_lab, end_loop; 10675 emit_stack_clash_protection_probe_loop_start (&loop_lab, &end_loop, 10686 emit_stack_clash_protection_probe_loop_end (loop_lab, end_loop,
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.cc | 7862 char loop_lab[32]; in output_adjust_stack_and_probe() local 7865 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_adjust_stack_and_probe() 7868 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_adjust_stack_and_probe() 7886 assemble_name_raw (asm_out_file, loop_lab); in output_adjust_stack_and_probe() 7996 char loop_lab[32]; in output_probe_stack_range() local 7999 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 8002 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 8022 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.cc | 3436 char loop_lab[32]; in output_probe_stack_range() local 3439 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 3442 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 3460 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 5737 char loop_lab[32]; in output_probe_stack_range() local 5740 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 5743 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 5759 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 12214 char loop_lab[32], tmp[64]; in mips_output_probe_stack_range() local 12217 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in mips_output_probe_stack_range() 12220 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in mips_output_probe_stack_range() 12233 output_asm_insn (strcat (tmp, &loop_lab[1]), xops); in mips_output_probe_stack_range()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 23367 char loop_lab[32]; in output_probe_stack_range() local 23370 ASM_GENERATE_INTERNAL_LABEL (loop_lab, "LPSRL", labelno++); in output_probe_stack_range() 23373 ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, loop_lab); in output_probe_stack_range() 23389 assemble_name_raw (asm_out_file, loop_lab); in output_probe_stack_range()
|