Searched refs:end_loop (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | explow.cc | 1955 emit_stack_clash_protection_probe_loop_end (rtx loop_lab, rtx end_loop, in emit_stack_clash_protection_probe_loop_end() argument 1964 emit_label (end_loop); in emit_stack_clash_protection_probe_loop_end() 2035 rtx loop_lab, end_loop; in anti_adjust_stack_and_probe_stack_clash() local 2037 emit_stack_clash_protection_probe_loop_start (&loop_lab, &end_loop, in anti_adjust_stack_and_probe_stack_clash() 2048 emit_stack_clash_protection_probe_loop_end (loop_lab, end_loop, in anti_adjust_stack_and_probe_stack_clash()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | explow.c | 1923 emit_stack_clash_protection_probe_loop_end (rtx loop_lab, rtx end_loop, in emit_stack_clash_protection_probe_loop_end() argument 1932 emit_label (end_loop); in emit_stack_clash_protection_probe_loop_end() 2003 rtx loop_lab, end_loop; in anti_adjust_stack_and_probe_stack_clash() local 2005 emit_stack_clash_protection_probe_loop_start (&loop_lab, &end_loop, in anti_adjust_stack_and_probe_stack_clash() 2016 emit_stack_clash_protection_probe_loop_end (loop_lab, end_loop, in anti_adjust_stack_and_probe_stack_clash()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrControl.td | 84 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2015 | 191 (IRVisitor::end_loop): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.md | 9942 rtx loop_lab, end_loop; 9948 emit_stack_clash_protection_probe_loop_start (&loop_lab, &end_loop, 9959 emit_stack_clash_protection_probe_loop_end (loop_lab, end_loop,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A 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,
|