Searched refs:bitsize_int (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | stor-layout.c | 575 bitsize_int (off_align))), in pos_from_bit() 577 *pbitpos = size_binop (FLOOR_MOD_EXPR, pos, bitsize_int (off_align)); in pos_from_bit() 591 bitsize_int (off_align)); in normalize_offset() 600 = size_binop (FLOOR_MOD_EXPR, *pbitpos, bitsize_int (off_align)); in normalize_offset() 1056 bitsize_int (rli->remaining_in_alignment)); in place_field() 1081 bitsize_int (rli->remaining_in_alignment)); in place_field() 1213 bitsize_int (rli->remaining_in_alignment)); in place_field() 1588 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type))); in layout_type() 1594 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type))); in layout_type() 1605 TYPE_SIZE (type) = bitsize_int (GET_MODE_BITSIZE (TYPE_MODE (type))); in layout_type() [all …]
|
| D | targhooks.c | 627 if (tree_int_cst_compare (TYPE_SIZE (type), bitsize_int (POINTER_SIZE)) > 0) in default_builtin_vector_alignment_reachable()
|
| D | tree-vect-generic.c | 207 tree index = bitsize_int (0); in expand_vector_piecewise()
|
| D | tree-dfa.c | 994 bitsize_int (bitsize)); in get_ref_base_and_extent()
|
| D | tree-mudflap.c | 869 bpu = bitsize_int (BITS_PER_UNIT); in mf_xform_derefs_1()
|
| D | tree-vect-transform.c | 1005 tree bitpos = bitsize_int (bit_offset); in vect_create_epilog_for_reduction() 1039 bitsize_int (TYPE_VECTOR_SUBPARTS (vectype) - 1), in vect_create_epilog_for_reduction()
|
| D | tree.c | 6568 bitsize_zero_node = bitsize_int (0); in build_common_tree_nodes_2() 6569 bitsize_one_node = bitsize_int (1); in build_common_tree_nodes_2() 6570 bitsize_unit_node = bitsize_int (BITS_PER_UNIT); in build_common_tree_nodes_2()
|
| D | tree.h | 3993 #define bitsize_int(L) size_int_kind (L, BITSIZETYPE) macro
|
| D | c-decl.c | 6135 DECL_SIZE (x) = bitsize_int (width); in finish_struct()
|
| D | expr.c | 5753 bitsize_int (*pbitsize)); in get_inner_reference()
|
| D | fold-const.c | 3460 size_int (bitsize), bitsize_int (bitpos)); in make_bit_field_ref()
|
| D | ChangeLog-2000 | 24463 (build_common_tree_nodes): Use size_int and bitsize_int to 28147 (make_bit_field_ref): Remove extra parm to bitsize_int. 28154 (layout_record): Remove extra arg to bitsize_int. 28156 (layout_union): Remove extra arg to bitsize_int. 28158 (layout_type): Remove extra arg to bitsize_int. 28168 (size_int, bitsize_int): Don't use it and rework args.
|
| D | ChangeLog-1998 | 16592 (make_bit_field_ref): Use bitsize_int for bit position. 16596 Use bitsize_int for bit size. 16603 (bitsize_int, size_int_2, BITS_PER_UNIT_LOG, sizetype, bitsizetype):
|
| D | ChangeLog-1999 | 5295 (layout_record): Use bitsize_int() to define the type size in bits.
|
| D | ChangeLog-2004 | 22458 (size_int, ssize_int, bitsize_int, sbitsize_int): Use size_int_kind.
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | class.c | 3489 bitsize_int (binfo in layout_nonempty_base_or_field() 4575 bitsize_int (BITS_PER_UNIT))); in include_empty_classes() 4884 bitsize_int (BITS_PER_UNIT))), in layout_class_type() 4891 bitsize_int (BITS_PER_UNIT))); in layout_class_type()
|