HomeSort by: relevance | last modified time | path
    Searched defs:vec_type (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 756 tree vec_type = TREE_TYPE (f.lhs); variable
768 tree rhs_vector = build_vector_from_val (vec_type, rhs);
783 tree pred = f.convert_pred (stmts, vec_type, 0);
784 rhs = f.force_vector (stmts, vec_type, rhs);
787 build_zero_cst (vec_type));
841 tree vec_type = TREE_TYPE (f.lhs); variable
847 tree_vector_builder builder (vec_type, nargs * factor, 1);
855 builder.quick_push (build_zero_cst (TREE_TYPE (vec_type)));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-base.cc 802 tree vec_type = TREE_TYPE (f.lhs); variable
814 tree rhs_vector = build_vector_from_val (vec_type, rhs);
829 tree pred = f.convert_pred (stmts, vec_type, 0);
830 rhs = f.force_vector (stmts, vec_type, rhs);
833 build_zero_cst (vec_type));
933 tree vec_type = TREE_TYPE (f.lhs); variable
939 tree_vector_builder builder (vec_type, nargs * factor, 1);
947 builder.quick_push (build_zero_cst (TREE_TYPE (vec_type)));
  /src/external/gpl3/gdb/dist/gdb/stubs/
sh-stub.c 852 vec_type; typedef in typeref:struct:__anon3058
857 const vec_type vectable =
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
sh-stub.c 852 vec_type; typedef in typeref:struct:__anon5802
857 const vec_type vectable =
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 3595 static tree vec_type = NULL_TREE;
3601 if (vec_type == NULL_TREE)
3641 vec_type = make_node (RECORD_TYPE);
3642 tmp = gfc_add_field_to_struct_1 (vec_type, get_identifier ("nvec"),
3645 tmp = gfc_add_field_to_struct_1 (vec_type, get_identifier ("u"),
3648 gfc_finish_type (vec_type);
3649 TYPE_NAME (vec_type) = get_identifier ("caf_vector_t");
3654 vector_types[dim-1] = build_array_type (vec_type, tmp);
3581 static tree vec_type = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 3622 static tree vec_type = NULL_TREE;
3628 if (vec_type == NULL_TREE)
3668 vec_type = make_node (RECORD_TYPE);
3669 tmp = gfc_add_field_to_struct_1 (vec_type, get_identifier ("nvec"),
3672 tmp = gfc_add_field_to_struct_1 (vec_type, get_identifier ("u"),
3675 gfc_finish_type (vec_type);
3676 TYPE_NAME (vec_type) = get_identifier ("caf_vector_t");
3681 vector_types[dim-1] = build_array_type (vec_type, tmp);
3608 static tree vec_type = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1783 vector_type *vec_type = a_type->dyn_cast_vector_type (); local
1784 if (vec_type != NULL)
1786 type *element_type = vec_type->get_element_type ();
1794 m_type = new vector_type (inner_type, vec_type->get_num_units ());
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 1510 tree rhs_oprnd, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var; local
1564 vec_type = get_vectype_for_scalar_type (vinfo, lhs_type);
1566 if (!vec_type
1567 || !direct_internal_fn_supported_p (IFN_POPCOUNT, vec_type,
1576 *type_out = vec_type;
tree-ssa-reassoc.cc 1858 tree vec_type; member in struct:v_info
1957 tree vec_type = TREE_TYPE (vec); local
1959 if (TREE_CODE (vec) != SSA_NAME || !VECTOR_TYPE_P (vec_type))
1963 if (!VECTOR_MODE_P (TYPE_MODE (vec_type)))
1967 if (!TYPE_VECTOR_SUBPARTS (vec_type).is_constant ())
1977 if (!useless_type_conversion_p (TREE_TYPE (rhs), TREE_TYPE (vec_type)))
1983 if (!GET_MODE_BITSIZE (TYPE_MODE (vec_type)).is_constant (&size))
1991 vec_type = build_vector_type_for_mode (TREE_TYPE (rhs), simd_mode);
1994 if (!VECTOR_MODE_P (TYPE_MODE (vec_type)))
1999 if (!TYPE_VECTOR_SUBPARTS (vec_type).is_constant ()
2098 tree vec_type = info_ptr->vec_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 1806 tree rhs_oprnd, rhs_type, lhs_oprnd, lhs_type, vec_type, vec_rhs_type; local
1854 vec_type = get_vectype_for_scalar_type (vinfo, lhs_type);
1855 if (!vec_type)
1865 if (!vec_type
2001 *type_out = vec_type;
2005 append_pattern_def_seq (vinfo, stmt_vinfo, pattern_stmt, vec_type);
2015 append_pattern_def_seq (vinfo, stmt_vinfo, pattern_stmt, vec_type);
2026 append_pattern_def_seq (vinfo, stmt_vinfo, pattern_stmt, vec_type);
2084 tree rhs_oprnd, rhs_origin, lhs_oprnd, lhs_type, vec_type, new_var; local
2218 vec_type = get_vectype_for_scalar_type (vinfo, lhs_type)
    [all...]
tree-ssa-reassoc.cc 1862 tree vec_type; member in struct:v_info
1961 tree vec_type = TREE_TYPE (vec); local
1963 if (TREE_CODE (vec) != SSA_NAME || !VECTOR_TYPE_P (vec_type))
1967 if (!VECTOR_MODE_P (TYPE_MODE (vec_type)))
1971 if (!TYPE_VECTOR_SUBPARTS (vec_type).is_constant ())
1981 if (!useless_type_conversion_p (TREE_TYPE (rhs), TREE_TYPE (vec_type)))
1987 if (!GET_MODE_BITSIZE (TYPE_MODE (vec_type)).is_constant (&size))
1995 vec_type = build_vector_type_for_mode (TREE_TYPE (rhs), simd_mode);
1998 if (!VECTOR_MODE_P (TYPE_MODE (vec_type)))
2003 if (!TYPE_VECTOR_SUBPARTS (vec_type).is_constant ()
2102 tree vec_type = info_ptr->vec_type; local
    [all...]

Completed in 69 milliseconds