Home
last modified time | relevance | path

Searched refs:arg1_type (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c960 tree arg1_type = TREE_TYPE (arg1); in altivec_resolve_overloaded_builtin() local
965 if (!lang_hooks.types_compatible_p (arg0_type, arg1_type)) in altivec_resolve_overloaded_builtin()
1011 tree arg1_type = TREE_TYPE (arg1); in altivec_resolve_overloaded_builtin() local
1016 if (!lang_hooks.types_compatible_p (arg0_type, arg1_type)) in altivec_resolve_overloaded_builtin()
1084 tree arg1_type = TREE_TYPE (arg1); in altivec_resolve_overloaded_builtin() local
1092 if (!lang_hooks.types_compatible_p (arg0_type, arg1_type) in altivec_resolve_overloaded_builtin()
1093 || !lang_hooks.types_compatible_p (arg1_type, arg2_type)) in altivec_resolve_overloaded_builtin()
1167 tree arg1_type = TREE_TYPE (arg1); in altivec_resolve_overloaded_builtin() local
1175 if (!lang_hooks.types_compatible_p (arg0_type, arg1_type) in altivec_resolve_overloaded_builtin()
1176 || !lang_hooks.types_compatible_p (arg1_type, arg2_type)) in altivec_resolve_overloaded_builtin()
[all …]
H A Drs6000-call.c11409 tree arg1_type = TREE_TYPE (arg1); in rs6000_gimple_fold_builtin() local
11411 tree unsigned_element_type = unsigned_type_for (TREE_TYPE (arg1_type)); in rs6000_gimple_fold_builtin()
11451 tree arg1_type = TREE_TYPE (arg1); in rs6000_gimple_fold_builtin() local
11453 tree unsigned_element_type = unsigned_type_for (TREE_TYPE (arg1_type)); in rs6000_gimple_fold_builtin()
11459 int tree_size_in_bits = TREE_INT_CST_LOW (size_in_bytes (arg1_type)) in rs6000_gimple_fold_builtin()
11463 tree_vector_builder elts (unsigned_type_for (arg1_type), n_elts, 1); in rs6000_gimple_fold_builtin()
11489 tree arg1_type = TREE_TYPE (arg1); in rs6000_gimple_fold_builtin() local
11491 tree unsigned_element_type = unsigned_type_for (TREE_TYPE (arg1_type)); in rs6000_gimple_fold_builtin()
11538 tree arg1_type = ptr_type_node; in rs6000_gimple_fold_builtin() local
11546 arg1_type, arg1, temp_offset); in rs6000_gimple_fold_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1336 tree arg1_type = TREE_TYPE (arg1); in resolve_vec_extract() local
1339 if (TREE_CODE (arg1_type) != VECTOR_TYPE in resolve_vec_extract()
1348 machine_mode mode = TYPE_MODE (arg1_type); in resolve_vec_extract()
1442 arg1_inner_type = TREE_TYPE (arg1_type); in resolve_vec_extract()
1450 arg1_inner_type = TREE_TYPE (arg1_type); in resolve_vec_extract()
1452 TYPE_VECTOR_SUBPARTS (arg1_type) - 1); in resolve_vec_extract()
1455 tree decl = build_decl (loc, VAR_DECL, NULL_TREE, arg1_type); in resolve_vec_extract()
1460 TREE_TYPE (decl) = arg1_type; in resolve_vec_extract()
1461 TREE_READONLY (decl) = TYPE_READONLY (arg1_type); in resolve_vec_extract()
1466 stmt = build4 (TARGET_EXPR, arg1_type, decl, arg1, NULL_TREE, NULL_TREE); in resolve_vec_extract()
[all …]
H A Drs6000-builtin.cc1693 tree arg1_type = TREE_TYPE (arg1); in rs6000_gimple_fold_builtin() local
1695 tree unsigned_element_type = unsigned_type_for (TREE_TYPE (arg1_type)); in rs6000_gimple_fold_builtin()
1735 tree arg1_type = TREE_TYPE (arg1); in rs6000_gimple_fold_builtin() local
1737 tree unsigned_element_type = unsigned_type_for (TREE_TYPE (arg1_type)); in rs6000_gimple_fold_builtin()
1743 int tree_size_in_bits = TREE_INT_CST_LOW (size_in_bytes (arg1_type)) in rs6000_gimple_fold_builtin()
1747 tree_vector_builder elts (unsigned_type_for (arg1_type), n_elts, 1); in rs6000_gimple_fold_builtin()
1773 tree arg1_type = TREE_TYPE (arg1); in rs6000_gimple_fold_builtin() local
1775 tree unsigned_element_type = unsigned_type_for (TREE_TYPE (arg1_type)); in rs6000_gimple_fold_builtin()
1822 tree arg1_type = ptr_type_node; in rs6000_gimple_fold_builtin() local
1830 arg1_type, arg1, temp_offset); in rs6000_gimple_fold_builtin()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h278 const arg1_type& arg1 GTEST_ATTRIBUTE_UNUSED_, \
676 template <typename arg0_type, typename arg1_type, typename arg2_type, \
681 const arg0_type& arg0, const arg1_type& arg1, \
710 template <typename arg0_type, typename arg1_type, typename arg2_type, \
737 template <typename arg0_type, typename arg1_type, typename arg2_type, \
742 const arg0_type& arg0, const arg1_type& arg1, \
760 template <typename arg0_type, typename arg1_type, typename arg2_type, \
787 template <typename arg0_type, typename arg1_type, typename arg2_type, \
792 const arg0_type& arg0, const arg1_type& arg1, \
814 template <typename arg0_type, typename arg1_type, typename arg2_type, \
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c5155 tree arg1_type = TREE_TYPE (arg1); in build_conditional_expr_1() local
5188 tree ctype = TREE_TYPE (arg1_type); in build_conditional_expr_1()
5202 TYPE_VECTOR_SUBPARTS (arg1_type)); in build_conditional_expr_1()
5267 || maybe_ne (TYPE_VECTOR_SUBPARTS (arg1_type), in build_conditional_expr_1()
5269 || TYPE_SIZE (arg1_type) != TYPE_SIZE (arg2_type)) in build_conditional_expr_1()
5281 tree cmp_type = truth_type_for (arg1_type); in build_conditional_expr_1()
5282 arg1 = build2 (NE_EXPR, cmp_type, arg1, build_zero_cst (arg1_type)); in build_conditional_expr_1()
5978 tree arg1_type = TREE_TYPE ((*arglist)[0]); in add_operator_candidates() local
5981 if (CLASS_TYPE_P (arg1_type)) in add_operator_candidates()
5983 tree fns = lookup_fnfields (arg1_type, fnname, 1); in add_operator_candidates()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc5386 tree arg1_type = TREE_TYPE (arg1); in build_conditional_expr() local
5419 tree ctype = TREE_TYPE (arg1_type); in build_conditional_expr()
5433 TYPE_VECTOR_SUBPARTS (arg1_type)); in build_conditional_expr()
5498 || maybe_ne (TYPE_VECTOR_SUBPARTS (arg1_type), in build_conditional_expr()
5500 || TYPE_SIZE (arg1_type) != TYPE_SIZE (arg2_type)) in build_conditional_expr()
5512 tree cmp_type = truth_type_for (arg1_type); in build_conditional_expr()
5513 arg1 = build2 (NE_EXPR, cmp_type, arg1, build_zero_cst (arg1_type)); in build_conditional_expr()
6376 tree arg1_type = TREE_TYPE ((*arglist)[0]); in add_operator_candidates() local
6379 if (CLASS_TYPE_P (arg1_type)) in add_operator_candidates()
6381 tree fns = lookup_fnfields (arg1_type, fnname, 1, complain); in add_operator_candidates()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c1772 tree arg1_type = build_vector_type (TREE_TYPE (arg_type), nelts); in expand_vector_conversion() local
1773 if (supportable_convert_operation (code, ret1_type, arg1_type, in expand_vector_conversion()
1777 ret_type, arg1_type, arg, in expand_vector_conversion()
H A Dmatch.pd4581 tree arg1_type = TREE_TYPE (cst);
4582 unsigned int prec = TYPE_PRECISION (arg1_type);
4583 wide_int max = wi::max_value (arg1_type);
4585 wide_int min = wi::min_value (arg1_type);
4633 && TYPE_UNSIGNED (arg1_type)
4638 && prec == GET_MODE_PRECISION (SCALAR_INT_TYPE_MODE (arg1_type))
4640 && INTEGRAL_TYPE_P (arg1_type))
H A Dfold-const.c5742 tree arg1_type = TREE_TYPE (arg1); in fold_cond_expr_with_comparison() local
5785 tem = fold_convert_loc (loc, arg1_type, arg1); in fold_cond_expr_with_comparison()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc1922 tree arg1_type = build_vector_type (TREE_TYPE (arg_type), nelts); in expand_vector_conversion() local
1923 if (supportable_convert_operation (code, ret1_type, arg1_type, in expand_vector_conversion()
1927 ret_type, arg1_type, arg, in expand_vector_conversion()
H A Dtree-ssa-forwprop.cc2668 tree arg1_type = TREE_TYPE (arg1); in simplify_permutation() local
2670 tgt_type = arg1_type; in simplify_permutation()
2671 else if (tgt_type != arg1_type) in simplify_permutation()
H A Dmatch.pd5683 tree arg1_type = TREE_TYPE (cst);
5684 unsigned int prec = TYPE_PRECISION (arg1_type);
5685 wide_int max = wi::max_value (arg1_type);
5687 wide_int min = wi::min_value (arg1_type);
5735 && TYPE_UNSIGNED (arg1_type)
5740 && prec == GET_MODE_PRECISION (SCALAR_INT_TYPE_MODE (arg1_type))
5742 && INTEGRAL_TYPE_P (arg1_type))
H A Dfold-const.cc5824 tree arg1_type = TREE_TYPE (arg1); in fold_cond_expr_with_comparison() local
5867 tem = fold_convert_loc (loc, arg1_type, arg1); in fold_cond_expr_with_comparison()
H A DChangeLog-201721667 verify arg1_type is a pointer or array type. For __builtin_vec_st,