Home
last modified time | relevance | path

Searched refs:gimple_move_vops (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-propagate.c620 gimple_move_vops (new_stmt, stmt); in finish_update_gimple_call()
700 gimple_move_vops (new_stmt, stmt); in update_call_from_tree()
725 gimple_move_vops (new_stmt, stmt); in update_call_from_tree()
H A Dgimple-fold.c648 gimple_move_vops (repl, stmt); in replace_call_with_call_and_fold()
833 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op()
1091 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op()
1269 gimple_move_vops (store, stmt); in gimple_fold_builtin_memset()
3076 gimple_move_vops (repl, stmt); in gimple_fold_builtin_stpcpy()
4224 gimple_move_vops (g, stmt); in fold_builtin_atomic_compare_exchange()
4328 gimple_move_vops (new_stmt, call); in gimple_fold_mask_load()
4345 gimple_move_vops (new_stmt, call); in gimple_fold_mask_store()
4460 gimple_move_vops (new_stmt, stmt); in gimple_fold_call()
H A Dtree-call-cdce.c1121 gimple_move_vops (new_call, call); in use_internal_fn()
H A Dtree-vectorizer.c292 gimple_move_vops (g, stmt); in adjust_simduid_builtins()
H A Dipa-param-manipulation.c879 gimple_move_vops (new_stmt, stmt); in modify_call()
H A Dtree-if-conv.c2149 gimple_move_vops (new_stmt, stmt); in predicate_load_or_store()
H A Dtree-ssa-ccp.c3045 gimple_move_vops (g, call); in optimize_atomic_bit_test_and()
H A Dtree-ssa-math-opts.c1042 gimple_move_vops (stmt2, call); in execute()
H A Dgimple.c2073 gimple_move_vops (gimple *new_stmt, gimple *old_stmt) in gimple_move_vops() function
H A Dgimple.h1602 void gimple_move_vops (gimple *, gimple *);
H A Dtree-vect-stmts.c9701 gimple_move_vops (new_stmt, stmt_info->stmt); in vectorizable_load()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-isel.cc103 gimple_move_vops (ass_stmt, stmt); in gimple_expand_vec_set_expr()
H A Dgimple-fold.cc674 gimple_move_vops (new_stmt, stmt); in finish_update_gimple_call()
841 gimple_move_vops (repl, stmt); in replace_call_with_call_and_fold()
1045 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op()
1337 gimple_move_vops (new_stmt, stmt); in gimple_fold_builtin_memory_op()
1516 gimple_move_vops (store, stmt); in gimple_fold_builtin_memset()
3308 gimple_move_vops (repl, stmt); in gimple_fold_builtin_stpcpy()
5304 gimple_move_vops (g, stmt); in fold_builtin_atomic_compare_exchange()
5408 gimple_move_vops (new_stmt, call); in gimple_fold_mask_load()
5425 gimple_move_vops (new_stmt, call); in gimple_fold_mask_store()
5527 gimple_move_vops (new_stmt, stmt); in gimple_fold_call()
H A Dtree-call-cdce.cc1122 gimple_move_vops (new_call, call); in use_internal_fn()
H A Dtree-vectorizer.cc294 gimple_move_vops (g, stmt); in adjust_simduid_builtins()
H A Dtree-ssa-ccp.cc3802 gimple_move_vops (g, call); in optimize_atomic_bit_test_and()
4021 gimple_move_vops (g, call); in optimize_atomic_op_fetch_cmp_0()
H A Dipa-param-manipulation.cc1025 gimple_move_vops (new_stmt, stmt); in modify_call()
H A Dgimple.cc2161 gimple_move_vops (gimple *new_stmt, gimple *old_stmt) in gimple_move_vops() function
H A Dtree-if-conv.cc2282 gimple_move_vops (new_stmt, stmt); in predicate_load_or_store()
H A Dgimple.h1607 void gimple_move_vops (gimple *, gimple *);
H A Dtree-ssa-math-opts.cc1063 gimple_move_vops (stmt2, call); in execute()
H A Dtree-vect-stmts.cc10047 gimple_move_vops (new_stmt, stmt_info->stmt); in vectorizable_load()
H A DChangeLog-201919130 * gimple.h (gimple_move_vops): Declare.
19131 * gimple.c (gimple_move_vops): New function