Home
last modified time | relevance | path

Searched refs:cst_offset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc1469 if (tree cst_offset = byte_offset->maybe_get_constant ()) in get_offset_region() local
1470 if (zerop (cst_offset)) in get_offset_region()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c3701 add_to_offset (tree *cst_offset, tree *offset, tree t) in add_to_offset() argument
3704 *cst_offset = int_const_binop (PLUS_EXPR, *cst_offset, t); in add_to_offset()
3762 tree offset, cst_offset; in gfc_conv_array_ref() local
3830 cst_offset = offset = gfc_index_zero_node; in gfc_conv_array_ref()
3831 add_to_offset (&cst_offset, &offset, gfc_conv_array_offset (se->expr)); in gfc_conv_array_ref()
3904 add_to_offset (&cst_offset, &offset, tmp); in gfc_conv_array_ref()
3907 if (!integer_zerop (cst_offset)) in gfc_conv_array_ref()
3909 gfc_array_index_type, offset, cst_offset); in gfc_conv_array_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc3782 add_to_offset (tree *cst_offset, tree *offset, tree t) in add_to_offset() argument
3785 *cst_offset = int_const_binop (PLUS_EXPR, *cst_offset, t); in add_to_offset()
3845 tree offset, cst_offset; in gfc_conv_array_ref() local
3920 cst_offset = offset = gfc_index_zero_node; in gfc_conv_array_ref()
3921 add_to_offset (&cst_offset, &offset, gfc_conv_array_offset (decl)); in gfc_conv_array_ref()
3994 add_to_offset (&cst_offset, &offset, tmp); in gfc_conv_array_ref()
3997 if (!integer_zerop (cst_offset)) in gfc_conv_array_ref()
3999 gfc_array_index_type, offset, cst_offset); in gfc_conv_array_ref()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c8889 unsigned HOST_WIDE_INT cst_offset = 0; in vectorizable_load() local
8913 cst_offset in vectorizable_load()
9032 group_el * elsz + cst_offset); in vectorizable_load()
H A Ddwarf2out.c19146 HOST_WIDE_INT *cst_offset) in field_byte_offset() argument
19151 *cst_offset = 0; in field_byte_offset()
19272 *cst_offset = object_offset_in_bytes.to_shwi (); in field_byte_offset()
19288 *cst_offset = wi::to_offset (tree_result).to_shwi (); in field_byte_offset()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.cc9123 unsigned HOST_WIDE_INT cst_offset = 0; in vectorizable_load() local
9147 cst_offset in vectorizable_load()
9264 group_el * elsz + cst_offset); in vectorizable_load()
H A Ddwarf2out.cc19759 HOST_WIDE_INT *cst_offset) in field_byte_offset() argument
19764 *cst_offset = 0; in field_byte_offset()
19885 *cst_offset = object_offset_in_bytes.to_shwi (); in field_byte_offset()
19901 *cst_offset = wi::to_offset (tree_result).to_shwi (); in field_byte_offset()