Searched refs:tree_to_poly_int64 (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vec-perm-indices.c | 242 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
|
H A D | tree.h | 4503 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 D | ipa-fnsummary.c | 1116 *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 D | tree.c | 3003 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 D | ipa-prop.c | 1218 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 D | tree-ssa-math-opts.c | 3092 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (type)),
|
H A D | match.pd | 4488 poly_int64 size0 = tree_to_poly_int64 (sz0); 4489 poly_int64 size1 = tree_to_poly_int64 (sz1);
|
H A D | tree-ssa-sccvn.c | 2792 && tree_to_poly_int64 (len).is_constant (&leni) in vn_reference_lookup_3()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec-perm-indices.cc | 300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i))); in tree_to_vec_perm_builder()
|
H A D | tree.h | 4676 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 D | ipa-fnsummary.cc | 1203 *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 D | tree.cc | 3272 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 D | ipa-prop.cc | 1235 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 D | tree-ssa-math-opts.cc | 3281 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (type)), in convert_mult_to_fma()
|
H A D | fold-const.cc | 16753 size0 = tree_to_poly_int64 (sz0); in address_compare() 16770 size1 = tree_to_poly_int64 (sz1); in address_compare()
|
H A D | tree-ssa-sccvn.cc | 2928 && tree_to_poly_int64 (len).is_constant (&leni) in vn_reference_lookup_3()
|
H A D | ChangeLog-2017 | 1801 (tree_to_poly_int64, tree_to_poly_uint64): Likewise. Provide 1833 (ptrdiff_tree_p, tree_to_poly_int64, tree_to_poly_uint64)
|
H A D | ChangeLog-2020 | 36083 tree_to_poly_int64.
|
H A D | ChangeLog-2018 | 9578 (tree_to_poly_int64, tree_to_uhwi, tree_to_poly_uint64): Same.
|