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

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h231 const char eliminable; member in struct:insn_operand_data
H A Dgenoutput.c66 f. `eliminable', is nonzero for operands that are matched normally by
131 char eliminable;
273 printf (" %d\n", d->eliminable);
472 d->operand[opno].eliminable = 1;
501 d->operand[opno].eliminable = 0;
529 d->operand[opno].eliminable = 0;
600 if (d0->eliminable != d1->eliminable)
130 char eliminable; member in struct:operand_data
H A Dregrename.c831 && insn_data[icode].operand[dup_num].eliminable == 0)
H A Dreload1.c341 /* If a set of eliminable registers was specified, define the table from it.
912 try to eliminate any eliminable registers (such as the frame pointer)
956 eliminable registers because the allocation of memory
1016 reference an eliminable register. We must make another pass
1506 /* If needed, eliminate any eliminable registers. */
2300 /* Scan X and replace any eliminable registers (such as fp) with a
2360 is eliminable. Replace it with a PLUS. */
2397 /* If this is the sum of an eliminable register and a constant, rework
2424 /* If the register is not eliminable, we are done since the other
2474 /* If this is the product of an eliminable registe
[all...]

Completed in 127 milliseconds