Home
last modified time | relevance | path

Searched refs:gcall (Results 1 – 25 of 103) sorted by relevance

12345

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.h1510 gcall *gimple_call_copy_skip_args (gcall *, bitmap);
2821 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
2839 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
2893 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
2973 gcall *gc = GIMPLE_CHECK2<gcall *> (s);
3049 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
3077 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
3205 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
3222 gcall *gc = GIMPLE_CHECK2<gcall *> (gs);
3348 const gcall *gc = GIMPLE_CHECK2<const gcall *> (s);
[all …]
H A Dtree-call-cdce.c204 check_pow (gcall *pow_call) in check_pow()
278 check_builtin_call (gcall *bcall) in check_builtin_call()
292 can_test_argument_range (gcall *call) in can_test_argument_range()
335 edom_only_function (gcall *call) in edom_only_function()
730 gcall *call; in gen_shrink_wrap_conditions()
951 shrink_wrap_one_built_in_call (gcall *bi_call) in shrink_wrap_one_built_in_call()
965 can_use_internal_fn (gcall *call) in can_use_internal_fn()
987 use_internal_fn (gcall *call) in use_internal_fn()
1063 gcall *bi_call = calls[i]; in shrink_wrap_conditional_dead_built_in_calls()
1111 auto_vec<gcall *> cond_dead_built_in_calls; in execute()
[all …]
H A Dinternal-fn.c173 expand_ANNOTATE (internal_fn, gcall *) in expand_ANNOTATE() argument
397 expand_UBSAN_NULL (internal_fn, gcall *) in expand_UBSAN_NULL() argument
413 expand_UBSAN_VPTR (internal_fn, gcall *) in expand_UBSAN_VPTR() argument
421 expand_UBSAN_PTR (internal_fn, gcall *) in expand_UBSAN_PTR() argument
437 expand_ASAN_CHECK (internal_fn, gcall *) in expand_ASAN_CHECK() argument
445 expand_ASAN_MARK (internal_fn, gcall *) in expand_ASAN_MARK() argument
2557 expand_VA_ARG (internal_fn, gcall *) in expand_VA_ARG() argument
2677 expand_SET_EDOM (internal_fn, gcall *) in expand_SET_EDOM() argument
2855 expand_NOP (internal_fn, gcall *) in expand_NOP() argument
3364 expand_internal_call (gcall *stmt) in expand_internal_call()
[all …]
H A Dbuiltins.h74 extern void expand_ifn_atomic_bit_test_and (gcall *);
75 extern void expand_ifn_atomic_compare_exchange (gcall *);
84 extern bool validate_gimple_arglist (const gcall *, ...);
88 extern tree fold_call_stmt (gcall *, bool);
104 extern internal_fn replacement_internal_fn (gcall *);
H A Dinternal-fn.h172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
203 extern void expand_internal_call (gcall *);
204 extern void expand_internal_call (internal_fn, gcall *);
205 extern void expand_PHI (internal_fn, gcall *);
H A Dsancov.c131 gimple *gcall = gimple_build_call (fndecl, 2, lhs, rhs); in instrument_comparison() local
132 gimple_seq_add_stmt (&seq, gcall); in instrument_comparison()
228 gimple *gcall = gimple_build_call (fndecl, 2, index, in instrument_switch() local
230 gimple_seq_add_stmt (&seq, gcall); in instrument_switch()
252 gimple *gcall = gimple_build_call (fndecl, 0); in sancov_pass() local
253 gimple_set_location (gcall, gimple_location (stmt)); in sancov_pass()
254 gsi_insert_before (&gsi, gcall, GSI_SAME_STMT); in sancov_pass()
H A Dgimple-ssa-backprop.c222 void process_builtin_call_use (gcall *, tree, usage_info *);
233 void optimize_builtin_call (gcall *, tree, const usage_info *);
343 backprop::process_builtin_call_use (gcall *call, tree rhs, usage_info *info) in process_builtin_call_use()
484 if (gcall *call = dyn_cast <gcall *> (stmt)) in process_use()
701 else if (gcall *call = dyn_cast <gcall *> (def_stmt)) in strip_sign_op_1()
771 backprop::optimize_builtin_call (gcall *call, tree lhs, const usage_info *info) in optimize_builtin_call()
908 if (gcall *call = dyn_cast <gcall *> (stmt)) in execute()
H A Dvalue-prof.h93 gcall *gimple_ic (gcall *, struct cgraph_node *, profile_probability);
94 bool check_ic_target (gcall *, struct cgraph_node *);
H A Dtree-chkp.h49 extern gcall *chkp_retbnd_call_by_val (tree val);
60 extern gcall *chkp_copy_call_skip_bounds (gcall *call);
H A Dgimple.c217 gcall *s in gimple_build_call_1()
232 gcall *
249 gcall *
253 gcall *call; in gimple_build_call()
272 gcall *
275 gcall *call; in gimple_build_call_valist()
296 gcall *s in gimple_build_call_internal_1()
309 gcall *
329 gcall *
348 gcall *
[all …]
H A Dtrans-mem.c2190 static gcall *
2194 gcall *gcall; in build_tm_load() local
2284 static gcall *
2288 gcall *gcall; in build_tm_store() local
2425 if (!gcall) in expand_assign_tm()
2495 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in expand_call_tm()
3949 gcall *call_stmt = as_a <gcall *> (stmt); in tm_memopt_transform_blocks()
3965 gcall *call_stmt = as_a <gcall *> (stmt); in tm_memopt_transform_blocks()
5055 gcall *g; in ipa_tm_insert_irr_call()
5079 gcall *g; in ipa_tm_insert_gettmclone_call()
[all …]
H A Domp-offload.c69 gcall *marker; /* Initial head marker. */
82 gcall *head_end; /* Final marker of head sequence. */
292 oacc_xform_loop (gcall *call) in oacc_xform_loop()
498 oacc_xform_tile (gcall *call) in oacc_xform_tile()
733 new_oacc_loop (oacc_loop *parent, gcall *marker) in new_oacc_loop()
894 gcall *call = as_a <gcall *> (stmt); in oacc_loop_discover_walk()
1021 oacc_loop_xform_head_tail (gcall *from, int level) in oacc_loop_xform_head_tail()
1066 gcall *call; in oacc_loop_process()
1398 default_goacc_fork_join (gcall *ARG_UNUSED (call), in default_goacc_fork_join()
1417 default_goacc_reduction (gcall *call) in default_goacc_reduction()
[all …]
H A Dtree-profile.c261 gcall *stmt = gimple_build_call (f, 3, addr, one, in gimple_gen_edge_profiler()
308 gcall *call; in gimple_gen_interval_profiler()
334 gcall *call; in gimple_gen_pow2_profiler()
354 gcall *call; in gimple_gen_one_value_profiler()
423 gcall *stmt1; in gimple_gen_ic_func_profiler()
533 gcall *stmt = gimple_build_call (f, 3, ptr, one, in gimple_gen_time_profiler()
574 gcall *call; in gimple_gen_average_profiler()
595 gcall *call; in gimple_gen_ior_profiler()
H A Dtree-nrv.c307 dest_safe_for_nrv_p (gcall *call) in dest_safe_for_nrv_p()
374 gcall *stmt; in execute()
377 stmt = dyn_cast <gcall *> (gsi_stmt (gsi)); in execute()
H A Dvalue-prof.c1295 gcall *
1299 gcall *dcall_stmt; in gimple_ic()
1302 gcall *iretbnd_stmt = NULL; in gimple_ic()
1340 dcall_stmt = as_a <gcall *> (gimple_copy (icall_stmt)); in gimple_ic()
1493 gcall *stmt; in gimple_ic_transform()
1498 stmt = dyn_cast <gcall *> (gsi_stmt (*gsi)); in gimple_ic_transform()
1624 gcall *icall_stmt; in gimple_stringop_fixed_value()
1716 gcall *stmt; in gimple_stringops_transform()
1727 stmt = dyn_cast <gcall *> (gsi_stmt (*gsi)); in gimple_stringops_transform()
1959 gcall *stmt; in gimple_stringops_values_to_profile()
[all …]
H A Dtree-object-size.c58 static unsigned HOST_WIDE_INT alloc_object_size (const gcall *, int);
59 static tree pass_through_call (const gcall *);
409 alloc_object_size (const gcall *call, int object_size_type) in alloc_object_size()
471 pass_through_call (const gcall *call) in pass_through_call()
703 call_object_size (struct object_size_info *osi, tree ptr, gcall *call) in call_object_size()
1000 gcall *call_stmt = as_a <gcall *> (stmt); in collect_object_sizes_for()
1137 gcall *call_stmt = as_a <gcall *> (stmt); in check_for_plus_in_loops_1()
H A Dtree-ssa-alias.h130 extern bool call_may_clobber_ref_p (gcall *, tree);
131 extern bool call_may_clobber_ref_p_1 (gcall *, ao_ref *);
H A Dcgraphbuild.c318 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in execute()
412 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in rebuild_edges()
H A Dgimple-streamer-in.c186 if (gcall *call_stmt = dyn_cast <gcall *> (stmt)) in input_gimple_stmt()
237 gimple_call_reset_alias_info (as_a <gcall *> (stmt)); in input_gimple_stmt()
H A Dgimple-fold.c1672 gcall *call = as_a <gcall *> (stmt); in gimple_fold_builtin_strncpy()
2006 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_strncat()
2750 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_stpcpy()
2818 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_snprintf_chk()
2898 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_sprintf_chk()
3117 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_snprintf()
3258 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_fprintf()
3358 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_builtin_printf()
3627 gcall *stmt = as_a <gcall *>(gsi_stmt (*gsi)); in gimple_fold_builtin()
4021 gcall *stmt = as_a <gcall *> (gsi_stmt (*gsi)); in gimple_fold_call()
[all …]
H A Dipa-icf-gimple.h164 bool compare_gimple_call (gcall *s1, gcall *s2);
H A Dauto-profile.c224 gcov_type find_icall_target_map (gcall *stmt, icall_target_map *map) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
581 function_instance::find_icall_target_map (gcall *stmt, in find_icall_target_map()
750 autofdo_source_profile::update_inlined_ind_target (gcall *stmt, in update_inlined_ind_target()
997 gcall *stmt = dyn_cast <gcall *> (gs); in afdo_indirect_call()
1483 gcall *stmt = dyn_cast <gcall *> (gsi_stmt (gsi)); in afdo_vpt_for_early_inline()
H A Dgimple-ssa-warn-restrict.h23 extern bool check_bounds_or_overlap (gcall *, tree, tree, tree, tree,
H A Dgimple-ssa-warn-restrict.c91 void check_call (gcall *);
105 if (gcall *call = as_a <gcall *> (stmt)) in before_dom_children()
195 builtin_access (gcall *, builtin_memref &, builtin_memref &);
557 builtin_access::builtin_access (gcall *call, builtin_memref &dst, in builtin_access()
1337 maybe_diag_overlap (location_t loc, gcall *call, builtin_access &acs) in maybe_diag_overlap()
1590 maybe_diag_offset_bounds (location_t loc, gcall *call, tree func, int strict, in maybe_diag_offset_bounds()
1725 wrestrict_dom_walker::check_call (gcall *call) in check_call()
1840 check_bounds_or_overlap (gcall *call, tree dst, tree src, tree dstsize, in check_bounds_or_overlap()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtrans-mem.c2001 gimple gcall; in build_tm_load() local
2040 gimple_set_location (gcall, loc); in build_tm_load()
2045 gimple_call_set_lhs (gcall, lhs); in build_tm_load()
2054 gimple_call_set_lhs (gcall, temp); in build_tm_load()
2062 return gcall; in build_tm_load()
2073 gimple gcall; in build_tm_store() local
2142 gimple_set_location (gcall, loc); in build_tm_store()
2145 return gcall; in build_tm_store()
2160 gimple gcall = NULL; in expand_assign_tm() local
2182 if (!gcall) in expand_assign_tm()
[all …]

12345