Home
last modified time | relevance | path

Searched refs:tree_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.cc267 gccbrig_tree_type_to_hsa_type (tree tree_type) in gccbrig_tree_type_to_hsa_type() argument
269 if (INTEGRAL_TYPE_P (tree_type)) in gccbrig_tree_type_to_hsa_type()
271 if (TYPE_UNSIGNED (tree_type)) in gccbrig_tree_type_to_hsa_type()
273 switch (int_size_in_bytes (tree_type)) in gccbrig_tree_type_to_hsa_type()
289 switch (int_size_in_bytes (tree_type)) in gccbrig_tree_type_to_hsa_type()
304 else if (VECTOR_TYPE_P (tree_type)) in gccbrig_tree_type_to_hsa_type()
306 tree element_type = TREE_TYPE (tree_type); in gccbrig_tree_type_to_hsa_type()
332 switch (int_size_in_bytes (tree_type) * 8) in gccbrig_tree_type_to_hsa_type()
389 tree tree_type = NULL_TREE; in gccbrig_tree_type_for_hsa_type() local
406 tree_type = build_vector_type (inner_type, nunits); in gccbrig_tree_type_for_hsa_type()
[all …]
H A Dbrig-util.h81 BrigType16_t gccbrig_tree_type_to_hsa_type (tree tree_type);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dsom.h101 do { tree tree_type = TREE_TYPE (DECL); \
102 tree fntype = TREE_TYPE (tree_type); \
158 if (stdarg_p (tree_type)) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dsom.h102 do { tree tree_type = TREE_TYPE (DECL); \
103 tree fntype = TREE_TYPE (tree_type); \
159 if (stdarg_p (tree_type)) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c288 tree tree_type = type->as_tree (); in new_bitfield() local
289 gcc_assert (INTEGRAL_TYPE_P (tree_type)); in new_bitfield()
291 if (compare_tree_int (tree_width, TYPE_PRECISION (tree_type)) > 0) in new_bitfield()
296 name, width, TYPE_PRECISION (tree_type)); in new_bitfield()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc380 tree tree_type = type->as_tree (); in new_bitfield() local
381 gcc_assert (INTEGRAL_TYPE_P (tree_type)); in new_bitfield()
383 if (compare_tree_int (tree_width, TYPE_PRECISION (tree_type)) > 0) in new_bitfield()
388 name, width, TYPE_PRECISION (tree_type)); in new_bitfield()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c1873 enum tree_code tree_type; member
1887 enum tree_code tree_type; member
9612 current.tree_type = binops_by_token[token->type].tree_type; in cp_parser_binary_expression()
9620 if ((current.tree_type == TRUTH_ANDIF_EXPR in cp_parser_binary_expression()
9622 || (current.tree_type == TRUTH_ORIF_EXPR in cp_parser_binary_expression()
9680 && TREE_CODE_CLASS (current.tree_type) == tcc_comparison in cp_parser_binary_expression()
9698 warn_logical_not_parentheses (current.loc, current.tree_type, in cp_parser_binary_expression()
9725 = build_min (current.tree_type, in cp_parser_binary_expression()
9726 TREE_CODE_CLASS (current.tree_type) in cp_parser_binary_expression()
9736 current.lhs = build_x_binary_op (op_loc, current.tree_type, in cp_parser_binary_expression()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1974 enum tree_code tree_type; member
1988 enum tree_code tree_type; member
10080 current.tree_type = binops_by_token[token->type].tree_type; in cp_parser_binary_expression()
10088 if ((current.tree_type == TRUTH_ANDIF_EXPR in cp_parser_binary_expression()
10090 || (current.tree_type == TRUTH_ORIF_EXPR in cp_parser_binary_expression()
10148 && TREE_CODE_CLASS (current.tree_type) == tcc_comparison in cp_parser_binary_expression()
10166 warn_logical_not_parentheses (current.loc, current.tree_type, in cp_parser_binary_expression()
10193 = build_min (current.tree_type, in cp_parser_binary_expression()
10194 TREE_CODE_CLASS (current.tree_type) in cp_parser_binary_expression()
10204 current.lhs = build_x_binary_op (op_loc, current.tree_type, in cp_parser_binary_expression()
[all …]
H A DChangeLog-20122035 time tree_type and loc.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-gen.c2166 gen_hsa_addr_for_arg (tree tree_type, int index) in gen_hsa_addr_for_arg() argument
2170 sym->m_type = hsa_type_for_tree_type (tree_type, &sym->m_dim); in gen_hsa_addr_for_arg()
H A DFSFChangeLog.108503 (struct tree_type): Delete unused field `parse_info'.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20006452 (struct tree_type): Remove obstack.
16180 (struct tree_type, struct tree_decl): Add user_align member.
16871 (struct tree_block, struct tree_type, struct tree_decl): Likewise.
17129 * tree.h (struct tree_type): alias_set is HOST_WIDE_INT.
19937 (tree_type): Add pointer_depth member. Remove
21946 * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
H A DChangeLog-19983432 (tree_type): Add restrict_flag. Reduce count of free bits.
9754 * tree.h (tree_type): Add alias_set field.
12007 (struct tree_type): Add size_unit member.
H A DChangeLog-20095496 tree_type, cgraph_node and loop.
19934 (tree_type): Delete packed_flag and user_align fields. Widen
31662 * tree.h (struct tree_type): Likewise.
H A DChangeLog-200710191 * tree.h (struct tree_type, needs_to_live_in_memory,
11654 (struct tree_type): Use alias_set_type.
34064 (struct tree_type): Added "canonical" field.
H A DFSFChangeLog.108503 (struct tree_type): Delete unused field `parse_info'.
H A DChangeLog-200217692 (struct tree_type): Likewise.
18368 (struct tree_type): Add field symtab.die. Add a tag
H A DChangeLog-20105110 (struct tree_type): Change GTY for symtab field to use
6692 * tree.h (struct tree_type): Don't use descbits in GTY annotation.
H A DChangeLog-200111937 (struct tree_type): Remove noncopied_parts.
H A DChangeLog-200322033 (struct tree_type): Remove pointer_depth.
H A DChangeLog-201125934 (struct tree_type): Split into...
H A DChangeLog-200413083 (tree_type): Replace spare with contains_placeholder_bits.