Searched refs:group_info (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dse.c | 496 struct group_info struct 557 static object_allocator<group_info> group_info_pool ("rtx_group_info_pool"); argument 563 static vec<group_info *> rtx_group_vec; 623 struct invariant_group_base_hasher : nofree_ptr_hash <group_info> 625 static inline hashval_t hash (const group_info *); 626 static inline bool equal (const group_info *, const group_info *); 630 invariant_group_base_hasher::equal (const group_info *gi1, in equal() 631 const group_info *gi2) in equal() 637 invariant_group_base_hasher::hash (const group_info *gi) in hash() 649 static group_info * [all …]
|
| HD | tree-vect-slp.c | 1722 stmt_vec_info group_info in vect_supported_load_permutation_p() local 1724 group_info = vinfo_for_stmt (GROUP_FIRST_ELEMENT (group_info)); in vect_supported_load_permutation_p() 1732 tree vectype = STMT_VINFO_VECTYPE (group_info); in vect_supported_load_permutation_p() 1734 || maxk >= (GROUP_SIZE (group_info) & ~(nunits - 1))) in vect_supported_load_permutation_p()
|
| HD | tree-vect-stmts.c | 9537 stmt_vec_info group_info in vect_transform_stmt() local 9539 if (GROUP_STORE_COUNT (group_info) == GROUP_SIZE (group_info)) in vect_transform_stmt()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | dse.c | 475 struct group_info struct 535 typedef struct group_info *group_info_t; argument 536 typedef const struct group_info *const_group_info_t; 693 struct group_info tmp_gi; in get_group_info() 711 memset (gi, 0, sizeof (struct group_info)); in get_group_info() 784 sizeof (struct group_info), 100); in dse_step0() 3159 get_bitmap_index (group_info_t group_info, HOST_WIDE_INT offset) in get_bitmap_index() argument 3164 if (offset_p >= group_info->offset_map_size_n) in get_bitmap_index() 3166 return group_info->offset_map_n[offset_p]; in get_bitmap_index() 3170 if (offset >= group_info->offset_map_size_p) in get_bitmap_index() [all …]
|
| /dragonfly/contrib/wpa_supplicant/src/p2p/ |
| HD | p2p_group.c | 417 u8 *group_info; in p2p_buf_add_group_info() local 422 group_info = wpabuf_put(buf, 0); in p2p_buf_add_group_info() 431 WPA_PUT_LE16(group_info + 1, in p2p_buf_add_group_info() 432 (u8 *) wpabuf_put(buf, 0) - group_info - 3); in p2p_buf_add_group_info()
|
| HD | p2p_parse.c | 132 msg->group_info = data; in p2p_parse_attribute() 836 ret = p2p_group_info_text(msg.group_info, msg.group_info_len, in p2p_attr_text()
|
| HD | p2p_i.h | 575 const u8 *group_info; member
|
| HD | p2p.c | 820 if (msg.group_info) in p2p_add_device() 856 msg.group_info, msg.group_info_len, in p2p_add_device()
|