Searched refs:gcall (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/
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 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_tre
[all...]
H A Dsancov.cc131 gimple *gcall = gimple_build_call (fndecl, 2, lhs, rhs); local
132 gimple_seq_add_stmt (&seq, gcall);
228 gimple *gcall = gimple_build_call (fndecl, 2, index, local
230 gimple_seq_add_stmt (&seq, gcall);
252 gimple *gcall = gimple_build_call (fndecl, 0); local
253 gimple_set_location (gcall, gimple_location (stmt));
254 gsi_insert_before (&gsi, gcall, GSI_SAME_STMT);
H A Dvalue-prof.h92 gcall *gimple_ic (gcall *, struct cgraph_node *, profile_probability);
H A Dinternal-fn.cc164 expand_load_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab)
190 expand_store_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab)
212 expand_ANNOTATE (internal_fn, gcall *)
220 expand_GOMP_USE_SIMT (internal_fn, gcall *)
228 expand_GOMP_SIMT_ENTER (internal_fn, gcall *)
236 expand_GOMP_SIMT_ENTER_ALLOC (internal_fn, gcall *stmt)
259 expand_GOMP_SIMT_EXIT (internal_fn, gcall *stmt)
273 expand_GOMP_SIMT_LANE (internal_fn, gcall *stmt)
287 expand_GOMP_SIMT_VF (internal_fn, gcall *)
297 expand_GOMP_SIMT_LAST_LANE (internal_fn, gcall *stm
[all...]
H A Dtree-call-cdce.cc206 check_pow (gcall *pow_call)
280 check_builtin_call (gcall *bcall)
294 can_test_argument_range (gcall *call)
337 edom_only_function (gcall *call)
630 gen_conditions_for_pow (gcall *pow_call, vec<gimple *> conds,
767 gen_shrink_wrap_conditions (gcall *bi_call, const vec<gimple *> &conds,
770 gcall *call;
803 shrink_wrap_one_built_in_call_with_conds (gcall *bi_call,
806 gcall *bi_newcall = NULL)
1034 shrink_wrap_one_built_in_call (gcall *bi_cal
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.cc45 is_special_named_call_p (const gcall *call, const char *funcname,
138 const gcall *call, unsigned int num_args)
156 const gcall *call, unsigned int num_args)
173 is_setjmp_call_p (const gcall *call)
185 is_longjmp_call_p (const gcall *call)
199 get_user_facing_name (const gcall *call)
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 Dsm-signal.cc110 signal_unsafe_call (const signal_state_machine &sm, const gcall *unsafe_call,
157 const gcall *m_unsafe_call;
299 if (const gcall *call = dyn_cast <const gcall *> (stmt))
315 if (const gcall *call = dyn_cast <const gcall *> (stmt))
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcall-info.h37 const gcall *get_call_stmt () const { return m_call_stmt; }
49 const gcall *m_call_stmt;
H A Danalyzer.cc144 gcall *call_stmt = as_a <gcall *> (def_stmt);
229 is_special_named_call_p (const gcall *call, const char *funcname,
322 const gcall *call, unsigned int num_args)
340 const gcall *call, unsigned int num_args)
357 is_setjmp_call_p (const gcall *call)
371 is_longjmp_call_p (const gcall *call)
388 get_user_facing_name (const gcall *call)
H A Dsm-signal.cc102 signal_unsafe_call (const signal_state_machine &sm, const gcall *unsafe_call,
171 const gcall *m_unsafe_call;
338 if (const gcall *call = dyn_cast <const gcall *> (stmt))
354 if (const gcall *call = dyn_cast <const gcall *> (stmt))
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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
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 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_tre
[all...]
H A Dvalue-prof.h92 gcall *gimple_ic (gcall *, struct cgraph_node *, profile_probability);
H A Dsancov.c131 gimple *gcall = gimple_build_call (fndecl, 2, lhs, rhs); local
132 gimple_seq_add_stmt (&seq, gcall);
228 gimple *gcall = gimple_build_call (fndecl, 2, index, local
230 gimple_seq_add_stmt (&seq, gcall);
252 gimple *gcall = gimple_build_call (fndecl, 0); local
253 gimple_set_location (gcall, gimple_location (stmt));
254 gsi_insert_before (&gsi, gcall, GSI_SAME_STMT);
H A Dinternal-fn.c151 expand_load_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab)
177 expand_store_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab)
199 expand_ANNOTATE (internal_fn, gcall *)
207 expand_GOMP_USE_SIMT (internal_fn, gcall *)
215 expand_GOMP_SIMT_ENTER (internal_fn, gcall *)
223 expand_GOMP_SIMT_ENTER_ALLOC (internal_fn, gcall *stmt)
244 expand_GOMP_SIMT_EXIT (internal_fn, gcall *stmt)
258 expand_GOMP_SIMT_LANE (internal_fn, gcall *stmt)
272 expand_GOMP_SIMT_VF (internal_fn, gcall *)
282 expand_GOMP_SIMT_LAST_LANE (internal_fn, gcall *stm
[all...]
H A Dtree-call-cdce.c206 check_pow (gcall *pow_call)
280 check_builtin_call (gcall *bcall)
294 can_test_argument_range (gcall *call)
337 edom_only_function (gcall *call)
630 gen_conditions_for_pow (gcall *pow_call, vec<gimple *> conds,
767 gen_shrink_wrap_conditions (gcall *bi_call, vec<gimple *> conds,
770 gcall *call;
803 shrink_wrap_one_built_in_call_with_conds (gcall *bi_call, vec <gimple *> conds,
805 gcall *bi_newcall = NULL)
1033 shrink_wrap_one_built_in_call (gcall *bi_cal
[all...]
H A Dipa-param-manipulation.h247 gcall *modify_call (gcall *stmt,
383 bool modify_call_stmt (gcall **stmt_p);
H A Dtree-ssa-alias.h131 extern bool call_may_clobber_ref_p (gcall *, tree);
132 extern bool call_may_clobber_ref_p_1 (gcall *, ao_ref *);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.cc144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi));

Completed in 198 milliseconds

1234567891011>>