| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | optabs-tree.cc | 331 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_half_widening_operation() 392 gcc_assert (VECTOR_TYPE_P (vectype_out) && VECTOR_TYPE_P (vectype_in)); in supportable_convert_operation()
|
| D | tree-vect-generic.cc | 110 poly_uint64 n1 = VECTOR_TYPE_P (type1) ? TYPE_VECTOR_SUBPARTS (type1) : 1; in subparts_gt() 111 poly_uint64 n2 = VECTOR_TYPE_P (type2) ? TYPE_VECTOR_SUBPARTS (type2) : 1; in subparts_gt() 1387 gcc_assert (VECTOR_TYPE_P (original_vector_type)); in type_for_widest_vector_mode() 1828 if (!VECTOR_TYPE_P (inner_type)) in do_vec_conversion() 1888 gcc_checking_assert (VECTOR_TYPE_P (ret_type) && VECTOR_TYPE_P (arg_type)); in expand_vector_conversion() 1961 if (VECTOR_TYPE_P (compute_type) in expand_vector_conversion() 2043 if (VECTOR_TYPE_P (compute_type) in expand_vector_conversion() 2180 if (!VECTOR_TYPE_P (type) in expand_vector_operations_1() 2181 || !VECTOR_TYPE_P (TREE_TYPE (rhs1))) in expand_vector_operations_1() 2200 || (! VECTOR_TYPE_P (TREE_TYPE (rhs2)) in expand_vector_operations_1()
|
| D | gimple-match-head.cc | 177 && VECTOR_TYPE_P (res_op->type) in maybe_resimplify_conditional_op() 1397 || (query_type == optab_vector && VECTOR_TYPE_P (type)) in directly_supported_p() 1398 || (query_type == optab_scalar && !VECTOR_TYPE_P (type))); in directly_supported_p()
|
| D | tree-ssa.cc | 1699 && VECTOR_TYPE_P (TREE_TYPE (decl)) in non_rewritable_lvalue_p() 1733 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (lhs, 0))) in non_rewritable_lvalue_p() 2037 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (lhs, 0))) in execute_update_addresses_taken() 2076 && VECTOR_TYPE_P (TREE_TYPE (sym)) in execute_update_addresses_taken()
|
| D | gimple-isel.cc | 73 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (op0, 0))) in gimple_expand_vec_set_expr()
|
| D | gimple-harden-conditionals.cc | 470 if (VECTOR_TYPE_P (TREE_TYPE (op1))) in execute()
|
| D | match.pd | 151 (if (VECTOR_TYPE_P (type) && VECTOR_TYPE_P (TREE_TYPE (@0)) 371 && (!VECTOR_TYPE_P (type) 384 (if (!VECTOR_TYPE_P (type) 1662 (if (VECTOR_TYPE_P (type)) 2118 && (VECTOR_TYPE_P (type) || !VECTOR_TYPE_P (TREE_TYPE (@0)))) 3030 tree cst = wide_int_to_tree (VECTOR_TYPE_P (t) ? TREE_TYPE (t) 3049 tree cst = wide_int_to_tree (VECTOR_TYPE_P (t) ? TREE_TYPE (t) 3700 && VECTOR_TYPE_P (TREE_TYPE (ctor)) 3727 int inside_vec = VECTOR_TYPE_P (inside_type); 3733 int inter_vec = VECTOR_TYPE_P (inter_type); [all …]
|
| D | tree-ssa-forwprop.cc | 2675 if (!VECTOR_TYPE_P (tgt_type)) in simplify_permutation() 2826 && VECTOR_TYPE_P (TREE_TYPE (ref)) in simplify_vector_constructor() 2890 || ! VECTOR_TYPE_P (TREE_TYPE (orig[0]))) in simplify_vector_constructor() 3660 && VECTOR_TYPE_P (TREE_TYPE (rhs)) in execute() 3663 && (!VECTOR_TYPE_P (TREE_TYPE (CONSTRUCTOR_ELT (rhs, 0)->value)) in execute()
|
| D | fold-const.cc | 2417 return (VECTOR_TYPE_P (orig) in fold_convertible_p() 3575 if (!VECTOR_TYPE_P (TREE_TYPE (arg0)) in operand_equal_p() 3576 || !VECTOR_TYPE_P (TREE_TYPE (arg1))) in operand_equal_p() 4421 return fold_unary_loc (loc, VECTOR_TYPE_P (type) in fold_invert_truthvalue() 4438 return fold_build1_loc (loc, VECTOR_TYPE_P (type) in invert_truthvalue_loc() 5958 || VECTOR_TYPE_P (type) in fold_cond_expr_with_comparison() 9197 if (VECTOR_TYPE_P (type) && TREE_CODE (expr) == VECTOR_CST) in fold_view_convert_expr() 10919 && !VECTOR_TYPE_P (TREE_TYPE (arg0)) in fold_binary_loc() 12983 && !VECTOR_TYPE_P (type))) in fold_ternary_loc() 12997 && !VECTOR_TYPE_P (type) in fold_ternary_loc() [all …]
|
| D | fold-const-call.cc | 656 gcc_checking_assert (VECTOR_TYPE_P (ret_type) && VECTOR_TYPE_P (arg_type)); in fold_const_vec_convert()
|
| D | tree.h | 511 #define VECTOR_TYPE_P(TYPE) (TREE_CODE (TYPE) == VECTOR_TYPE) macro 534 || VECTOR_TYPE_P (TYPE)) \ 564 (VECTOR_TYPE_P (TYPE) \ 571 (VECTOR_TYPE_P (TYPE) \ 581 || VECTOR_TYPE_P (TYPE)) \ 2101 (VECTOR_TYPE_P (TYPE_CHECK (NODE)) \ 5105 || VECTOR_TYPE_P (TREE_TYPE (t))) in reverse_storage_order_for_component_p()
|
| D | tree-cfg.cc | 3623 if (VECTOR_TYPE_P (lhs_type) in verify_gimple_assign_unary() 3624 && VECTOR_TYPE_P (rhs1_type) in verify_gimple_assign_unary() 3631 else if (VECTOR_TYPE_P (lhs_type) || VECTOR_TYPE_P (rhs1_type)) in verify_gimple_assign_unary() 4405 || (VECTOR_TYPE_P (rhs1_type) in verify_gimple_assign_ternary() 4408 || (VECTOR_TYPE_P (rhs1_type) in verify_gimple_assign_ternary() 4409 && VECTOR_TYPE_P (rhs2_type) in verify_gimple_assign_ternary() 4446 else if (VECTOR_TYPE_P (rhs1_type)) in verify_gimple_assign_ternary()
|
| D | internal-fn.cc | 2411 if (VECTOR_TYPE_P (TREE_TYPE (arg0))) in expand_UBSAN_CHECK_ADD() 2427 if (VECTOR_TYPE_P (TREE_TYPE (arg0))) in expand_UBSAN_CHECK_SUB() 2445 if (VECTOR_TYPE_P (TREE_TYPE (arg0))) in expand_UBSAN_CHECK_MUL() 4416 if (VECTOR_TYPE_P (type) in vectorized_internal_fn_supported_p()
|
| D | gimple-ssa-store-merging.cc | 1115 && VECTOR_TYPE_P (TREE_TYPE (tgt))) in bswap_replace() 1394 if (!VECTOR_TYPE_P (TREE_TYPE (rhs)) in maybe_optimize_vector_constructor() 1535 if (VECTOR_TYPE_P (TREE_TYPE (rhs)) in execute() 5390 if (VECTOR_TYPE_P (TREE_TYPE (rhs)) in get_status_for_store_merging()
|
| D | tree-vect-slp.cc | 5623 if (!VECTOR_TYPE_P (TREE_TYPE (rhs)) in vect_slp_check_for_constructors() 5626 || VECTOR_TYPE_P (TREE_TYPE (CONSTRUCTOR_ELT (rhs, 0)->value)) in vect_slp_check_for_constructors() 5643 && VECTOR_TYPE_P (TREE_TYPE (rhs)) in vect_slp_check_for_constructors() 5736 else if (!VECTOR_TYPE_P (TREE_TYPE (rhs)) in vect_slp_check_for_constructors()
|
| D | expr.cc | 7179 && !VECTOR_TYPE_P (TREE_TYPE (elt))) in store_constructor() 7231 if (VECTOR_TYPE_P (val_type)) in store_constructor() 7647 if (VECTOR_TYPE_P (TREE_TYPE (field)) in get_inner_reference() 7667 || VECTOR_TYPE_P (TREE_TYPE (exp))) in get_inner_reference() 9669 if (VECTOR_TYPE_P (type)) in expand_expr_real_2() 10563 && VECTOR_TYPE_P (type) && exp && DECL_MODE (exp) != mode) in expand_expr_real_1()
|
| D | tree-vect-loop.cc | 6057 gcc_assert (VECTOR_TYPE_P (TREE_TYPE (adjustment_def))); in vect_create_epilog_for_reduction() 9932 if (!VECTOR_TYPE_P (TREE_TYPE (lhs))) in vect_transform_loop() 9942 if (!VECTOR_TYPE_P (TREE_TYPE (lhs))) in vect_transform_loop() 10241 if (!VECTOR_TYPE_P (TREE_TYPE (lhs))) in optimize_mask_stores()
|
| D | tree.cc | 2147 if (!VECTOR_TYPE_P (type)) in build_uniform_cst() 10366 gcc_assert (VECTOR_TYPE_P (TREE_TYPE (vec))); in uniform_vector_p() 10417 if (VECTOR_TYPE_P (TREE_TYPE (t))) in uniform_integer_cst_p() 13079 if (VECTOR_TYPE_P (t) || TREE_CODE (t) == COMPLEX_TYPE) in element_mode() 13129 gcc_checking_assert (VECTOR_TYPE_P (type)); in vector_element_bits() 13141 gcc_checking_assert (VECTOR_TYPE_P (type)); in vector_element_bits_tree()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | typeck2.cc | 1277 || VECTOR_TYPE_P (type) in digest_init_r() 1291 || VECTOR_TYPE_P (type))) in digest_init_r() 1464 || VECTOR_TYPE_P (type)); in process_init_constructor_array() 1953 if (TREE_CODE (type) == ARRAY_TYPE || VECTOR_TYPE_P (type)) in process_init_constructor()
|
| D | typeck.cc | 304 || VECTOR_TYPE_P (t1) in cp_common_type() 307 || VECTOR_TYPE_P (t2) in cp_common_type() 452 || VECTOR_TYPE_P (t1) in type_after_usual_arithmetic_conversions() 455 || VECTOR_TYPE_P (t2) in type_after_usual_arithmetic_conversions() 5280 if (!VECTOR_TYPE_P (type0) && gnu_vector_type_p (type1)) in cp_build_binary_op() 5299 && (!VECTOR_TYPE_P (type1) || gnu_vector_type_p (type1))) in cp_build_binary_op() 5304 if (!VECTOR_TYPE_P (type1)) in cp_build_binary_op() 7075 else if (!noconvert && VECTOR_TYPE_P (TREE_TYPE (arg))) in cp_build_unary_op() 7246 inc = VECTOR_TYPE_P (argtype) in cp_build_unary_op() 7468 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (x, 0)))) in cxx_mark_addressable() [all …]
|
| D | constexpr.cc | 72 || VECTOR_TYPE_P (t) in literal_type_p() 3848 else if (VECTOR_TYPE_P (type)) in get_array_or_vector_nelts() 3934 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (ary, 0))) in cxx_eval_array_reference() 4673 if (!AGGREGATE_TYPE_P (type) && !VECTOR_TYPE_P (type)) in init_subob_ctx() 4676 if (VECTOR_TYPE_P (type) in init_subob_ctx() 4677 && VECTOR_TYPE_P (TREE_TYPE (ctx->ctor)) in init_subob_ctx() 4752 if (TYPE_PTRMEMFUNC_P (type) || VECTOR_TYPE_P (type)) in cxx_eval_bare_aggregate() 4854 if (VECTOR_TYPE_P (type)) in cxx_eval_bare_aggregate() 5117 else if (VECTOR_TYPE_P (optype) in cxx_fold_indirect_ref_1() 6777 || VECTOR_TYPE_P (TREE_TYPE (r))) in cxx_eval_constant_expression() [all …]
|
| D | cvt.cc | 764 else if (VECTOR_TYPE_P (type)) in ocp_convert() 857 if (VECTOR_TYPE_P (intype) && !gnu_vector_type_p (intype)) in ocp_convert()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 6769 && VECTOR_TYPE_P (type) in sparc_pass_by_reference() 6786 && (AGGREGATE_TYPE_P (type) || VECTOR_TYPE_P (type)) in sparc_pass_by_reference() 6831 = FLOAT_TYPE_P (field_type) || VECTOR_TYPE_P (field_type); in traverse_record_type() 6904 if (type && VECTOR_TYPE_P (type)) in function_arg_slotno() 6961 && (TREE_CODE (type) == RECORD_TYPE || VECTOR_TYPE_P (type))) in function_arg_slotno() 7072 if (VECTOR_TYPE_P (TREE_TYPE (field)) && mode == BLKmode) in compute_fp_layout() 7431 else if (type && VECTOR_TYPE_P (type) && mode == BLKmode) in sparc_function_arg_1() 7570 || (arg.type && VECTOR_TYPE_P (arg.type))) in sparc_arg_partial_bytes() 7581 || (arg.type && VECTOR_TYPE_P (arg.type))) in sparc_arg_partial_bytes() 7794 else if (VECTOR_TYPE_P (type) && mode == BLKmode) in sparc_function_value_1()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/ |
| D | rx.cc | 1149 && ! VECTOR_TYPE_P (ret_type) in rx_function_value() 1171 || VECTOR_TYPE_P (type) in rx_promote_function_mode()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.cc | 532 if (VECTOR_TYPE_P (type)) in s390_check_type_for_vector_abi() 12143 && VECTOR_TYPE_P (TREE_TYPE (val)) in s390_invalid_arg_for_unprototyped_fn() 12529 && VECTOR_TYPE_P (type) in s390_return_in_memory() 12537 || VECTOR_TYPE_P (type)) in s390_return_in_memory() 12578 bool vector_ret_type_p = ((ret_type && VECTOR_TYPE_P (ret_type)) in s390_function_and_libcall_value() 16562 if (!VECTOR_TYPE_P (type1) || !VECTOR_TYPE_P (type2)) in s390_invalid_binary_op()
|