Home
last modified time | relevance | path

Searched refs:elem_type (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py570 def __init__(self, elem_type): argument
571 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
573 self._elem_type = elem_type.target()
575 self._elem_type = elem_type
609 def __init__(self, elem_type): argument
610 UniquePtrGetWorker.__init__(self, elem_type)
625 def __init__(self, elem_type): argument
626 UniquePtrGetWorker.__init__(self, elem_type)
669 def __init__(self, elem_type): argument
670 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py634 def __init__(self, elem_type): argument
635 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
637 self._elem_type = elem_type.target()
639 self._elem_type = elem_type
674 def __init__(self, elem_type): argument
675 UniquePtrGetWorker.__init__(self, elem_type)
691 def __init__(self, elem_type): argument
692 UniquePtrGetWorker.__init__(self, elem_type)
739 def __init__(self, elem_type): argument
740 self._is_array = elem_type.code == gdb.TYPE_CODE_ARRAY
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c72 tree elem_type = TREE_TYPE (TREE_TYPE (ary)); in c_fold_array_ref() local
73 unsigned elem_nchars = (TYPE_PRECISION (elem_type) in c_fold_array_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc72 tree elem_type = TREE_TYPE (TREE_TYPE (ary)); in c_fold_array_ref() local
73 unsigned elem_nchars = (TYPE_PRECISION (elem_type) in c_fold_array_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-forwprop.cc2434 tree elem_type; in simplify_bitfield_ref() local
2452 elem_type = TREE_TYPE (TREE_TYPE (op0)); in simplify_bitfield_ref()
2453 if (TREE_TYPE (op) != elem_type) in simplify_bitfield_ref()
2456 size = TREE_INT_CST_LOW (TYPE_SIZE (elem_type)); in simplify_bitfield_ref()
2699 tree elem_type = TREE_TYPE (mask_type); in simplify_permutation() local
2700 unsigned elem_size = TREE_INT_CST_LOW (TYPE_SIZE (elem_type)); in simplify_permutation()
2786 tree op, orig[2], type, elem_type; in simplify_vector_constructor() local
2800 elem_type = TREE_TYPE (type); in simplify_vector_constructor()
2801 elem_size = TREE_INT_CST_LOW (TYPE_SIZE (elem_type)); in simplify_vector_constructor()
H A Dtree-vect-stmts.cc148 create_vector_array (tree elem_type, unsigned HOST_WIDE_INT nelems) in create_vector_array() argument
150 return create_tmp_var (build_array_type_nelts (elem_type, nelems), in create_vector_array()
7477 tree elem_type; in vectorizable_store() local
7594 elem_type = TREE_TYPE (vectype); in vectorizable_store()
7998 tree ltype = elem_type; in vectorizable_store()
8007 ltype = build_vector_type (elem_type, group_size); in vectorizable_store()
8012 scalar_mode elmode = SCALAR_TYPE_MODE (elem_type); in vectorizable_store()
8060 ltype = build_aligned_type (ltype, TYPE_ALIGN (elem_type)); in vectorizable_store()
8208 aggr_type = elem_type; in vectorizable_store()
8215 aggr_type = build_array_type_nelts (elem_type, vec_num * nunits); in vectorizable_store()
[all …]
H A Dstor-layout.cc574 mode_for_array (tree elem_type, tree size) in mode_for_array() argument
582 elem_size = TYPE_SIZE (elem_type); in mode_for_array()
584 return TYPE_MODE (elem_type); in mode_for_array()
592 machine_mode elem_mode = TYPE_MODE (elem_type); in mode_for_array()
H A Dtree-ssa-reassoc.cc2006 tree elem_type = TREE_TYPE (vec_type); in undistribute_bitref_for_vector() local
2007 unsigned HOST_WIDE_INT elem_size = tree_to_uhwi (TYPE_SIZE (elem_type)); in undistribute_bitref_for_vector()
2170 tree elem_type = TREE_TYPE (vec_type); in undistribute_bitref_for_vector() local
2174 tree dst = make_ssa_name (elem_type); in undistribute_bitref_for_vector()
2176 * tree_to_uhwi (TYPE_SIZE (elem_type))); in undistribute_bitref_for_vector()
2177 tree bfr = build3 (BIT_FIELD_REF, elem_type, sum_vec, in undistribute_bitref_for_vector()
2178 TYPE_SIZE (elem_type), pos); in undistribute_bitref_for_vector()
H A Dtree-ssa-ccp.cc2593 tree lhs, arg, block, var, elem_type, array_type; in fold_builtin_alloca_with_align() local
2634 elem_type = build_nonstandard_integer_type (BITS_PER_UNIT, 1); in fold_builtin_alloca_with_align()
2636 array_type = build_array_type_nelts (elem_type, n_elem); in fold_builtin_alloca_with_align()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-forwprop.c2025 tree elem_type; in simplify_bitfield_ref() local
2043 elem_type = TREE_TYPE (TREE_TYPE (op0)); in simplify_bitfield_ref()
2044 if (TREE_TYPE (op) != elem_type) in simplify_bitfield_ref()
2047 size = TREE_INT_CST_LOW (TYPE_SIZE (elem_type)); in simplify_bitfield_ref()
2268 tree op, orig[2], type, elem_type; in simplify_vector_constructor() local
2282 elem_type = TREE_TYPE (type); in simplify_vector_constructor()
2283 elem_size = TREE_INT_CST_LOW (TYPE_SIZE (elem_type)); in simplify_vector_constructor()
H A Dtree-vect-stmts.c115 create_vector_array (tree elem_type, unsigned HOST_WIDE_INT nelems) in create_vector_array() argument
117 return create_tmp_var (build_array_type_nelts (elem_type, nelems), in create_vector_array()
7349 tree elem_type; in vectorizable_store() local
7472 elem_type = TREE_TYPE (vectype); in vectorizable_store()
7855 tree ltype = elem_type; in vectorizable_store()
7864 ltype = build_vector_type (elem_type, group_size); in vectorizable_store()
7869 scalar_mode elmode = SCALAR_TYPE_MODE (elem_type); in vectorizable_store()
7917 ltype = build_aligned_type (ltype, TYPE_ALIGN (elem_type)); in vectorizable_store()
8091 aggr_type = elem_type; in vectorizable_store()
8098 aggr_type = build_array_type_nelts (elem_type, vec_num * nunits); in vectorizable_store()
[all …]
H A Dstor-layout.c571 mode_for_array (tree elem_type, tree size) in mode_for_array() argument
579 elem_size = TYPE_SIZE (elem_type); in mode_for_array()
581 return TYPE_MODE (elem_type); in mode_for_array()
589 machine_mode elem_mode = TYPE_MODE (elem_type); in mode_for_array()
H A Dtree-ssa-reassoc.c1937 tree elem_type = TREE_TYPE (vec_type); in undistribute_bitref_for_vector() local
1938 unsigned HOST_WIDE_INT elem_size = tree_to_uhwi (TYPE_SIZE (elem_type)); in undistribute_bitref_for_vector()
2098 tree elem_type = TREE_TYPE (vec_type); in undistribute_bitref_for_vector() local
2102 tree dst = make_ssa_name (elem_type); in undistribute_bitref_for_vector()
2104 * tree_to_uhwi (TYPE_SIZE (elem_type))); in undistribute_bitref_for_vector()
2105 tree bfr = build3 (BIT_FIELD_REF, elem_type, sum_vec, in undistribute_bitref_for_vector()
2106 TYPE_SIZE (elem_type), pos); in undistribute_bitref_for_vector()
H A Dtree-ssa-ccp.c2214 tree lhs, arg, block, var, elem_type, array_type; in fold_builtin_alloca_with_align() local
2255 elem_type = build_nonstandard_integer_type (BITS_PER_UNIT, 1); in fold_builtin_alloca_with_align()
2257 array_type = build_array_type_nelts (elem_type, n_elem); in fold_builtin_alloca_with_align()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c2893 tree elem_type, upper_bound, array_type; in neon_dereference_pointer() local
2907 elem_type = TREE_TYPE (type); in neon_dereference_pointer()
2913 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); in neon_dereference_pointer()
2919 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in neon_dereference_pointer()
2944 tree elem_type, upper_bound, array_type; in mve_dereference_pointer() local
2954 elem_type = TREE_TYPE (type); in mve_dereference_pointer()
2960 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in mve_dereference_pointer()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-builtins.cc2852 tree elem_type, upper_bound, array_type; in neon_dereference_pointer() local
2866 elem_type = TREE_TYPE (type); in neon_dereference_pointer()
2872 nelems = vector_size * nvectors / int_size_in_bytes (elem_type); in neon_dereference_pointer()
2878 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in neon_dereference_pointer()
2903 tree elem_type, upper_bound, array_type; in mve_dereference_pointer() local
2913 elem_type = TREE_TYPE (type); in mve_dereference_pointer()
2919 array_type = build_array_type (elem_type, build_index_type (upper_bound)); in mve_dereference_pointer()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc1354 tree elem_type = get_type (); in get_relative_concrete_offset() local
1359 HOST_WIDE_INT hwi_byte_size = int_size_in_bytes (elem_type); in get_relative_concrete_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc2620 tree elem_type = TREE_TYPE (type); in rs6000_gimplify_va_arg() local
2621 machine_mode elem_mode = TYPE_MODE (elem_type); in rs6000_gimplify_va_arg()
2629 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p, in rs6000_gimplify_va_arg()
2636 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p, in rs6000_gimplify_va_arg()
H A Drs6000.cc5023 tree elem_type; in rs6000_builtin_vectorization_cost() local
5145 elem_type = TREE_TYPE (vectype); in rs6000_builtin_vectorization_cost()
5149 if (SCALAR_FLOAT_TYPE_P (elem_type) in rs6000_builtin_vectorization_cost()
5150 && TYPE_PRECISION (elem_type) == 32) in rs6000_builtin_vectorization_cost()
5156 else if (INTEGRAL_TYPE_P (elem_type)) in rs6000_builtin_vectorization_cost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td599 class Insert_Element <ValueType elem_type, ValueType vec_type,
602 (insertelt vec_type:$vec, elem_type:$elem, sub_idx),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3569 tree elem_type = TREE_TYPE (TREE_TYPE (ary)); in cxx_eval_array_reference() local
3574 elem_nchars = (TYPE_PRECISION (elem_type) in cxx_eval_array_reference()
3640 if (is_really_empty_class (elem_type, /*ignore_vptr*/false)) in cxx_eval_array_reference()
3641 return build_constructor (elem_type, NULL); in cxx_eval_array_reference()
3642 else if (CP_AGGREGATE_TYPE_P (elem_type)) in cxx_eval_array_reference()
3645 val = digest_init (elem_type, empty_ctor, tf_warning_or_error); in cxx_eval_array_reference()
3648 new_ctx.ctor = build_constructor (elem_type, NULL); in cxx_eval_array_reference()
3652 val = build_value_init (elem_type, tf_warning_or_error); in cxx_eval_array_reference()
3655 if (CP_AGGREGATE_TYPE_P (elem_type) && t != ctx->ctor) in cxx_eval_array_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc3951 tree elem_type = TREE_TYPE (TREE_TYPE (ary)); in cxx_eval_array_reference() local
3956 elem_nchars = (TYPE_PRECISION (elem_type) in cxx_eval_array_reference()
4022 if (is_really_empty_class (elem_type, /*ignore_vptr*/false)) in cxx_eval_array_reference()
4023 return build_constructor (elem_type, NULL); in cxx_eval_array_reference()
4024 else if (CP_AGGREGATE_TYPE_P (elem_type)) in cxx_eval_array_reference()
4027 val = digest_init (elem_type, empty_ctor, tf_warning_or_error); in cxx_eval_array_reference()
4030 val = build_value_init (elem_type, tf_warning_or_error); in cxx_eval_array_reference()
4032 if (!SCALAR_TYPE_P (elem_type)) in cxx_eval_array_reference()
4039 new_ctx.ctor = build_constructor (elem_type, NULL); in cxx_eval_array_reference()
4044 if (!SCALAR_TYPE_P (elem_type) && t != ctx->ctor) in cxx_eval_array_reference()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc6885 tree elem_type = TREE_TYPE (ptr_type); in convert_byte_offset_to_array_index() local
6890 if (TREE_CODE (elem_type) == VOID_TYPE) in convert_byte_offset_to_array_index()
6895 HOST_WIDE_INT hwi_byte_size = int_size_in_bytes (elem_type); in convert_byte_offset_to_array_index()
6899 tree byte_size = size_in_bytes (elem_type); in convert_byte_offset_to_array_index()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c8053 tree elem_type = TREE_TYPE (type); in rs6000_gimplify_va_arg() local
8054 machine_mode elem_mode = TYPE_MODE (elem_type); in rs6000_gimplify_va_arg()
8062 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p, in rs6000_gimplify_va_arg()
8069 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p, in rs6000_gimplify_va_arg()
H A Drs6000.c4891 tree elem_type; in rs6000_builtin_vectorization_cost() local
5011 elem_type = TREE_TYPE (vectype); in rs6000_builtin_vectorization_cost()
5015 if (SCALAR_FLOAT_TYPE_P (elem_type) in rs6000_builtin_vectorization_cost()
5016 && TYPE_PRECISION (elem_type) == 32) in rs6000_builtin_vectorization_cost()
5022 else if (INTEGRAL_TYPE_P (elem_type)) in rs6000_builtin_vectorization_cost()

12