Home
last modified time | relevance | path

Searched refs:gimple_build_return (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopt-problem.cc197 greturn *stmt_at_5 = gimple_build_return (integer_one_node); in test_opt_result_failure_at()
200 greturn *stmt_at_6 = gimple_build_return (integer_zero_node); in test_opt_result_failure_at()
H A Dsymtab-thunks.cc632 ret = gimple_build_return (restmp); in expand_thunk()
634 ret = gimple_build_return (resdecl); in expand_thunk()
H A Dgimple-low.cc134 x = gimple_build_return (NULL); in lower_function_body()
H A Dipa-split.cc1279 gsi_insert_after (&gsi, gimple_build_return (NULL), GSI_NEW_STMT); in split_function()
1696 ret = gimple_build_return (retval); in split_function()
H A Dgimple.cc195 gimple_build_return (tree retval) in gimple_build_return() function
3489 greturn *stmt = gimple_build_return (val); in test_return_stmt()
3505 greturn *stmt = gimple_build_return (NULL); in test_return_without_value()
H A Ddumpfile.cc2280 gimple *stmt = gimple_build_return (NULL); in test_capture_of_dump_calls()
H A Domp-simd-clone.cc1402 g = gimple_build_return (retval); in simd_clone_adjust()
H A DChangeLog.gimple-classes19 * gimple.c (gimple_build_return): Likewise.
426 (gimple_build_return): Likewise.
3765 (gimple_build_return): Return a gimple_return rather
3768 * gimple.c (gimple_build_return): Return a gimple_return rather
H A Dgimple.h1518 greturn *gimple_build_return (tree);
H A DChangeLog.tuples3890 * gimple.c (gimple_build_return): Rely on gimple_return_set_retval
5636 (gimple_build_return): Rename from build_gimple_return.
7225 * gimple.h (build_gimple_return): Rename from gimple_build_return.
7277 (gimple_build_return, gimple_build_call_1, gimple_build_assign,
H A Domp-expand.cc1425 stmt = gimple_build_return (NULL); in expand_omp_taskreg()
9868 stmt = gimple_build_return (NULL); in expand_omp_target()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopt-problem.cc197 greturn *stmt_at_5 = gimple_build_return (integer_one_node); in test_opt_result_failure_at()
200 greturn *stmt_at_6 = gimple_build_return (integer_zero_node); in test_opt_result_failure_at()
H A Dgimple-low.c134 x = gimple_build_return (NULL); in lower_function_body()
H A Dipa-split.c1260 gsi_insert_after (&gsi, gimple_build_return (NULL), GSI_NEW_STMT); in split_function()
1677 ret = gimple_build_return (retval); in split_function()
H A Dgimple.c192 gimple_build_return (tree retval) in gimple_build_return() function
3395 greturn *stmt = gimple_build_return (val); in test_return_stmt()
3411 greturn *stmt = gimple_build_return (NULL); in test_return_without_value()
H A Dcgraphunit.c2176 ret = gimple_build_return (restmp); in expand_thunk()
2178 ret = gimple_build_return (resdecl); in expand_thunk()
H A Domp-simd-clone.c1390 g = gimple_build_return (retval); in simd_clone_adjust()
H A Ddumpfile.c2222 gimple *stmt = gimple_build_return (NULL);
H A Domp-expand.c1423 stmt = gimple_build_return (NULL); in expand_omp_taskreg()
8096 stmt = gimple_build_return (NULL); in expand_omp_target()
8740 gimple *ret_stmt = gimple_build_return (NULL); in grid_expand_target_grid_body()
H A Dgimple.h1516 greturn *gimple_build_return (tree);
H A Dgimplify.c1598 greturn *ret = gimple_build_return (ret_expr); in gimplify_return_expr()
1674 ret = gimple_build_return (result); in gimplify_return_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c256 gimple *ret = gimple_build_return (NULL); in c_parser_parse_gimple_body()
2375 ret = gimple_build_return (NULL); in c_parser_gimple_return_stmt()
2385 ret = gimple_build_return (expr.value); in c_parser_gimple_return_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc256 gimple *ret = gimple_build_return (NULL); in c_parser_parse_gimple_body()
2427 ret = gimple_build_return (NULL); in c_parser_gimple_return_stmt()
2437 ret = gimple_build_return (expr.value); in c_parser_gimple_return_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2530 return_stmt = gimple_build_return (result_var); in add_condition_to_bb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2400 return_stmt = gimple_build_return (result_var); in add_condition_to_bb()

12