Searched refs:offset_tree (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab-thunks.cc | 267 tree offset_ptr, offset_tree; in thunk_adjust() local 286 offset_tree = create_tmp_reg (TREE_TYPE (TREE_TYPE (offset_ptr)), in thunk_adjust() 288 stmt = gimple_build_assign (offset_tree, in thunk_adjust() 293 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset_tree); in thunk_adjust()
|
H A D | tree-vectorizer.cc | 1568 tree offset_tree; in get_vec_alignment_for_record_type() local 1595 offset_tree = bit_position (field); in get_vec_alignment_for_record_type() 1596 if (!tree_fits_uhwi_p (offset_tree)) in get_vec_alignment_for_record_type() 1599 offset = tree_to_uhwi (offset_tree); in get_vec_alignment_for_record_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vectorizer.c | 1384 tree offset_tree; in get_vec_alignment_for_record_type() local 1411 offset_tree = bit_position (field); in get_vec_alignment_for_record_type() 1412 if (!tree_fits_uhwi_p (offset_tree)) in get_vec_alignment_for_record_type() 1415 offset = tree_to_uhwi (offset_tree); in get_vec_alignment_for_record_type()
|
H A D | cgraphunit.c | 1814 tree offset_ptr, offset_tree; in thunk_adjust() local 1833 offset_tree = create_tmp_reg (TREE_TYPE (TREE_TYPE (offset_ptr)), in thunk_adjust() 1835 stmt = gimple_build_assign (offset_tree, in thunk_adjust() 1840 ptr = fold_build_pointer_plus_loc (input_location, ptr, offset_tree); in thunk_adjust()
|