/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-tree.cc | 366 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_setup() 398 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_init() 446 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_fini() 487 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_teardown()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-tree.c | 505 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_setup() 537 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_init() 585 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_fini() 626 gsi_replace_with_seq (&gsi, seq, true); in gcn_goacc_reduction_teardown()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-iterator.h | 71 extern void gsi_replace_with_seq (gimple_stmt_iterator *, gimple_seq, bool);
|
H A D | omp-offload.cc | 562 gsi_replace_with_seq (&gsi, seq, true); in oacc_xform_loop() 746 gsi_replace_with_seq (&gsi, seq, true); in oacc_xform_loop() 825 gsi_replace_with_seq (&gsi, seq, true); in oacc_xform_tile() 1794 gsi_replace_with_seq (&gsi, seq, true); in default_goacc_reduction()
|
H A D | gimple-iterator.cc | 470 gsi_replace_with_seq (gimple_stmt_iterator *gsi, gimple_seq seq, in gsi_replace_with_seq() function
|
H A D | asan.cc | 3763 gsi_replace_with_seq (iter, stmts, true); in asan_expand_mark_ifn()
|
H A D | tree-ssa-forwprop.cc | 2417 gsi_replace_with_seq (gsi, seq, true); in simplify_count_trailing_zeroes()
|
H A D | gimple-fold.cc | 659 gsi_replace_with_seq (si_p, stmts, false); in gsi_replace_with_seq_vops()
|
H A D | ChangeLog-2012 | 26163 gsi_replace_with_seq, instead of inserting itself. 26164 * gimple-iterator.c (gsi_replace_with_seq): New function. 26219 (gsi_replace_with_seq): Declare.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-iterator.h | 71 extern void gsi_replace_with_seq (gimple_stmt_iterator *, gimple_seq, bool);
|
H A D | omp-offload.c | 336 gsi_replace_with_seq (&gsi, seq, true); in oacc_xform_loop() 520 gsi_replace_with_seq (&gsi, seq, true); in oacc_xform_loop() 599 gsi_replace_with_seq (&gsi, seq, true); in oacc_xform_tile() 1521 gsi_replace_with_seq (&gsi, seq, true); in default_goacc_reduction()
|
H A D | gimple-iterator.c | 466 gsi_replace_with_seq (gimple_stmt_iterator *gsi, gimple_seq seq, in gsi_replace_with_seq() function
|
H A D | tree-ssa-forwprop.c | 2008 gsi_replace_with_seq (gsi, seq, true); in simplify_count_trailing_zeroes()
|
H A D | gimple-fold.c | 554 gsi_replace_with_seq (si_p, stmts, false); in gsi_replace_with_seq_vops()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-builtin.cc | 1144 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 1178 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 1196 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 1213 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 1283 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 6171 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_setup() 6256 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_init() 6327 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_fini() 6370 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_teardown()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 6936 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_setup() 7021 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_init() 7092 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_fini() 7135 gsi_replace_with_seq (&gsi, seq, true); in nvptx_goacc_reduction_teardown()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-call.c | 10884 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 10917 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 10933 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 10949 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin() 11019 gsi_replace_with_seq (gsi, new_seq, true); in rs6000_gimple_fold_mma_builtin()
|