/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify-me.c | 305 gimple_set_lhs (stmt, temp); in gimple_regimplify_operands()
|
H A D | tree-profile.c | 533 gimple_set_lhs (stmt, tmp); in gimple_gen_time_profiler()
|
H A D | tree-ssa-math-opts.c | 1463 gimple_set_lhs (call_stmt, ssa_target); in build_and_insert_call() 2514 gimple_set_lhs (call_stmt, lhs); in convert_expand_mult_copysign() 2910 gimple_set_lhs (fma_stmt, gimple_get_lhs (use_stmt)); in convert_mult_to_fma_1()
|
H A D | tree-ssa.c | 232 gimple_set_lhs (stmt, nlhs); in gimple_replace_ssa_lhs()
|
H A D | tree-ssa-reassoc.c | 1185 gimple_set_lhs (stmt, new_lhs); in make_new_ssa_for_def() 6462 gimple_set_lhs (lhs_stmt, target_ssa); in reassociate_bb() 6481 gimple_set_lhs (stmt, tmp); in reassociate_bb()
|
H A D | tree-vect-patterns.c | 5207 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts() 5208 gimple_set_lhs (pattern_stmt, old_lhs); in vect_mark_pattern_stmts()
|
H A D | tree-vect-loop.c | 5832 gimple_set_lhs (new_stmt, scalar_dest_var); in vectorize_fold_left_reduction() 5834 gimple_set_lhs (new_stmt, reduc_var); in vectorize_fold_left_reduction() 5850 gimple_set_lhs (new_stmt, scalar_dest); in vectorize_fold_left_reduction()
|
H A D | gimple.c | 1811 gimple_set_lhs (gimple *stmt, tree lhs) in gimple_set_lhs() function
|
H A D | tree-ssa-forwprop.c | 1989 gimple_set_lhs (call, make_ssa_name (integer_type_node)); in simplify_count_trailing_zeroes()
|
H A D | omp-low.c | 7669 gimple_set_lhs (call, ddvar); in lower_oacc_head_mark() 7689 gimple_set_lhs (call, ddvar); in lower_oacc_loop_marker() 7719 gimple_set_lhs (fork, ddvar); in lower_oacc_head_tail() 7724 gimple_set_lhs (join, ddvar); in lower_oacc_head_tail()
|
H A D | gimple.h | 1600 void gimple_set_lhs (gimple *, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify-me.cc | 301 gimple_set_lhs (stmt, temp); in gimple_regimplify_operands()
|
H A D | gimple-isel.cc | 316 gimple_set_lhs (g, lhs); in gimple_expand_vec_exprs()
|
H A D | tree-profile.cc | 542 gimple_set_lhs (stmt, tmp); in gimple_gen_time_profiler()
|
H A D | tree-ssa-math-opts.cc | 1597 gimple_set_lhs (call_stmt, ssa_target); in build_and_insert_call() 2652 gimple_set_lhs (call_stmt, lhs); in convert_expand_mult_copysign() 3066 gimple_set_lhs (fma_stmt, gimple_get_lhs (use_stmt)); in convert_mult_to_fma_1()
|
H A D | tree-ssa.cc | 232 gimple_set_lhs (stmt, nlhs); in gimple_replace_ssa_lhs()
|
H A D | tree-vect-loop.cc | 6364 gimple_set_lhs (new_stmt, scalar_dest_var); in vectorize_fold_left_reduction() 6366 gimple_set_lhs (new_stmt, reduc_var); in vectorize_fold_left_reduction() 6382 gimple_set_lhs (new_stmt, scalar_dest); in vectorize_fold_left_reduction() 7591 gimple_set_lhs (new_stmt, new_temp); in vect_transform_reduction()
|
H A D | tree-ssa-reassoc.cc | 1252 gimple_set_lhs (stmt, new_lhs); in make_new_ssa_for_def() 6884 gimple_set_lhs (lhs_stmt, target_ssa); in reassociate_bb() 6903 gimple_set_lhs (stmt, tmp); in reassociate_bb()
|
H A D | tree-vect-patterns.cc | 5714 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts() 5715 gimple_set_lhs (pattern_stmt, old_lhs); in vect_mark_pattern_stmts()
|
H A D | gimple-ssa-store-merging.cc | 1330 gimple_set_lhs (bswap_stmt, tmp); in bswap_replace() 1347 gimple_set_lhs (mask_stmt ? mask_stmt : bswap_stmt, tmp); in bswap_replace()
|
H A D | gimple.cc | 1890 gimple_set_lhs (gimple *stmt, tree lhs) in gimple_set_lhs() function
|
H A D | tree-ssa-forwprop.cc | 2398 gimple_set_lhs (call, make_ssa_name (integer_type_node)); in simplify_count_trailing_zeroes()
|
H A D | omp-low.cc | 8392 gimple_set_lhs (call, ddvar); in lower_oacc_head_mark() 8412 gimple_set_lhs (call, ddvar); in lower_oacc_loop_marker() 8450 gimple_set_lhs (fork, ddvar); in lower_oacc_head_tail() 8455 gimple_set_lhs (join, ddvar); in lower_oacc_head_tail()
|
H A D | tree-eh.cc | 2069 gimple_set_lhs (stmt, tmp); in lower_eh_constructs_2()
|
H A D | gimple.h | 1605 void gimple_set_lhs (gimple *, tree);
|