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

  /src/external/gpl3/gdb/dist/gdb/
c-exp.y 174 %type <tval> type typebase scalar_type
1381 scalar_type:
1502 | scalar_type
1504 | COMPLEX scalar_type
1380 scalar_type: label
valarith.c 1393 struct type *eltype, *scalar_type;
1409 scalar_type = check_typedef (scalar_value->type ());
1413 if (eltype->length () < scalar_type->length ()
1390 struct type *eltype, *scalar_type; local
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.y 174 %type <tval> type typebase scalar_type
1380 scalar_type:
1501 | scalar_type
1503 | COMPLEX scalar_type
1379 scalar_type: label
valarith.c 1393 struct type *eltype, *scalar_type;
1409 scalar_type = check_typedef (scalar_value->type ());
1413 if (eltype->length () < scalar_type->length ()
1390 struct type *eltype, *scalar_type; local
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 101 #define DEF_MVE_TYPE(ACLE_NAME, SCALAR_TYPE) \
286 tree scalar_type (unsigned int) const;
706 function_instance::scalar_type (unsigned int i) const function in class:arm_mve::function_instance
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 111 #define DEF_SVE_TYPE(ACLE_NAME, NCHARS, ABI_NAME, SCALAR_TYPE) \
407 tree scalar_type (unsigned int) const;
1003 function_instance::scalar_type (unsigned int i) const function in class:aarch64_sve::function_instance
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 105 #define DEF_SVE_TYPE(ACLE_NAME, NCHARS, ABI_NAME, SCALAR_TYPE) \
297 tree scalar_type (unsigned int) const;
815 function_instance::scalar_type (unsigned int i) const function in class:aarch64_sve::function_instance
  /src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc 1578 tree scalar_type = strip_array_types (type);
1579 tree vectype = get_related_vectype_for_scalar_type (VOIDmode, scalar_type);
1576 tree scalar_type = strip_array_types (type); local
tree-vect-patterns.cc 5567 tree scalar_type = TREE_TYPE (lhs); local
5568 if (VECTOR_TYPE_P (scalar_type))
5573 && VECT_SCALAR_BOOLEAN_TYPE_P (scalar_type))
5576 tree vecitype = get_vectype_for_scalar_type (vinfo, scalar_type);
5584 append_pattern_def_seq (vinfo, stmt_vinfo, new_stmt, vectype, scalar_type);
gimplify.cc 6735 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1);
6737 op0 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op0);
6738 op1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op1);
6732 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1); local
tree-vect-loop.cc 291 tree scalar_type = NULL_TREE; local
318 scalar_type = TREE_TYPE (PHI_RESULT (phi));
323 scalar_type);
325 vectype = get_vectype_for_scalar_type (loop_vinfo, scalar_type);
330 scalar_type);
571 tree scalar_type = TREE_TYPE (def);
572 tree vectype = get_vectype_for_scalar_type (loop_vinfo, scalar_type);
3926 return null. CODE is the code of the reduction and SCALAR_TYPE is type
3933 neutral_op_for_reduction (tree scalar_type, code_helper code,
3944 return build_zero_cst (scalar_type);
5545 tree scalar_type = TREE_TYPE (init_val); local
6007 tree scalar_type; local
7013 tree scalar_type = TREE_TYPE (vectype); local
7182 tree scalar_type = TREE_TYPE (scalar_dest); local
10708 tree scalar_type = TREE_TYPE (STMT_VINFO_VECTYPE (stmt_info)); local
    [all...]
tree-vect-slp.cc 1866 tree scalar_type = TREE_TYPE (PHI_RESULT (stmt)); local
1867 tree vectype = get_vectype_for_scalar_type (vinfo, scalar_type,
3260 tree scalar_type = TREE_TYPE (DR_REF (STMT_VINFO_DATA_REF (stmt_info))); local
3261 tree vectype = get_vectype_for_scalar_type (vinfo, scalar_type);
3478 tree scalar_type local
3480 tree vectype = get_vectype_for_scalar_type (vinfo, scalar_type,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc 1548 tree scalar_type = strip_array_types (type);
1549 tree vectype = get_related_vectype_for_scalar_type (VOIDmode, scalar_type);
1546 tree scalar_type = strip_array_types (type); local
tree-vect-slp.cc 1663 tree scalar_type = TREE_TYPE (PHI_RESULT (stmt)); local
1664 tree vectype = get_vectype_for_scalar_type (vinfo, scalar_type,
3012 tree scalar_type = TREE_TYPE (DR_REF (STMT_VINFO_DATA_REF (stmt_info))); local
3013 tree vectype = get_vectype_for_scalar_type (vinfo, scalar_type);
3219 tree scalar_type local
3221 tree vectype = get_vectype_for_scalar_type (vinfo, scalar_type,
tree-vect-stmts.cc 5552 /* Return TRUE if CODE (a shift operation) is supported for SCALAR_TYPE
5556 vect_supportable_shift (vec_info *vinfo, enum tree_code code, tree scalar_type)
5564 vectype = get_vectype_for_scalar_type (vinfo, scalar_type);
9233 /* Load vector(1) scalar_type if it's 1 element-wise vectype. */
10296 tree scalar_type = TREE_TYPE (lhs); local
10297 if (VECT_SCALAR_BOOLEAN_TYPE_P (scalar_type))
10302 if (INTEGRAL_TYPE_P (scalar_type)
10304 && tree_int_cst_lt (TYPE_SIZE (scalar_type),
10306 scalar_type = build_nonstandard_integer_type
10307 (vector_element_bits (vectype), TYPE_UNSIGNED (scalar_type));
12510 tree scalar_type = NULL_TREE; local
    [all...]
gimplify.cc 6316 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1);
6318 op0 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op0);
6319 op1 = fold_build1_loc (loc, VIEW_CONVERT_EXPR, scalar_type, op1);
6313 tree scalar_type = lang_hooks.types.type_for_mode (TYPE_MODE (type), 1); local
tree-vect-loop.cc 288 tree scalar_type = NULL_TREE; local
315 scalar_type = TREE_TYPE (PHI_RESULT (phi));
320 scalar_type);
322 vectype = get_vectype_for_scalar_type (loop_vinfo, scalar_type);
327 scalar_type);
3279 return null. CODE is the code of the reduction and SCALAR_TYPE is type
3284 neutral_op_for_reduction (tree scalar_type, code_helper code,
3297 return build_zero_cst (scalar_type);
3300 return build_one_cst (scalar_type);
3303 return build_all_ones_cst (scalar_type);
4745 tree scalar_type = TREE_TYPE (init_val); local
5206 tree scalar_type; local
6203 tree scalar_type = TREE_TYPE (vectype); local
6314 tree scalar_type = TREE_TYPE (scalar_dest); local
8952 tree scalar_type = TREE_TYPE (STMT_VINFO_VECTYPE (stmt_info)); local
    [all...]

Completed in 115 milliseconds