Home
last modified time | relevance | path

Searched refs:orig_pattern_stmt (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-patterns.c4749 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
4754 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
4757 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
4762 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
4763 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
4774 != orig_pattern_stmt); in vect_mark_pattern_stmts()
4790 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
4796 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-patterns.c4749 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
4754 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
4757 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
4762 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
4763 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
4774 != orig_pattern_stmt); in vect_mark_pattern_stmts()
4790 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
4796 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-patterns.c4745 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
4750 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
4753 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
4758 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
4759 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
4770 != orig_pattern_stmt); in vect_mark_pattern_stmts()
4786 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
4792 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-patterns.c5193 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5198 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5201 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5206 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5207 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5218 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5237 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5243 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-patterns.c5180 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5185 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5188 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5193 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5194 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5205 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5224 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5230 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-patterns.c5193 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5198 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5201 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5206 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5207 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5218 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5237 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5243 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-patterns.c5531 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5536 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5539 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5544 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5545 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5556 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5575 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5582 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-patterns.c5344 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5349 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5352 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5357 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5358 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5369 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5388 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5395 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-patterns.c5306 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5311 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5314 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5319 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5320 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5331 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5350 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5357 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-patterns.c5306 gimple *orig_pattern_stmt = NULL; in vect_mark_pattern_stmts() local
5311 orig_pattern_stmt = orig_stmt_info->stmt; in vect_mark_pattern_stmts()
5314 "replacing earlier pattern %G", orig_pattern_stmt); in vect_mark_pattern_stmts()
5319 tree old_lhs = gimple_get_lhs (orig_pattern_stmt); in vect_mark_pattern_stmts()
5320 gimple_set_lhs (orig_pattern_stmt, gimple_get_lhs (pattern_stmt)); in vect_mark_pattern_stmts()
5331 != orig_pattern_stmt); in vect_mark_pattern_stmts()
5350 if (orig_pattern_stmt) in vect_mark_pattern_stmts()
5357 gimple_stmt_iterator gsi = gsi_for_stmt (orig_pattern_stmt, in vect_mark_pattern_stmts()