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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenoutput.c68 f. `eliminable', is nonzero for operands that are matched normally by
131 char eliminable;
302 printf (" %d\n", d->eliminable);
476 d->operand[opno].eliminable = 1;
505 d->operand[opno].eliminable = 0;
533 d->operand[opno].eliminable = 0;
605 if (d0->eliminable != d1->eliminable)
130 char eliminable; member in struct:operand_data
H A Drecog.h231 const char eliminable; member in struct:insn_operand_data
H A Dloop.h186 unsigned eliminable : 1; /* 1 if plausible candidate for member in struct:iv_class
H A Dregrename.c832 && insn_data[icode].operand[dup_num].eliminable == 0)
H A Dloop.c5026 if (! v->replaceable && ! bl->eliminable
5212 bl->eliminable = loop_biv_eliminable_p (loop, bl, threshold, insn_count);
5329 if (bl->all_reduced == 1 && bl->eliminable
5765 bl->eliminable = 0;
8738 /* Verify whether the biv BL appears to be eliminable,
H A Dreload1.c333 /* If a set of eliminable registers was specified, define the table from it.
950 try to eliminate any eliminable registers (such as the frame pointer)
994 eliminable registers because the allocation of memory
1045 reference an eliminable register. We must make another pass
1500 /* If needed, eliminate any eliminable registers. */
2298 /* Scan X and replace any eliminable registers (such as fp) with a
2369 is eliminable. Replace it with a PLUS. */
2400 /* If this is the sum of an eliminable register and a constant, rework
2427 /* If the register is not eliminable, we are done since the other
2477 /* If this is the product of an eliminable registe
[all...]
/openbsd-current/gnu/gcc/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 301 milliseconds