Home
last modified time | relevance | path

Searched refs:condexp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dgenattrtab.c1039 rtx condexp; in convert_set_attr_alternative() local
1052 condexp = rtx_alloc (COND); in convert_set_attr_alternative()
1321 rtx condexp; in expand_delays() local
1328 condexp = rtx_alloc (COND); in expand_delays()
1335 XVECEXP (condexp, 0, i + 1) in expand_delays()
1344 condexp = rtx_alloc (COND); in expand_delays()
1365 if (condexp == 0) in expand_delays()
1366 condexp = false_rtx; in expand_delays()
1377 if (condexp == 0) condexp = false_rtx; in expand_delays()
1389 if (condexp == 0) condexp = false_rtx; in expand_delays()
[all …]
H A Dgenautomata.c452 rtx condexp; member
1717 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); in gen_insn_reserv()
8554 DECL_INSN_RESERV (decl)->condexp); in output_description()
H A DChangeLog-200614055 (process_decls): Don't validate condexp for dm_insn_reserv decls.