Searched refs:reg_info (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dprefetch-loop-arrays-1.c30 byte_register_info_type *reg_info; local
33 ((reg_info[mcnt]).bits.matched_something) = 0;
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c1239 Requires variables fail_stack, regstart, regend, reg_info, and
1292 reg_info[this_reg].word.pointer); \
1294 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1295 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1297 MATCHED_SOMETHING (reg_info[this_reg])); \
1299 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1301 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1364 #define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1409 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1411 reg_info[this_re
1760 static register_info_type *reg_info; variable
3879 register_info_type *reg_info; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dregs.h58 } reg_info; typedef in typeref:struct:reg_info_def
H A Dregclass.c200 /* Linked list of reg_info structures allocated for reg_n_info array.
205 struct reg_info_data *next; /* next set of reg_info structures */
209 reg_info data[1]; /* beginning of the reg_info data */
1890 size_info = (regno_allocated - old_allocated) * sizeof (reg_info)
1891 + sizeof (struct reg_info_data) - sizeof (reg_info);
1903 reg_info pages, and set up the pointers, zero the pages, etc. */
1922 sizeof (reg_info) * (max - min_index - local_min + 1));
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c1594 Requires variables fail_stack, regstart, regend, reg_info, and
1647 reg_info[this_reg].word.pointer); \
1649 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1650 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1652 MATCHED_SOMETHING (reg_info[this_reg])); \
1654 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1656 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1720 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1765 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1767 reg_info[this_re
7497 group_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7608 alt_match_null_string_p(UCHAR_T *p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7644 common_op_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c1596 Requires variables fail_stack, regstart, regend, reg_info, and
1649 reg_info[this_reg].word.pointer); \
1651 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1652 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1654 MATCHED_SOMETHING (reg_info[this_reg])); \
1656 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1658 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1722 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1767 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1769 reg_info[this_re
7502 group_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7613 alt_match_null_string_p(UCHAR_T *p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7649 common_op_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c1596 Requires variables fail_stack, regstart, regend, reg_info, and
1649 reg_info[this_reg].word.pointer); \
1651 REG_MATCH_NULL_STRING_P (reg_info[this_reg])); \
1652 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1654 MATCHED_SOMETHING (reg_info[this_reg])); \
1656 EVER_MATCHED_SOMETHING (reg_info[this_reg])); \
1658 PUSH_FAILURE_ELT (reg_info[this_reg].word); \
1722 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\
1767 reg_info[this_reg].word = POP_FAILURE_ELT (); \
1769 reg_info[this_re
7505 group_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7616 alt_match_null_string_p(UCHAR_T *p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
7652 common_op_match_null_string_p(UCHAR_T **p, UCHAR_T *end, PREFIX(register_info_type) *reg_info) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddf-scan.c497 /* First, grow the reg_info information. If the current size is less than
502 filled with reg_info structures. */
529 struct df_reg_info *reg_info;
531 reg_info = (struct df_reg_info *) pool_alloc (problem_data->reg_pool);
532 memset (reg_info, 0, sizeof (struct df_reg_info));
533 df->def_regs[i] = reg_info;
534 reg_info = (struct df_reg_info *) pool_alloc (problem_data->reg_pool);
535 memset (reg_info, 0, sizeof (struct df_reg_info));
536 df->use_regs[i] = reg_info;
537 reg_info
527 struct df_reg_info *reg_info; local
656 struct df_reg_info **reg_info; local
773 struct df_reg_info *reg_info; local
2327 df_install_ref(df_ref this_ref, struct df_reg_info *reg_info, struct df_ref_info *ref_info, bool add_to_table) argument
2377 df_install_refs(basic_block bb, const vec<df_ref, va_heap> *old_vec, struct df_reg_info **reg_info, struct df_ref_info *ref_info, bool is_notes) argument
[all...]

Completed in 239 milliseconds