Home
last modified time | relevance | path

Searched refs:tree_to_poly_int64 (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec-perm-indices.c242 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
H A Dtree.h4503 extern poly_int64 tree_to_poly_int64 (const_tree)
4525 tree_to_poly_int64 (const_tree t) in tree_to_poly_int64() function
4566 *value = tree_to_poly_int64 (t); in poly_int_tree_p()
H A Dipa-fnsummary.c1116 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op))); in unmodified_parm_1()
1137 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op))); in unmodified_parm_1()
H A Dtree.c3003 tree_to_poly_int64 (const_tree t) in tree_to_poly_int64() function
13750 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1))); in component_ref_size()
13784 poly_int64 rsz = tree_to_poly_int64 (refsize); in component_ref_size()
13786 if (known_lt (tree_to_poly_int64 (memsize), rsz)) in component_ref_size()
13828 poly_int64 memsz64 = memsize ? tree_to_poly_int64 (memsize) : 0; in component_ref_size()
H A Dipa-prop.c1218 gcc_assert (!maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (rhs))), in load_from_unmodified_param_or_agg()
5449 || maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (v->value))), in before_dom_children()
H A Dtree-ssa-math-opts.c3092 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (type)),
H A Dmatch.pd4488 poly_int64 size0 = tree_to_poly_int64 (sz0);
4489 poly_int64 size1 = tree_to_poly_int64 (sz1);
H A Dtree-ssa-sccvn.c2792 && tree_to_poly_int64 (len).is_constant (&leni) in vn_reference_lookup_3()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec-perm-indices.cc300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
H A Dtree.h4676 extern poly_int64 tree_to_poly_int64 (const_tree)
4698 tree_to_poly_int64 (const_tree t) in tree_to_poly_int64() function
4739 *value = tree_to_poly_int64 (t); in poly_int_tree_p()
H A Dipa-fnsummary.cc1203 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op))); in unmodified_parm_1()
1226 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op))); in unmodified_parm_1()
H A Dtree.cc3272 tree_to_poly_int64 (const_tree t) in tree_to_poly_int64() function
12970 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1))); in component_ref_size()
13004 poly_int64 rsz = tree_to_poly_int64 (refsize); in component_ref_size()
13006 if (known_lt (tree_to_poly_int64 (memsize), rsz)) in component_ref_size()
13050 poly_int64 memsz64 = memsize ? tree_to_poly_int64 (memsize) : 0; in component_ref_size()
H A Dipa-prop.cc1235 gcc_assert (!maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (rhs))), in load_from_unmodified_param_or_agg()
5730 || maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (v->value))), in before_dom_children()
H A Dtree-ssa-math-opts.cc3281 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (type)), in convert_mult_to_fma()
H A Dfold-const.cc16753 size0 = tree_to_poly_int64 (sz0); in address_compare()
16770 size1 = tree_to_poly_int64 (sz1); in address_compare()
H A Dtree-ssa-sccvn.cc2928 && tree_to_poly_int64 (len).is_constant (&leni) in vn_reference_lookup_3()
H A DChangeLog-20171801 (tree_to_poly_int64, tree_to_poly_uint64): Likewise. Provide
1833 (ptrdiff_tree_p, tree_to_poly_int64, tree_to_poly_uint64)
H A DChangeLog-202036083 tree_to_poly_int64.
H A DChangeLog-20189578 (tree_to_poly_int64, tree_to_uhwi, tree_to_poly_uint64): Same.