Searched refs:substed_operand (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dreload.c2576 rtx substed_operand[MAX_RECOG_OPERANDS];
2657 substed_operand[i] = recog_data.operand[i];
2783 substed_operand[i] = recog_data.operand[i];
2798 substed_operand[i] = recog_data.operand[i];
2825 substed_operand[i] = recog_data.operand[i] = op;
2831 substed_operand[i] = recog_data.operand[i]
2853 substed_operand[i] = recog_data.operand[i]
2860 substed_operand[i] = recog_data.operand[i]
3642 recog_data.operand[commutative] = substed_operand[commutative];
3644 = substed_operand[commutativ
2563 rtx substed_operand[MAX_RECOG_OPERANDS]; local
[all...]
H A Dreload1.c2952 rtx substed_operand[MAX_RECOG_OPERANDS];
3170 substed_operand[i] = recog_data.operand[i];
3202 substed_operand[i]
3206 if (substed_operand[i] != orig_operand[i])
3216 && MEM_P (substed_operand[i])
3230 /* Substitute the operands; the new values are in the substed_operand
3233 *recog_data.operand_loc[i] = substed_operand[i];
3235 *recog_data.dup_loc[i] = substed_operand[(int) recog_data.dup_num[i]];
2937 rtx substed_operand[MAX_RECOG_OPERANDS]; local

Completed in 186 milliseconds