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

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h53 unsigned int earlyclobber:1; member in struct:operand_alternative
H A Dregrename.c52 unsigned int earlyclobber:1; member in struct:du_chain
391 enum scan_actions action, enum op_type type, int earlyclobber)
411 this->earlyclobber = earlyclobber;
658 enum scan_actions action, enum op_type type, int earlyclobber)
679 scan_rtx_reg (insn, loc, cl, action, type, earlyclobber);
695 scan_rtx (insn, &XEXP (x, 0), cl, action, OP_INOUT, earlyclobber);
701 type == OP_IN ? OP_IN : OP_INOUT, earlyclobber);
953 recog_op_alt[i][alt].earlyclobber);
967 recog_op_alt[opn][alt].earlyclobber);
390 scan_rtx_reg(rtx insn, rtx *loc, enum reg_class cl, enum scan_actions action, enum op_type type, int earlyclobber) argument
657 scan_rtx(rtx insn, rtx *loc, enum reg_class cl, enum scan_actions action, enum op_type type, int earlyclobber) argument
[all...]
H A Dglobal.c2065 bitmap earlyclobber;
2101 bb_info->earlyclobber = BITMAP_ALLOC (&greg_obstack);
2152 clobbered in INSN. If any earlyclobber classes are found, the function
2269 bitmap_set_bit (bb_info->earlyclobber, regno);
2460 bitmap_ior_into (bb_info->live_pavin, bb_info->earlyclobber);
2050 bitmap earlyclobber; member in struct:bb_info
H A Drecog.c2178 op_alt[j].earlyclobber = 1;
2288 int earlyclobber[MAX_RECOG_OPERANDS];
2321 earlyclobber[opno] = 0;
2368 earlyclobber[opno] = 1;
2622 /* See if any earlyclobber operand conflicts with some other
2629 /* Ignore earlyclobber operands now in memory,
2632 if (earlyclobber[eopno]
2276 int earlyclobber[MAX_RECOG_OPERANDS]; local
H A Ddf-problems.c2160 earlyclobber. */
2200 BITMAP_FREE (bb_info->earlyclobber);
2239 bitmap_clear (bb_info->earlyclobber);
2249 bb_info->earlyclobber = BITMAP_ALLOC (NULL);
2304 clobbered in INSN. If any earlyclobber classes are found, the function
2427 bitmap_set_bit (bb_info->earlyclobber, regno);
2581 bitmap_ior_into (bb_info->in, bb_info->earlyclobber);
2667 BITMAP_FREE (bb_info->earlyclobber);
2708 dump_bitmap (file, bb_info->earlyclobber);
H A Ddf.h565 bitmap earlyclobber; /* The set of registers that are referenced
564 bitmap earlyclobber; /* The set of registers that are referenced member in struct:df_urec_bb_info
H A Dreload.c132 /* All the "earlyclobber" operands of the current insn
1684 /* If there is only one output reload, and it is not for an earlyclobber
1723 /* If this reload is for an earlyclobber operand, we can't do anything. */
1830 earlyclobber. If this is an asm insn, give up. */
1894 EARLYCLOBBER is nonzero if OUT is an earlyclobber operand. This
1897 is safe from the earlyclobber). */
1902 enum reg_class class, int for_real, int earlyclobber)
1999 or if OUT is an earlyclobber and IN appears elsewhere in the insn. */
2031 && (! earlyclobber
2950 int earlyclobber
1891 find_dummy_reload(rtx real_in, rtx real_out, rtx *inloc, rtx *outloc, enum machine_mode inmode, enum machine_mode outmode, enum reg_class class, int for_real, int earlyclobber) argument
2937 int earlyclobber = 0; local
[all...]

Completed in 210 milliseconds