| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-isolate-paths.cc | 432 is_addr_local (gimple *return_stmt, tree exp, locmap_t *plocmap, in is_addr_local() argument 439 return is_addr_local (return_stmt, TREE_OPERAND (baseaddr, 0), in is_addr_local() 447 args_loc_t &argsloc = plocmap->get_or_insert (return_stmt); in is_addr_local() 496 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); in is_addr_local() 498 res2 = is_addr_local (return_stmt, ptr2, plocmap, visited); in is_addr_local() 501 if (args_loc_t *argsloc = plocmap->get (return_stmt)) in is_addr_local() 520 args_loc_t &argsloc = plocmap->get_or_insert (return_stmt); in is_addr_local() 553 return is_addr_local (return_stmt, in is_addr_local() 569 args_loc_t &argsloc = plocmap->get_or_insert (return_stmt); in is_addr_local() 576 if (is_addr_local (return_stmt, arg, plocmap, visited)) in is_addr_local() [all …]
|
| H A D | function-tests.cc | 244 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local 247 tsi_link_after (&stmt_iter, return_stmt, TSI_CONTINUE_LINKING); in build_trivial_generic_function() 570 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local 571 ASSERT_EQ (SSA_NAME, TREE_CODE (gimple_return_retval (return_stmt))); in test_conversion_to_ssa()
|
| H A D | tree-nrv.cc | 172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local 177 ret_val = gimple_return_retval (return_stmt); in execute()
|
| H A D | ipa-split.cc | 776 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local 779 retval = gimple_return_retval (return_stmt); in find_return_bb() 802 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local 803 return gimple_return_retval (return_stmt); in find_retval() 1581 if (greturn *return_stmt in split_function() local 1584 gimple_return_set_retval (return_stmt, retval); in split_function()
|
| H A D | gimple-walk.cc | 921 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local 923 tree op = gimple_return_retval (return_stmt); in walk_stmt_load_store_addr_ops()
|
| H A D | tree-complex.cc | 1581 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local 1582 type = TREE_TYPE (gimple_return_retval (return_stmt)); in expand_complex_comparison() 1583 gimple_return_set_retval (return_stmt, fold_convert (type, cc)); in expand_complex_comparison()
|
| H A D | tree-ssa-dce.cc | 949 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in propagate_necessity() local 951 tree rhs = gimple_return_retval (return_stmt); in propagate_necessity()
|
| H A D | gimple.cc | 3107 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in infer_nonnull_range_by_attribute() local 3108 if (gimple_return_retval (return_stmt) in infer_nonnull_range_by_attribute() 3109 && operand_equal_p (gimple_return_retval (return_stmt), op, 0) in infer_nonnull_range_by_attribute()
|
| H A D | omp-simd-clone.cc | 1071 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in ipa_simd_modify_function_body() local 1073 tree retval = gimple_return_retval (return_stmt); in ipa_simd_modify_function_body()
|
| H A D | predict.cc | 2922 greturn *return_stmt = NULL; in apply_return_prediction() local 2937 return_stmt = as_a <greturn *> (last); in apply_return_prediction() 2943 return_val = gimple_return_retval (return_stmt); in apply_return_prediction()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-isolate-paths.c | 427 is_addr_local (gimple *return_stmt, tree exp, locmap_t *plocmap, in is_addr_local() argument 434 return is_addr_local (return_stmt, TREE_OPERAND (baseaddr, 0), in is_addr_local() 442 args_loc_t &argsloc = plocmap->get_or_insert (return_stmt); in is_addr_local() 491 res1 = is_addr_local (return_stmt, ptr1, plocmap, visited); in is_addr_local() 493 res2 = is_addr_local (return_stmt, ptr2, plocmap, visited); in is_addr_local() 496 if (args_loc_t *argsloc = plocmap->get (return_stmt)) in is_addr_local() 515 args_loc_t &argsloc = plocmap->get_or_insert (return_stmt); in is_addr_local() 548 return is_addr_local (return_stmt, in is_addr_local() 564 args_loc_t &argsloc = plocmap->get_or_insert (return_stmt); in is_addr_local() 571 if (is_addr_local (return_stmt, arg, plocmap, visited)) in is_addr_local() [all …]
|
| H A D | function-tests.c | 243 tree return_stmt = build1 (RETURN_EXPR, in build_trivial_generic_function() local 246 tsi_link_after (&stmt_iter, return_stmt, TSI_CONTINUE_LINKING); in build_trivial_generic_function() 569 greturn *return_stmt = as_a <greturn *> (stmt_b); in test_conversion_to_ssa() local 570 ASSERT_EQ (SSA_NAME, TREE_CODE (gimple_return_retval (return_stmt))); in test_conversion_to_ssa()
|
| H A D | tree-nrv.c | 172 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in execute() local 177 ret_val = gimple_return_retval (return_stmt); in execute()
|
| H A D | ipa-split.c | 775 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in find_return_bb() local 778 retval = gimple_return_retval (return_stmt); in find_return_bb() 801 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi))) in find_retval() local 802 return gimple_return_retval (return_stmt); in find_retval() 1562 if (greturn *return_stmt in split_function() local 1565 gimple_return_set_retval (return_stmt, retval); in split_function()
|
| H A D | gimple-walk.c | 904 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in walk_stmt_load_store_addr_ops() local 906 tree op = gimple_return_retval (return_stmt); in walk_stmt_load_store_addr_ops()
|
| H A D | tree-complex.c | 1548 greturn *return_stmt = as_a <greturn *> (stmt); in expand_complex_comparison() local 1549 type = TREE_TYPE (gimple_return_retval (return_stmt)); in expand_complex_comparison() 1550 gimple_return_set_retval (return_stmt, fold_convert (type, cc)); in expand_complex_comparison()
|
| H A D | tree-ssa-dce.c | 1008 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in propagate_necessity() local 1010 tree rhs = gimple_return_retval (return_stmt); in propagate_necessity()
|
| H A D | gimple.c | 3013 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in infer_nonnull_range_by_attribute() local 3014 if (gimple_return_retval (return_stmt) in infer_nonnull_range_by_attribute() 3015 && operand_equal_p (gimple_return_retval (return_stmt), op, 0) in infer_nonnull_range_by_attribute()
|
| H A D | omp-simd-clone.c | 1061 if (greturn *return_stmt = dyn_cast <greturn *> (stmt)) in ipa_simd_modify_function_body() local 1063 tree retval = gimple_return_retval (return_stmt); in ipa_simd_modify_function_body()
|
| H A D | predict.c | 2888 greturn *return_stmt = NULL; in apply_return_prediction() local 2903 return_stmt = as_a <greturn *> (last); in apply_return_prediction() 2909 return_val = gimple_return_retval (return_stmt); in apply_return_prediction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-features.cc | 2506 gimple *return_stmt; in add_condition_to_bb() local 2530 return_stmt = gimple_build_return (result_var); in add_condition_to_bb() 2535 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb() 2538 gimple_set_bb (return_stmt, new_bb); in add_condition_to_bb() 2582 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb() 2591 e23 = split_block (bb2, return_stmt); in add_condition_to_bb() 2594 gimple_set_bb (return_stmt, bb2); in add_condition_to_bb()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-features.c | 2376 gimple *return_stmt; in add_condition_to_bb() local 2400 return_stmt = gimple_build_return (result_var); in add_condition_to_bb() 2405 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb() 2408 gimple_set_bb (return_stmt, new_bb); in add_condition_to_bb() 2452 gimple_seq_add_stmt (&gseq, return_stmt); in add_condition_to_bb() 2461 e23 = split_block (bb2, return_stmt); in add_condition_to_bb() 2464 gimple_set_bb (return_stmt, bb2); in add_condition_to_bb()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.c | 1731 tree return_stmt = build1 (RETURN_EXPR, return_type, in add_return() local 1734 set_tree_location (return_stmt, loc); in add_return() 1736 add_stmt (return_stmt); in add_return()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-function.cc | 867 tree return_stmt = build_stmt (RETURN_EXPR, NULL); in append_return_stmt() local 868 append_to_statement_list_force (return_stmt, &stmts); in append_return_stmt()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.cc | 2113 tree return_stmt = build1 (RETURN_EXPR, return_type, in add_return() local 2116 set_tree_location (return_stmt, loc); in add_return() 2118 add_stmt (return_stmt); in add_return()
|