Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.h356 gcall : public gimple_statement_with_memory_ops_base
983 is_a_helper <gcall *>::test (gimple *gs)
1321 is_a_helper <const gcall *>::test (const gimple *gs)
1519 void gimple_call_reset_alias_info (gcall *);
1520 gcall *gimple_build_call_vec (tree, const vec<tree> &);
1521 gcall *gimple_build_call (tree, unsigned, ...);
1522 gcall *gimple_build_call_valist (tree, unsigned, va_list);
1523 gcall *gimple_build_call_internal (enum internal_fn, unsigned, ...);
1524 gcall *gimple_build_call_internal_vec (enum internal_fn, const vec<tree> &);
1525 gcall *gimple_build_call_from_tree (tree, tree);
[all …]
H A Dinternal-fn.h189 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
194 extern bool direct_internal_fn_supported_p (gcall *, optimization_type);
240 extern void expand_internal_call (gcall *);
241 extern void expand_internal_call (internal_fn, gcall *);
242 extern void expand_PHI (internal_fn, gcall *);
243 extern void expand_SHUFFLEVECTOR (internal_fn, gcall *);
244 extern void expand_SPACESHIP (internal_fn, gcall *);
H A Dbuiltins.h126 extern void expand_ifn_atomic_bit_test_and (gcall *);
127 extern void expand_ifn_atomic_compare_exchange (gcall *);
128 extern void expand_ifn_atomic_op_fetch_cmp_0 (gcall *);
135 extern bool validate_gimple_arglist (const gcall *, ...);
140 extern tree fold_call_stmt (gcall *, bool);
156 extern internal_fn replacement_internal_fn (gcall *);
H A Dtree-call-cdce.cc204 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()
627 gen_conditions_for_pow (gcall *pow_call, vec<gimple *> conds, in gen_conditions_for_pow()
764 gen_shrink_wrap_conditions (gcall *bi_call, const vec<gimple *> &conds, in gen_shrink_wrap_conditions()
767 gcall *call; in gen_shrink_wrap_conditions()
800 shrink_wrap_one_built_in_call_with_conds (gcall *bi_call, in shrink_wrap_one_built_in_call_with_conds()
803 gcall *bi_newcall = NULL) in shrink_wrap_one_built_in_call_with_conds()
1031 shrink_wrap_one_built_in_call (gcall *bi_call) in shrink_wrap_one_built_in_call()
[all …]
H A Dinternal-fn.cc164 expand_load_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab) in expand_load_lanes_optab_fn()
190 expand_store_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab) in expand_store_lanes_optab_fn()
212 expand_ANNOTATE (internal_fn, gcall *) in expand_ANNOTATE() argument
220 expand_GOMP_USE_SIMT (internal_fn, gcall *) in expand_GOMP_USE_SIMT() argument
228 expand_GOMP_SIMT_ENTER (internal_fn, gcall *) in expand_GOMP_SIMT_ENTER() argument
236 expand_GOMP_SIMT_ENTER_ALLOC (internal_fn, gcall *stmt) in expand_GOMP_SIMT_ENTER_ALLOC()
259 expand_GOMP_SIMT_EXIT (internal_fn, gcall *stmt) in expand_GOMP_SIMT_EXIT()
273 expand_GOMP_SIMT_LANE (internal_fn, gcall *stmt) in expand_GOMP_SIMT_LANE()
287 expand_GOMP_SIMT_VF (internal_fn, gcall *) in expand_GOMP_SIMT_VF() argument
297 expand_GOMP_SIMT_LAST_LANE (internal_fn, gcall *stmt) in expand_GOMP_SIMT_LAST_LANE()
[all …]
H A Dsancov.cc131 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.cc223 void process_builtin_call_use (gcall *, tree, usage_info *);
234 void optimize_builtin_call (gcall *, tree, const usage_info *);
344 backprop::process_builtin_call_use (gcall *call, tree rhs, usage_info *info) in process_builtin_call_use()
480 if (gcall *call = dyn_cast <gcall *> (stmt)) in process_use()
697 else if (gcall *call = dyn_cast <gcall *> (def_stmt)) in strip_sign_op_1()
767 backprop::optimize_builtin_call (gcall *call, tree lhs, const usage_info *info) in optimize_builtin_call()
904 if (gcall *call = dyn_cast <gcall *> (stmt)) in execute()
H A Dgimple.cc97 const enum gimple_code gcall::code_;
208 gimple_call_reset_alias_info (gcall *s) in gimple_call_reset_alias_info()
225 static inline gcall *
228 gcall *s in gimple_build_call_1()
229 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_1()
243 gcall *
248 gcall *call = gimple_build_call_1 (fn, nargs); in gimple_build_call_vec()
260 gcall *
264 gcall *call; in gimple_build_call()
283 gcall *
[all …]
H A Dtrans-mem.cc2179 static gcall *
2183 gcall *gcall; in build_tm_load() local
2244 gcall = gimple_build_call (decl, 1, t); in build_tm_load()
2245 gimple_set_location (gcall, loc); in build_tm_load()
2250 gimple_call_set_lhs (gcall, lhs); in build_tm_load()
2251 gsi_insert_before (gsi, gcall, GSI_SAME_STMT); in build_tm_load()
2259 gimple_call_set_lhs (gcall, temp); in build_tm_load()
2260 gsi_insert_before (gsi, gcall, GSI_SAME_STMT); in build_tm_load()
2267 return gcall; in build_tm_load()
2273 static gcall *
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h354 gcall : public gimple_statement_with_memory_ops_base
981 is_a_helper <gcall *>::test (gimple *gs)
1319 is_a_helper <const gcall *>::test (const gimple *gs)
1517 void gimple_call_reset_alias_info (gcall *);
1518 gcall *gimple_build_call_vec (tree, vec<tree> );
1519 gcall *gimple_build_call (tree, unsigned, ...);
1520 gcall *gimple_build_call_valist (tree, unsigned, va_list);
1521 gcall *gimple_build_call_internal (enum internal_fn, unsigned, ...);
1522 gcall *gimple_build_call_internal_vec (enum internal_fn, vec<tree> );
1523 gcall *gimple_build_call_from_tree (tree, tree);
[all …]
H A Dinternal-fn.c151 expand_load_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab) in expand_load_lanes_optab_fn()
177 expand_store_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab) in expand_store_lanes_optab_fn()
199 expand_ANNOTATE (internal_fn, gcall *) in expand_ANNOTATE() argument
207 expand_GOMP_USE_SIMT (internal_fn, gcall *) in expand_GOMP_USE_SIMT() argument
215 expand_GOMP_SIMT_ENTER (internal_fn, gcall *) in expand_GOMP_SIMT_ENTER() argument
223 expand_GOMP_SIMT_ENTER_ALLOC (internal_fn, gcall *stmt) in expand_GOMP_SIMT_ENTER_ALLOC()
244 expand_GOMP_SIMT_EXIT (internal_fn, gcall *stmt) in expand_GOMP_SIMT_EXIT()
258 expand_GOMP_SIMT_LANE (internal_fn, gcall *stmt) in expand_GOMP_SIMT_LANE()
272 expand_GOMP_SIMT_VF (internal_fn, gcall *) in expand_GOMP_SIMT_VF() argument
282 expand_GOMP_SIMT_LAST_LANE (internal_fn, gcall *stmt) in expand_GOMP_SIMT_LAST_LANE()
[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()
627 gen_conditions_for_pow (gcall *pow_call, vec<gimple *> conds, in gen_conditions_for_pow()
764 gen_shrink_wrap_conditions (gcall *bi_call, vec<gimple *> conds, in gen_shrink_wrap_conditions()
767 gcall *call; in gen_shrink_wrap_conditions()
800 shrink_wrap_one_built_in_call_with_conds (gcall *bi_call, vec <gimple *> conds,
802 gcall *bi_newcall = NULL)
1030 shrink_wrap_one_built_in_call (gcall *bi_call) in shrink_wrap_one_built_in_call()
[all …]
H A Dinternal-fn.h185 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
190 extern bool direct_internal_fn_supported_p (gcall *, optimization_type);
227 extern void expand_internal_call (gcall *);
228 extern void expand_internal_call (internal_fn, gcall *);
229 extern void expand_PHI (internal_fn, gcall *);
H A Dbuiltins.h120 extern void expand_ifn_atomic_bit_test_and (gcall *);
121 extern void expand_ifn_atomic_compare_exchange (gcall *);
128 extern bool validate_gimple_arglist (const gcall *, ...);
132 extern tree fold_call_stmt (gcall *, bool);
153 extern internal_fn replacement_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.c223 void process_builtin_call_use (gcall *, tree, usage_info *);
234 void optimize_builtin_call (gcall *, tree, const usage_info *);
344 backprop::process_builtin_call_use (gcall *call, tree rhs, usage_info *info) in process_builtin_call_use()
480 if (gcall *call = dyn_cast <gcall *> (stmt)) in process_use()
698 else if (gcall *call = dyn_cast <gcall *> (def_stmt)) in strip_sign_op_1()
768 backprop::optimize_builtin_call (gcall *call, tree lhs, const usage_info *info) in optimize_builtin_call()
905 if (gcall *call = dyn_cast <gcall *> (stmt)) in execute()
H A Dgimple.c94 const enum gimple_code gcall::code_;
205 gimple_call_reset_alias_info (gcall *s) in gimple_call_reset_alias_info()
222 static inline gcall *
225 gcall *s in gimple_build_call_1()
226 = as_a <gcall *> (gimple_build_with_ops (GIMPLE_CALL, ERROR_MARK, in gimple_build_call_1()
240 gcall *
245 gcall *call = gimple_build_call_1 (fn, nargs); in gimple_build_call_vec()
257 gcall *
261 gcall *call; in gimple_build_call()
280 gcall *
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.h82 extern bool is_special_named_call_p (const gcall *call, const char *funcname,
86 const gcall *call, unsigned int num_args);
88 const gcall *call, unsigned int num_args);
89 extern bool is_setjmp_call_p (const gcall *call);
90 extern bool is_longjmp_call_p (const gcall *call);
92 extern const char *get_user_facing_name (const gcall *call);
H A Danalyzer.cc45 is_special_named_call_p (const gcall *call, const char *funcname, in is_special_named_call_p()
138 const gcall *call, unsigned int num_args) in is_named_call_p()
156 const gcall *call, unsigned int num_args) in is_std_named_call_p()
173 is_setjmp_call_p (const gcall *call) in is_setjmp_call_p()
185 is_longjmp_call_p (const gcall *call) in is_longjmp_call_p()
199 get_user_facing_name (const gcall *call) in get_user_facing_name()
H A Dsm-signal.cc110 signal_unsafe_call (const signal_state_machine &sm, const gcall *unsafe_call, in signal_unsafe_call()
157 const gcall *m_unsafe_call;
299 if (const gcall *call = dyn_cast <const gcall *> (stmt)) in on_stmt()
315 if (const gcall *call = dyn_cast <const gcall *> (stmt)) in on_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.cc144 gcall *call_stmt = as_a <gcall *> (def_stmt); in maybe_reconstruct_from_def_stmt()
229 is_special_named_call_p (const gcall *call, const char *funcname, in is_special_named_call_p()
322 const gcall *call, unsigned int num_args) in is_named_call_p()
340 const gcall *call, unsigned int num_args) in is_std_named_call_p()
357 is_setjmp_call_p (const gcall *call) in is_setjmp_call_p()
371 is_longjmp_call_p (const gcall *call) in is_longjmp_call_p()
388 get_user_facing_name (const gcall *call) in get_user_facing_name()
H A Dsm-signal.cc102 signal_unsafe_call (const signal_state_machine &sm, const gcall *unsafe_call, in signal_unsafe_call()
171 const gcall *m_unsafe_call;
338 if (const gcall *call = dyn_cast <const gcall *> (stmt)) in on_stmt()
354 if (const gcall *call = dyn_cast <const gcall *> (stmt)) in on_stmt()
H A Dregion-model.h511 call_details (const gcall *call, region_model *model,
524 const gcall *get_call_stmt () const { return m_call; } in get_call_stmt()
539 const gcall *m_call;
596 bool on_call_pre (const gcall *stmt, region_model_context *ctxt,
598 void on_call_post (const gcall *stmt,
606 void impl_call_analyzer_describe (const gcall *call,
608 void impl_call_analyzer_dump_capacity (const gcall *call,
610 void impl_call_analyzer_dump_escaped (const gcall *call);
611 void impl_call_analyzer_eval (const gcall *call,
631 void handle_unrecognized_call (const gcall *call,
[all …]
H A Danalyzer.h283 extern bool is_special_named_call_p (const gcall *call, const char *funcname,
287 const gcall *call, unsigned int num_args);
290 const gcall *call, unsigned int num_args);
291 extern bool is_setjmp_call_p (const gcall *call);
292 extern bool is_longjmp_call_p (const gcall *call);
294 extern const char *get_user_facing_name (const gcall *call);
H A Dsupergraph.h182 supernode *add_node (function *fun, basic_block bb, gcall *returning_call,
230 supernode (function *fun, basic_block bb, gcall *returning_call, in supernode()
271 gcall *get_returning_call () const in get_returning_call()
283 gcall *get_final_call () const in get_final_call()
288 return dyn_cast<gcall *> (stmt); in get_final_call()
295 gcall * const m_returning_call; // for handling the result of a returned call
408 gcall *get_call_stmt () const;

12345678910>>...13