| /trueos/contrib/gcc/ |
| HD | tree-profile.c | 154 call = build_function_call_expr (tree_interval_profiler_fn, args); in tree_gen_interval_profiler() 177 call = build_function_call_expr (tree_pow2_profiler_fn, args); in tree_gen_pow2_profiler() 200 call = build_function_call_expr (tree_one_value_profiler_fn, args); in tree_gen_one_value_profiler()
|
| HD | omp-low.c | 1436 t = build_function_call_expr (t, NULL); in build_omp_barrier() 1684 x = build_function_call_expr (x, args); in lower_rec_input_clauses() 1718 x = build_function_call_expr (x, args); in lower_rec_input_clauses() 1822 x = build_function_call_expr (x, NULL); in lower_rec_input_clauses() 1976 x = build_function_call_expr (x, NULL); in lower_reduction_clauses() 1982 x = build_function_call_expr (x, NULL); in lower_reduction_clauses() 2281 t = build_function_call_expr (t, args); in expand_parallel_call() 2290 t = build_function_call_expr (OMP_PARALLEL_FN (entry_stmt), args); in expand_parallel_call() 2294 t = build_function_call_expr (t, NULL); in expand_parallel_call() 2321 t = build_function_call_expr (t, NULL); in maybe_catch_exception() [all …]
|
| HD | builtins.c | 1862 exp = build_function_call_expr (fndecl, arglist); in expand_builtin_mathfn() 2018 exp = build_function_call_expr (fndecl, arglist); in expand_builtin_mathfn_2() 2111 exp = build_function_call_expr (fndecl, arglist); in expand_builtin_mathfn_3() 2268 exp = build_function_call_expr (fndecl, arglist); in expand_builtin_int_roundingfn() 2298 exp = build_function_call_expr (fallback_fndecl, arglist); in expand_builtin_int_roundingfn() 2927 return expand_expr (build_function_call_expr (fn, arglist), in expand_builtin_mempcpy() 3051 fn = build_function_call_expr (fn, arglist); in expand_builtin_memmove() 3214 return expand_expr (build_function_call_expr (fn, arglist), in expand_builtin_stpcpy() 3520 fn = build_function_call_expr (fndecl, arglist); in expand_builtin_memset() 3807 fn = build_function_call_expr (fndecl, arglist); in expand_builtin_strcmp() [all …]
|
| HD | tree-mudflap.c | 672 t = build_function_call_expr (mf_check_fndecl, u); in mf_build_check_statement_for() 1017 unregister_fncall = build_function_call_expr (mf_unregister_fndecl, in mx_register_decls() 1038 register_fncall = build_function_call_expr (mf_register_fndecl, in mx_register_decls() 1188 call_stmt = build_function_call_expr (mf_register_fndecl, args); in mudflap_register_call() 1245 tree call2_stmt = build_function_call_expr (mf_init_fndecl, NULL_TREE); in mudflap_finish_file() 1254 tree call_stmt = build_function_call_expr (mf_set_options_fndecl, arg); in mudflap_finish_file()
|
| HD | gimple-low.c | 140 t = build_function_call_expr (t,arg); in lower_function_body() 671 t = build_function_call_expr (t, arg); in lower_builtin_setjmp() 695 t = build_function_call_expr (t, arg); in lower_builtin_setjmp()
|
| HD | targhooks.c | 428 return build_function_call_expr (t, NULL_TREE); in default_external_stack_protect_fail() 461 return build_function_call_expr (t, NULL_TREE); in default_hidden_stack_protect_fail()
|
| HD | c-omp.c | 79 x = build_function_call_expr (x, NULL); in c_finish_omp_barrier() 153 x = build_function_call_expr (x, NULL); in c_finish_omp_flush()
|
| HD | convert.c | 250 expr = build_function_call_expr (fn, arglist); in convert_to_real() 290 build_function_call_expr (fn, in convert_to_real() 502 tree newexpr = build_function_call_expr (fn, arglist); in convert_to_integer()
|
| HD | gimplify.c | 1040 build_function_call_expr (implicit_built_in_decls[BUILT_IN_STACK_SAVE], in build_stack_save_restore() 1046 build_function_call_expr (implicit_built_in_decls[BUILT_IN_STACK_RESTORE], in build_stack_save_restore() 1246 t = build_function_call_expr (t, args); in gimplify_decl_expr() 2564 t = build_function_call_expr (t, args); in gimplify_modify_expr_to_memcpy() 2594 t = build_function_call_expr (t, args); in gimplify_modify_expr_to_memset() 3638 t = build_function_call_expr (t, args); in gimplify_variable_sized_compare() 5129 *expr_p = build_function_call_expr (decl, args); in gimplify_omp_atomic_fetch_op() 5258 x = build_function_call_expr (cmpxchg, args); in gimplify_omp_atomic_pipeline() 5302 t = build_function_call_expr (t, NULL); in gimplify_omp_atomic_mutex() 5310 t = build_function_call_expr (t, NULL); in gimplify_omp_atomic_mutex() [all …]
|
| HD | tree-nested.c | 1541 x = build_function_call_expr (x, arg); in convert_nl_goto_reference() 1644 x = build_function_call_expr (x, arg); in convert_tramp_reference() 1864 x = build_function_call_expr (x, arg); in finalize_nesting_tree_1()
|
| HD | fold-const.c | 1325 return build_function_call_expr (fndecl, arglist); in fold_negate_expr() 9253 return build_function_call_expr (rootfn, arglist); in fold_binary() 9264 return build_function_call_expr (expfn, arglist); in fold_binary() 9287 return build_function_call_expr (powfn, arglist); in fold_binary() 9298 return build_function_call_expr (powfn, arglist); in fold_binary() 9315 return build_function_call_expr (sinfn, in fold_binary() 9340 return build_function_call_expr (powfn, arglist); in fold_binary() 9365 return build_function_call_expr (powfn, arglist); in fold_binary() 9380 return build_function_call_expr (powfn, arglist); in fold_binary() 9919 return build_function_call_expr (tanfn, in fold_binary() [all …]
|
| HD | tree-ssa-loop-prefetch.c | 850 prefetch = build_function_call_expr (built_in_decls[BUILT_IN_PREFETCH], in issue_prefetch_ref()
|
| HD | coverage.c | 950 t = build_function_call_expr (gcov_init, t); in create_coverage()
|
| HD | tree-ssa-ccp.c | 2378 = build_function_call_expr (implicit_built_in_decls[BUILT_IN_TRAP], in fold_stmt()
|
| HD | tree-vect-transform.c | 1921 new_stmt = build_function_call_expr (builtin_decl, params); in vectorizable_load()
|
| HD | tree.h | 4404 extern tree build_function_call_expr (tree, tree);
|
| HD | function.c | 3236 t = build_function_call_expr (t, args); in gimplify_parameters()
|
| HD | ChangeLog.tree-ssa | 1628 (build_function_call_expr): Add CALL_EXPR chain operand. 4370 (mx_register_decls): Use build_function_call_expr.
|
| HD | ChangeLog-2002 | 8832 * builtins.c (build_function_call_expr): Remove prototype, export 8840 * tree.h: Prototype build_function_call_expr and builtin_mathfn_code
|
| HD | ChangeLog-2004 | 32172 fold_builtin_1, build_function_call_expr, 33167 (build_function_call_expr): Update call to build a new
|
| HD | ChangeLog-2000 | 213 * builtins.c (build_function_call_expr): New function. Use it
|
| HD | ChangeLog-2003 | 10246 * builtins.c (build_function_call_expr): Don't set
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | rs6000-c.c | 2468 build_function_call_expr (impl_fndecl, arglist)); in altivec_build_resolved_builtin()
|
| HD | rs6000.c | 6098 tree copy = build_function_call_expr in rs6000_gimplify_va_arg()
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | sparc.c | 5690 tree copy = build_function_call_expr in sparc_gimplify_va_arg()
|