Home
last modified time | relevance | path

Searched refs:arg0_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c958 tree arg0_type = TREE_TYPE (arg0); in altivec_resolve_overloaded_builtin() local
963 if (TREE_CODE (arg0_type) != VECTOR_TYPE) in altivec_resolve_overloaded_builtin()
965 if (!lang_hooks.types_compatible_p (arg0_type, arg1_type)) in altivec_resolve_overloaded_builtin()
968 switch (TYPE_MODE (TREE_TYPE (arg0_type))) in altivec_resolve_overloaded_builtin()
1009 tree arg0_type = TREE_TYPE (arg0); in altivec_resolve_overloaded_builtin() local
1014 if (TREE_CODE (arg0_type) != VECTOR_TYPE) in altivec_resolve_overloaded_builtin()
1016 if (!lang_hooks.types_compatible_p (arg0_type, arg1_type)) in altivec_resolve_overloaded_builtin()
1023 || (TYPE_MODE (TREE_TYPE (arg0_type)) == DImode) in altivec_resolve_overloaded_builtin()
1024 || (TYPE_MODE (TREE_TYPE (arg0_type)) == TImode) in altivec_resolve_overloaded_builtin()
1025 || (TYPE_MODE (TREE_TYPE (arg0_type)) == SFmode) in altivec_resolve_overloaded_builtin()
[all …]
H A Drs6000-call.c11446 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
11447 if (INTEGRAL_TYPE_P (TREE_TYPE (arg0_type)) in rs6000_gimple_fold_builtin()
11448 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (arg0_type))) in rs6000_gimple_fold_builtin()
11581 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
11614 = gimple_build_assign (build2 (MEM_REF, arg0_type, aligned_addr, in rs6000_gimple_fold_builtin()
11678 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
11683 tree align_stype = build_aligned_type (arg0_type, 4); in rs6000_gimple_fold_builtin()
11813 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
11821 int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (arg0_type)) in rs6000_gimple_fold_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-atomic-inst-handler.cc233 tree arg0_type in generate_tree() local
237 ptr, arg0_type, src0); in generate_tree()
242 tree tmp_var = create_tmp_var (arg0_type, "builtin_out"); in generate_tree()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h277 const arg0_type& arg0 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/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc1730 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
1731 if (INTEGRAL_TYPE_P (TREE_TYPE (arg0_type)) in rs6000_gimple_fold_builtin()
1732 && !TYPE_OVERFLOW_WRAPS (TREE_TYPE (arg0_type))) in rs6000_gimple_fold_builtin()
1865 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
1898 = gimple_build_assign (build2 (MEM_REF, arg0_type, aligned_addr, in rs6000_gimple_fold_builtin()
1962 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
1967 tree align_stype = build_aligned_type (arg0_type, 32); in rs6000_gimple_fold_builtin()
2111 tree arg0_type = TREE_TYPE (arg0); in rs6000_gimple_fold_builtin() local
2119 int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (arg0_type)) in rs6000_gimple_fold_builtin()
H A Drs6000-c.cc1644 tree arg0_type = TREE_TYPE (arg0); in resolve_vec_step() local
1646 if (TREE_CODE (arg0_type) != VECTOR_TYPE) in resolve_vec_step()
1653 return build_int_cst (NULL_TREE, TYPE_VECTOR_SUBPARTS (arg0_type)); in resolve_vec_step()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c4939 tree arg0_type = TREE_TYPE (arg0); in make_range_step() local
4994 if (TYPE_UNSIGNED (arg0_type) && (low == 0 || high == 0)) in make_range_step()
4998 build_int_cst (arg0_type, 0), in make_range_step()
5012 low = build_int_cst (arg0_type, 0); in make_range_step()
5024 if (!TYPE_UNSIGNED (arg0_type) in make_range_step()
5025 && !TYPE_OVERFLOW_UNDEFINED (arg0_type)) in make_range_step()
5028 low = TYPE_MIN_VALUE (arg0_type); in make_range_step()
5030 high = TYPE_MAX_VALUE (arg0_type); in make_range_step()
5056 if (!TYPE_UNSIGNED (arg0_type) in make_range_step()
5057 && !TYPE_OVERFLOW_UNDEFINED (arg0_type)) in make_range_step()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc5022 tree arg0_type = TREE_TYPE (arg0); in make_range_step() local
5077 if (TYPE_UNSIGNED (arg0_type) && (low == 0 || high == 0)) in make_range_step()
5081 build_int_cst (arg0_type, 0), in make_range_step()
5095 low = build_int_cst (arg0_type, 0); in make_range_step()
5107 if (!TYPE_UNSIGNED (arg0_type) in make_range_step()
5108 && !TYPE_OVERFLOW_UNDEFINED (arg0_type)) in make_range_step()
5111 low = TYPE_MIN_VALUE (arg0_type); in make_range_step()
5113 high = TYPE_MAX_VALUE (arg0_type); in make_range_step()
5139 if (!TYPE_UNSIGNED (arg0_type) in make_range_step()
5140 && !TYPE_OVERFLOW_UNDEFINED (arg0_type)) in make_range_step()
[all …]
H A DChangeLog-200428108 Remove orig_type. Replace with checks to exp_type and arg0_type.