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

/freebsd-9.3-release/contrib/gcc/
H A Dpostreload.c382 int *op_alt_regno[MAX_RECOG_OPERANDS]; local
488 op_alt_regno[i] = alloca (recog_data.n_alternatives * sizeof (int));
490 op_alt_regno[i][j] = -1;
568 if (op_alt_regno[i][j] == -1
575 op_alt_regno[i][j] = regno;
624 /* Substitute the operands as determined by op_alt_regno for the best
631 if (op_alt_regno[i][j] == -1)
635 gen_rtx_REG (mode, op_alt_regno[i][j]), 1);
643 if (op_alt_regno[op][j] == -1)
647 gen_rtx_REG (mode, op_alt_regno[o
[all...]

Completed in 52 milliseconds