Home
last modified time | relevance | path

Searched refs:src_type (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-cvt-inst-handler.cc67 tree src_type = get_tree_expr_type_for_hsa_type (cvt_inst->sourceType); in generate() local
76 if (!dest_type || !src_type) in generate()
89 src_type = TREE_TYPE (input); in generate()
92 size_t conv_src_size = int_size_in_bytes (src_type); in generate()
103 if (INTEGRAL_TYPE_P (src_type)) in generate()
104 unsigned_int_type = unsigned_type_for (src_type); in generate()
123 if (FTZ && SCALAR_FLOAT_TYPE_P (src_type)) in generate()
125 tree casted_input = build_resize_convert_view (src_type, input); in generate()
134 if (INTEGRAL_TYPE_P (src_type)) in generate()
182 tree casted_input = build_resize_convert_view (src_type, input); in generate()
[all …]
H A Dbrig-code-entry-handler.cc782 tree src_type; in build_or_analyze_operands() local
787 src_type = gccbrig_tree_type_for_hsa_type (cmp_inst->sourceType); in build_or_analyze_operands()
796 src_type = gccbrig_tree_type_for_hsa_type (src_type_inst->sourceType); in build_or_analyze_operands()
805 src_type = gccbrig_tree_type_for_hsa_type (seg_cvt_inst->sourceType); in build_or_analyze_operands()
810 src_type = gccbrig_tree_type_for_hsa_type (brig_inst.type); in build_or_analyze_operands()
811 dest_type = src_type; in build_or_analyze_operands()
821 src_type = gccbrig_tree_type_for_hsa_type (cvt_inst->sourceType); in build_or_analyze_operands()
834 src_type = uint32_type_node; in build_or_analyze_operands()
837 src_type = gccbrig_tree_type_for_hsa_type (brig_inst.type); in build_or_analyze_operands()
840 dest_type = src_type; in build_or_analyze_operands()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_multi_move_dims_templ.c21 enum isl_dim_type src_type, unsigned src_pos, unsigned n) in MULTI()
32 !isl_space_is_named_or_nested(multi->space, src_type) && in MULTI()
36 if (dst_type == isl_dim_out || src_type == isl_dim_out) in MULTI()
40 if (dst_type == isl_dim_div || src_type == isl_dim_div) in MULTI()
44 if (FN(MULTI(BASE),check_range)(multi, src_type, src_pos, n) < 0) in MULTI()
46 if (dst_type == src_type) in MULTI()
53 src_type, src_pos, n); in MULTI()
58 dst_type, dst_pos, src_type, src_pos, n); in MULTI()
65 src_type, src_pos, n); in MULTI()
H A Disl_pw_move_dims_templ.c13 enum isl_dim_type src_type, unsigned src_pos, unsigned n) in FN()
21 src_type, src_pos, n); in FN()
33 dst_type, dst_pos, src_type, src_pos, n); in FN()
39 if (src_type == isl_dim_in) in FN()
40 src_type = isl_dim_set; in FN()
47 src_type, src_pos, n); in FN()
H A Disl_copy_tuple_id_templ.c22 enum isl_dim_type src_type) in BFN()
27 has_id = isl_space_has_tuple_id(src, src_type); in BFN()
33 id = isl_space_get_tuple_id(src, src_type); in BFN()
H A Disl_multi_pw_aff_explicit_domain.c118 enum isl_dim_type src_type, unsigned src_pos, unsigned n) in isl_multi_pw_aff_move_explicit_domain_dims() argument
127 if (src_type == isl_dim_in) in isl_multi_pw_aff_move_explicit_domain_dims()
128 src_type = isl_dim_set; in isl_multi_pw_aff_move_explicit_domain_dims()
130 src_type, src_pos, n); in isl_multi_pw_aff_move_explicit_domain_dims()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dsi_class_type_info.cc35 const __class_type_info *src_type, in __do_find_public_src() argument
38 if (src_ptr == obj_ptr && *this == *src_type) in __do_find_public_src()
40 return __base_type->__do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __do_find_public_src()
48 const __class_type_info *src_type, in __do_dyncast() argument
63 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast()
71 src_type, src_ptr, result); in __do_dyncast()
H A Dvmi_class_type_info.cc35 const __class_type_info *src_type, in __do_find_public_src() argument
38 if (obj_ptr == src_ptr && *this == *src_type) in __do_find_public_src()
58 (src2dst, base, src_type, src_ptr); in __do_find_public_src()
84 const __class_type_info *src_type, in __do_dyncast() argument
91 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast()
163 src_type, src_ptr, result2); in __do_dyncast()
234 (src2dst, result.dst_ptr, src_type, src_ptr); in __do_dyncast()
246 (src2dst, result2.dst_ptr, src_type, src_ptr); in __do_dyncast()
H A Ddyncast.cc46 const __class_type_info *src_type, // type of the starting object in __dynamic_cast() argument
72 dst_type, whole_ptr, src_type, src_ptr, result); in __dynamic_cast()
89 src_type, src_ptr); in __dynamic_cast()
H A Dclass_type_info.cc75 const __class_type_info *src_type, in __do_dyncast() argument
79 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast()
H A Dtinfo.h163 const __class_type_info *src_type, in __find_public_src() argument
171 return __do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __find_public_src()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dsi_class_type_info.cc35 const __class_type_info *src_type, in __do_find_public_src() argument
38 if (src_ptr == obj_ptr && *this == *src_type) in __do_find_public_src()
40 return __base_type->__do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __do_find_public_src()
48 const __class_type_info *src_type, in __do_dyncast() argument
63 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast()
71 src_type, src_ptr, result); in __do_dyncast()
H A Dvmi_class_type_info.cc35 const __class_type_info *src_type, in __do_find_public_src() argument
38 if (obj_ptr == src_ptr && *this == *src_type) in __do_find_public_src()
58 (src2dst, base, src_type, src_ptr); in __do_find_public_src()
84 const __class_type_info *src_type, in __do_dyncast() argument
91 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast()
163 src_type, src_ptr, result2); in __do_dyncast()
234 (src2dst, result.dst_ptr, src_type, src_ptr); in __do_dyncast()
246 (src2dst, result2.dst_ptr, src_type, src_ptr); in __do_dyncast()
H A Ddyncast.cc46 const __class_type_info *src_type, // type of the starting object in __dynamic_cast() argument
75 dst_type, whole_ptr, src_type, src_ptr, result); in __dynamic_cast()
93 src_type, src_ptr); in __dynamic_cast()
H A Dclass_type_info.cc75 const __class_type_info *src_type, in __do_dyncast() argument
79 if (obj_ptr == src_ptr && *this == *src_type) in __do_dyncast()
H A Dtinfo.h163 const __class_type_info *src_type, in __find_public_src() argument
171 return __do_find_public_src (src2dst, obj_ptr, src_type, src_ptr); in __find_public_src()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c1498 ctf_add_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, in ctf_add_type_mapping() argument
1501 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_add_type_mapping()
1504 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_add_type_mapping()
1527 key->cltk_idx = src_type; in ctf_add_type_mapping()
1539 ctf_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, ctf_dict_t **dst_fp) in ctf_type_mapping() argument
1545 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_type_mapping()
1548 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_type_mapping()
1550 key.cltk_idx = src_type; in ctf_type_mapping()
1587 ctf_add_type_internal (ctf_dict_t *dst_fp, ctf_dict_t *src_fp, ctf_id_t src_type, in ctf_add_type_internal() argument
1605 ctf_id_t orig_src_type = src_type; in ctf_add_type_internal()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c1468 ctf_add_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, in ctf_add_type_mapping() argument
1471 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_add_type_mapping()
1474 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_add_type_mapping()
1497 key->cltk_idx = src_type; in ctf_add_type_mapping()
1509 ctf_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, ctf_dict_t **dst_fp) in ctf_type_mapping() argument
1515 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_type_mapping()
1518 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_type_mapping()
1520 key.cltk_idx = src_type; in ctf_type_mapping()
1557 ctf_add_type_internal (ctf_dict_t *dst_fp, ctf_dict_t *src_fp, ctf_id_t src_type, in ctf_add_type_internal() argument
1575 ctf_id_t orig_src_type = src_type; in ctf_add_type_internal()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dginsn.c263 enum ginsn_src_type src_type, unsigned int src_reg, in ginsn_new_call() argument
269 ginsn_set_src (&ginsn->src[0], src_type, src_reg, 0); in ginsn_new_call()
271 if (src_type == GINSN_SRC_SYMBOL) in ginsn_new_call()
279 enum ginsn_src_type src_type, unsigned int src_reg, in ginsn_new_jump() argument
284 ginsn_set_src (&ginsn->src[0], src_type, src_reg, 0); in ginsn_new_jump()
286 if (src_type == GINSN_SRC_SYMBOL) in ginsn_new_jump()
294 enum ginsn_src_type src_type, unsigned int src_reg, in ginsn_new_jump_cond() argument
299 ginsn_set_src (&ginsn->src[0], src_type, src_reg, 0); in ginsn_new_jump_cond()
301 if (src_type == GINSN_SRC_SYMBOL) in ginsn_new_jump_cond()
309 enum ginsn_src_type src_type, unsigned int src_reg, offsetT src_disp, in ginsn_new_mov() argument
[all …]
H A Dginsn.h275 enum ginsn_src_type src_type, unsigned int src_reg,
278 enum ginsn_src_type src_type, unsigned int src_reg,
281 enum ginsn_src_type src_type, unsigned int src_reg,
284 enum ginsn_src_type src_type, unsigned int src_reg, offsetT src_disp,
287 enum ginsn_src_type src_type, unsigned int src_reg,
290 enum ginsn_src_type src_type, unsigned int src_reg, offsetT src_disp,
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c1261 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument
1282 return (src_type); in ctf_add_type()
1287 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type()
1355 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type()
1367 src.ctb_type = src_type; in ctf_add_type()
1383 if (ctf_type_encoding(src_fp, src_type, &src_en) != 0) in ctf_add_type()
1403 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
1404 src_type = ctf_add_type(dst_fp, src_fp, src_type); in ctf_add_type()
1406 if (src_type == CTF_ERR) in ctf_add_type()
1409 dst_type = ctf_add_reftype(dst_fp, flag, src_type, kind); in ctf_add_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/
H A Dsingle.c468 convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type, in convert_type() argument
496 switch (src_type) in convert_type()
553 if (src_type == BT_INTEGER) in convert_type()
570 else if (src_type == BT_REAL) in convert_type()
587 else if (src_type == BT_COMPLEX) in convert_type()
608 if (src_type == BT_INTEGER) in convert_type()
625 else if (src_type == BT_REAL) in convert_type()
642 else if (src_type == BT_COMPLEX) in convert_type()
661 if (src_type == BT_INTEGER) in convert_type()
678 else if (src_type == BT_REAL) in convert_type()
[all …]
H A Dlibcaf.h229 int src_type);
238 int *src_stat, int dst_type, int src_type);
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dsingle.c468 convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type, in convert_type() argument
496 switch (src_type) in convert_type()
553 if (src_type == BT_INTEGER) in convert_type()
570 else if (src_type == BT_REAL) in convert_type()
587 else if (src_type == BT_COMPLEX) in convert_type()
608 if (src_type == BT_INTEGER) in convert_type()
625 else if (src_type == BT_REAL) in convert_type()
642 else if (src_type == BT_COMPLEX) in convert_type()
661 if (src_type == BT_INTEGER) in convert_type()
678 else if (src_type == BT_REAL) in convert_type()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_xlator.c261 ctf_id_t src_type = src->dn_type; in dt_xlator_lookup() local
262 ctf_id_t src_base = ctf_type_resolve(src_ctfp, src_type); in dt_xlator_lookup()
303 src_ctfp, src_type) && in dt_xlator_lookup()
315 src_ctfp, src_type) && in dt_xlator_lookup()
344 src_dtt.dtt_type = src_type; in dt_xlator_lookup()

1234