HomeSort by: relevance | last modified time | path
    Searched defs:new_fndecl (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-c.cc 329 tree new_fndecl; local
336 new_fndecl = aarch64_sve::resolve_overloaded_builtin (location, subcode,
340 if (new_fndecl == NULL_TREE || new_fndecl == error_mark_node)
341 return new_fndecl;
342 return build_function_call_vec (location, vNULL, new_fndecl, arglist,
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-c.cc 378 tree new_fndecl; local
385 new_fndecl = aarch64_sve::resolve_overloaded_builtin (location, subcode,
389 if (new_fndecl == NULL_TREE || new_fndecl == error_mark_node)
390 return new_fndecl;
391 return build_function_call_vec (location, vNULL, new_fndecl, arglist,
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-c.cc 323 tree new_fndecl = NULL_TREE; local
333 new_fndecl = riscv_vector::resolve_overloaded_builtin (loc, subcode,
340 if (new_fndecl == NULL_TREE)
341 return new_fndecl;
343 return build_function_call_vec (loc, vNULL, new_fndecl, arglist, NULL,
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-c.cc 179 tree new_fndecl = arm_mve::resolve_overloaded_builtin (loc, subcode, arglist); local
180 if (new_fndecl == NULL_TREE || new_fndecl == error_mark_node)
181 return new_fndecl;
182 return build_function_call_vec (loc, vNULL, new_fndecl, arglist,
  /src/external/gpl3/gcc.old/dist/gcc/
omp-offload.cc 2617 tree new_fndecl = omp_resolve_declare_variant (fndecl);
2618 if (new_fndecl != fndecl)
2620 gimple_call_set_fndecl (stmt, new_fndecl);
2616 tree new_fndecl = omp_resolve_declare_variant (fndecl); local
tree-inline.cc 2804 NEW_FNDECL to be build. CALLEE_FNDECL is the original. Function changes
2805 the cfun to the function of new_fndecl (and current_function_decl too). */
2808 initialize_cfun (tree new_fndecl, tree callee_fndecl, profile_count count)
2816 push_struct_function (new_fndecl, true);
2817 targetm.target_option.relayout_function (new_fndecl);
2823 gcc_assert (cfun->decl == new_fndecl);
3037 tree new_fndecl = NULL; local
3190 return new_fndecl;
  /src/external/gpl3/gcc/dist/gcc/
omp-offload.cc 2652 tree new_fndecl = omp_resolve_declare_variant (fndecl);
2653 if (new_fndecl != fndecl)
2655 gimple_call_set_fndecl (stmt, new_fndecl);
2651 tree new_fndecl = omp_resolve_declare_variant (fndecl); local
tree-inline.cc 2821 NEW_FNDECL to be build. CALLEE_FNDECL is the original. Function changes
2822 the cfun to the function of new_fndecl (and current_function_decl too). */
2825 initialize_cfun (tree new_fndecl, tree callee_fndecl, profile_count count)
2833 push_struct_function (new_fndecl, true);
2834 targetm.target_option.relayout_function (new_fndecl);
2840 gcc_assert (cfun->decl == new_fndecl);
3055 tree new_fndecl = NULL; local
3208 return new_fndecl;
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 5813 tree new_fndecl = build_decl (BUILTINS_LOCATION, local
5815 TREE_PUBLIC (new_fndecl) = 1;
5816 DECL_EXTERNAL (new_fndecl) = 1;
5817 DECL_IS_NOVOPS (new_fndecl) = 1;
5818 TREE_READONLY (new_fndecl) = 1;
5820 return new_fndecl;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5719 tree fntype, new_fndecl, bdecl = NULL_TREE;
5808 new_fndecl = build_decl (BUILTINS_LOCATION,
5810 TREE_PUBLIC (new_fndecl) = 1;
5811 DECL_EXTERNAL (new_fndecl) = 1;
5812 DECL_IS_NOVOPS (new_fndecl) = 1;
5813 TREE_READONLY (new_fndecl) = 1;
5815 return new_fndecl;
5709 tree fntype, new_fndecl, bdecl = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 5663 tree fntype, new_fndecl, bdecl = NULL_TREE;
5752 new_fndecl = build_decl (BUILTINS_LOCATION,
5754 TREE_PUBLIC (new_fndecl) = 1;
5755 DECL_EXTERNAL (new_fndecl) = 1;
5756 DECL_IS_NOVOPS (new_fndecl) = 1;
5757 TREE_READONLY (new_fndecl) = 1;
5759 return new_fndecl;
5653 tree fntype, new_fndecl, bdecl = NULL_TREE; local

Completed in 112 milliseconds