Searched refs:recog_op_alt (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dira-lives.c507 if (recog_op_alt[use][alt].anything_ok)
510 use_cl = recog_op_alt[use][alt].cl;
516 if (recog_op_alt[use][alt1].matches == def
519 && recog_op_alt[use + 1][alt1].matches == def)
522 && recog_op_alt[use - 1][alt1].matches == def))
531 if ((use_match = recog_op_alt[use][alt].matches) >= 0)
536 if (recog_op_alt[use_match][alt].anything_ok)
539 use_cl = recog_op_alt[use_match][alt].cl;
561 if (recog_op_alt[def][alt].earlyclobber)
563 if (recog_op_alt[de
[all...]
H A Dregcprop.c780 int matches = recog_op_alt[i][alt].matches;
782 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
783 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
794 if (recog_op_alt[i][alt].earlyclobber)
808 if (recog_op_alt[i][alt].earlyclobber)
893 if (recog_op_alt[i][alt].is_address)
896 recog_op_alt[i][alt].cl,
901 recog_op_alt[i][alt].cl,
H A Dregrename.c988 || recog_op_alt[i][alt].earlyclobber)
998 || recog_op_alt[opn][alt].earlyclobber)
1037 enum reg_class cl = recog_op_alt[opn][alt].cl;
1042 || recog_op_alt[opn][alt].earlyclobber != earlyclobber)
1143 int matches = recog_op_alt[i][alt].matches;
1145 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
1146 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
1230 enum reg_class cl = recog_op_alt[opn][alt].cl;
1240 if (recog_op_alt[op
[all...]
H A Drecog.h244 extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
H A Dreg-stack.c541 if (reg_class_size[(int) recog_op_alt[i][alt].cl] != 1)
596 if (j < n_clobbers || recog_op_alt[i][alt].matches >= 0)
624 if (recog_op_alt[i][alt].matches == -1)
2124 && reg_class_subset_p (recog_op_alt[i][alt].cl,
2126 && recog_op_alt[i][alt].cl != FLOAT_REGS)
2214 if (j < n_clobbers || recog_op_alt[i][alt].matches >= 0)
H A Drecog.c90 struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES]; variable in typeref:struct:operand_alternative
2157 The collected data is stored in recog_op_alt. */
2164 memset (recog_op_alt[i], 0, (recog_data.n_alternatives
2173 op_alt = recog_op_alt[i];
2232 recog_op_alt[op_alt[j].matches][j].matched = i;
H A Dsel-sched.c1048 int matches = recog_op_alt[i][alt].matches;
1050 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
1060 enum reg_class cl = recog_op_alt[i][alt].cl;
1074 enum reg_class cl = recog_op_alt[opn][alt].cl;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dregrename.c781 int matches = recog_op_alt[i][alt].matches;
783 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
784 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
858 enum reg_class cl = recog_op_alt[opn][alt].cl;
867 if (recog_op_alt[opn][alt].is_address)
934 enum reg_class cl = recog_op_alt[i][alt].cl;
941 recog_op_alt[i][alt].earlyclobber);
951 enum reg_class cl = recog_op_alt[opn][alt].cl;
955 recog_op_alt[op
[all...]
H A Drecog.h213 extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
H A Dreg-stack.c530 if (reg_class_size[(int) recog_op_alt[i][alt].cl] != 1)
585 if (j < n_clobbers || recog_op_alt[i][alt].matches >= 0)
613 if (recog_op_alt[i][alt].matches == -1)
2056 && reg_class_subset_p (recog_op_alt[i][alt].cl,
2058 && recog_op_alt[i][alt].cl != FLOAT_REGS)
2146 if (j < n_clobbers || recog_op_alt[i][alt].matches >= 0)
H A Drecog.c80 struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES]; variable in typeref:struct:operand_alternative
2124 The collected data is stored in recog_op_alt. */
2131 memset (recog_op_alt[i], 0, (recog_data.n_alternatives
2140 op_alt = recog_op_alt[i];
2193 recog_op_alt[op_alt[j].matches][j].matched = i;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c8095 /* Fill in recog_op_alt with information about the constraints of
8109 if (recog_op_alt[opno][which_alternative].memory_ok)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c11265 /* Fill in recog_op_alt with information about the constraints of
11279 if (recog_op_alt[opno][which_alternative].memory_ok)

Completed in 711 milliseconds