Home
last modified time | relevance | path

Searched refs:internal_fn (Results 1 – 25 of 39) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDinternal-fn.h105 internal_fn_name (enum internal_fn fn) in internal_fn_name()
115 internal_fn_flags (enum internal_fn fn) in internal_fn_flags()
125 internal_fn_fnspec (enum internal_fn fn) in internal_fn_fnspec()
156 direct_internal_fn_p (internal_fn fn) in direct_internal_fn_p()
165 direct_internal_fn (internal_fn fn) in direct_internal_fn()
171 extern tree_pair direct_internal_fn_types (internal_fn, tree, tree *);
172 extern tree_pair direct_internal_fn_types (internal_fn, gcall *);
173 extern bool direct_internal_fn_supported_p (internal_fn, tree_pair,
175 extern bool direct_internal_fn_supported_p (internal_fn, tree,
184 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p()
[all …]
HDinternal-fn.c127 expand_load_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab) in expand_load_lanes_optab_fn() argument
151 expand_store_lanes_optab_fn (internal_fn, gcall *stmt, convert_optab optab) in expand_store_lanes_optab_fn() argument
173 expand_ANNOTATE (internal_fn, gcall *) in expand_ANNOTATE() argument
181 expand_GOMP_USE_SIMT (internal_fn, gcall *) in expand_GOMP_USE_SIMT() argument
189 expand_GOMP_SIMT_ENTER (internal_fn, gcall *) in expand_GOMP_SIMT_ENTER() argument
197 expand_GOMP_SIMT_ENTER_ALLOC (internal_fn, gcall *stmt) in expand_GOMP_SIMT_ENTER_ALLOC() argument
218 expand_GOMP_SIMT_EXIT (internal_fn, gcall *stmt) in expand_GOMP_SIMT_EXIT() argument
232 expand_GOMP_SIMT_LANE (internal_fn, gcall *stmt) in expand_GOMP_SIMT_LANE() argument
246 expand_GOMP_SIMT_VF (internal_fn, gcall *) in expand_GOMP_SIMT_VF() argument
256 expand_GOMP_SIMT_LAST_LANE (internal_fn, gcall *stmt) in expand_GOMP_SIMT_LAST_LANE() argument
[all …]
HDbuiltins.h103 extern internal_fn associated_internal_fn (tree);
104 extern internal_fn replacement_internal_fn (gcall *);
HDgimple.h365 enum internal_fn GTY ((tag ("GF_CALL_INTERNAL"))) internal_fn;
1426 gcall *gimple_build_call_internal (enum internal_fn, unsigned, ...);
1427 gcall *gimple_build_call_internal_vec (enum internal_fn, vec<tree> );
2919 static inline enum internal_fn
2923 return gs->u.internal_fn;
2926 static inline enum internal_fn
2951 gimple_call_internal_p (const gimple *gs, internal_fn fn)
3085 gimple_call_set_internal_fn (gcall *call_stmt, enum internal_fn fn)
3088 call_stmt->u.internal_fn = fn;
HDgimple-streamer-out.c170 streamer_write_enum (ob->main_stream, internal_fn, in output_gimple_stmt()
HDgimple-streamer-in.c190 (call_stmt, streamer_read_enum (ib, internal_fn, IFN_LAST)); in input_gimple_stmt()
HDgimple-match-head.c310 build_call_internal (internal_fn fn, tree type, unsigned int nargs, tree *ops) in build_call_internal()
396 internal_fn ifn = as_internal_fn (fn); in maybe_push_res_to_seq()
HDhsa-common.h770 hsa_internal_fn (enum internal_fn fn, unsigned type_bit_size): in hsa_internal_fn()
788 enum internal_fn m_fn;
HDtree-core.h197 enum internal_fn { enum
994 enum internal_fn ifn;
HDtree-vectorizer.h875 internal_fn ifn;
1462 signop, int, internal_fn *, tree *);
HDgimple.c294 gimple_build_call_internal_1 (enum internal_fn fn, unsigned nargs) in gimple_build_call_internal_1()
310 gimple_build_call_internal (enum internal_fn fn, unsigned nargs, ...) in gimple_build_call_internal()
330 gimple_build_call_internal_vec (enum internal_fn fn, vec<tree> args) in gimple_build_call_internal_vec()
HDtree-call-cdce.c1004 internal_fn ifn = replacement_internal_fn (call); in use_internal_fn()
HDomp-offload.c236 enum internal_fn fn = pos ? IFN_GOACC_DIM_POS : IFN_GOACC_DIM_SIZE; in oacc_dim_call()
1564 enum internal_fn ifn_code = gimple_call_internal_fn (call); in execute_oacc_device_lower()
HDtree-vectorizer.c165 enum internal_fn ifn; in adjust_simduid_builtins()
HDtree-ssa-math-opts.c659 internal_fn
662 internal_fn ifn; in internal_fn_reciprocal()
792 internal_fn ifn = internal_fn_reciprocal (call); in execute()
HDtree-vect-loop.c2668 fold_left_reduction_fn (tree_code code, internal_fn *reduc_fn) in fold_left_reduction_fn()
2695 reduction_fn_for_scalar_code (enum tree_code code, internal_fn *reduc_fn) in reduction_fn_for_scalar_code()
4151 vect_model_reduction_cost (stmt_vec_info stmt_info, internal_fn reduc_fn, in vect_model_reduction_cost()
4779 int ncopies, internal_fn reduc_fn, in vect_create_epilog_for_reduction()
6218 tree_code code, internal_fn reduc_fn, in vectorize_fold_left_reduction()
6449 internal_fn reduc_fn; in vectorizable_reduction()
7364 internal_fn cond_fn = get_conditional_internal_fn (code); in vectorizable_reduction()
HDtree-streamer-out.c466 bp_pack_enum (&bp, internal_fn, IFN_LAST, CALL_EXPR_IFN (expr)); in streamer_write_tree_bitfields()
HDtree.h36 as_combined_fn (internal_fn fn) in as_combined_fn()
70 inline internal_fn
74 return internal_fn (int (code) - int (END_BUILTINS)); in as_internal_fn()
4215 extern tree build_call_expr_internal_loc (location_t, enum internal_fn,
4217 extern tree build_call_expr_internal_loc_array (location_t, enum internal_fn,
HDtree-vect-stmts.c395 internal_fn ifn = gimple_call_internal_fn (stmt); in exist_non_indexing_operands_for_use_p()
1690 static internal_fn
1694 internal_fn ifn; in vectorizable_internal_function()
1767 internal_fn ifn = (is_load in check_load_store_masking()
2034 internal_fn ifn = gimple_call_internal_fn (call); in vect_get_store_rhs()
3140 internal_fn ifn = IFN_LAST; in vectorizable_call()
6153 internal_fn ifn = gimple_call_internal_fn (call); in vectorizable_store()
7312 internal_fn ifn = gimple_call_internal_fn (call); in vectorizable_load()
HDsanopt.c1310 enum internal_fn ifn = gimple_call_internal_fn (stmt); in execute()
/dragonfly/contrib/gcc-4.7/gcc/
HDinternal-fn.h23 enum internal_fn { enum
36 internal_fn_name (enum internal_fn fn) in internal_fn_name()
46 internal_fn_flags (enum internal_fn fn) in internal_fn_flags()
HDgimple-streamer-out.c143 streamer_write_enum (ob->main_stream, internal_fn, in output_gimple_stmt()
HDgimple.h415 enum internal_fn GTY ((tag ("GF_CALL_INTERNAL"))) internal_fn;
882 gimple gimple_build_call_internal (enum internal_fn, unsigned, ...);
883 gimple gimple_build_call_internal_vec (enum internal_fn, VEC(tree, heap) *);
2147 static inline enum internal_fn
2151 return gs->gimple_call.u.internal_fn; in gimple_call_internal_fn()
2223 gimple_call_set_internal_fn (gimple gs, enum internal_fn fn) in gimple_call_set_internal_fn()
2227 gs->gimple_call.u.internal_fn = fn; in gimple_call_set_internal_fn()
HDgimple-streamer-in.c226 (stmt, streamer_read_enum (ib, internal_fn, IFN_LAST)); in input_gimple_stmt()
/dragonfly/contrib/gdb-7/gdb/
HDgdbtypes.h1339 struct type *internal_fn; member

12