Home
last modified time | relevance | path

Searched refs:constrain_operands (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/
Drecog.h83 extern int constrain_operands (int);
Dcaller-save.c221 ok = constrain_operands (1); in init_caller_save()
223 ok &= constrain_operands (1); in init_caller_save()
Drecog.c130 constrain_operands (1); in check_asm_operands()
286 if (! constrain_operands (1)) in insn_invalid_p()
1993 && !constrain_operands (reload_completed)) in extract_constrain_insn_cached()
2002 return constrain_operands (strict); in constrain_operands_cached()
2272 constrain_operands (int strict) in constrain_operands() function
2655 return constrain_operands (-1); in constrain_operands()
Dpostreload-gcse.c1064 if (! constrain_operands (1) in eliminate_partially_redundant_load()
Dregrename.c780 if (! constrain_operands (1)) in build_def_use()
1613 if (! constrain_operands (1)) in copyprop_hardreg_forward_1()
Dreload1.c1236 if (!constrain_operands (1)) in reload()
4018 || (extract_insn (p), ! constrain_operands (1)))) in reload_as_needed()
4096 n = constrain_operands (1); in reload_as_needed()
6538 if (constrain_operands (1)) in emit_input_reload_insns()
7604 if (constrain_operands (1)) in emit_insn_if_valid_for_reload()
8244 if (constrain_operands (1)) in inc_for_reload()
Dreg-stack.c475 constrain_operands (1); in check_asm_stack_operands()
1966 constrain_operands (1); in subst_asm_stack_regs()
Dpostreload.c392 if (! constrain_operands (1)) in reload_cse_simplify_operands()
Dregmove.c1541 if (! constrain_operands (0)) in find_matches()
Dreorg.c2843 || (extract_insn (ninsn), ! constrain_operands (1))) in fill_slots_from_thread()
Dreload.c861 r = constrain_operands (1); in can_reload_into()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Drecog.h84 extern int constrain_operands PARAMS ((int));
Dcaller-save.c224 ok = constrain_operands (1); in init_caller_save()
226 ok &= constrain_operands (1); in init_caller_save()
Drecog.c140 constrain_operands (1);
303 if (! constrain_operands (1))
2089 && !constrain_operands (reload_completed))
2098 return constrain_operands (strict);
2356 constrain_operands (strict) in constrain_operands() function
2723 return constrain_operands (-1);
Dregrename.c781 if (! constrain_operands (1))
1600 if (! constrain_operands (1))
Dreload1.c3966 || (extract_insn (p), ! constrain_operands (1))))
4041 n = constrain_operands (1);
6455 if (constrain_operands (1))
7513 if (constrain_operands (1))
7566 if (constrain_operands (1))
8010 if (constrain_operands (1))
8406 if (! constrain_operands (1))
Dreg-stack.c613 constrain_operands (1);
1895 constrain_operands (1);
Dra-debug.c838 if (constrain_operands (1)) in dump_constraints()
Dregmove.c1552 if (! constrain_operands (0))
Dreorg.c2918 || (extract_insn (ninsn), ! constrain_operands (1)))
DFSFChangeLog483 * recog.c (constrain_operands): Likewise.
2504 (output_delay_insn): Add missing arg to constrain_operands.
DChangeLog.11534 * recog.c (constrain_operands): Ignore unary operators when
6087 constrain_operands): Likewise.
6269 * i860.c (output_delayed_branch): Fix operands to constrain_operands.
6709 (check_asm_operands): Use it. After reload, use constrain_operands
8279 constrain_operands and preprocess_constraints. Use information
9854 (constrain_operands): Adjust prototype.
9859 (constrain_operands): Lose INSN_CODE_NUM arg. All callers changed.
Dreload.c891 r = constrain_operands (1);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c7974 || (extract_insn (new), ! constrain_operands (1)))
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c8914 || (extract_insn (new), ! constrain_operands (1))) in pa_can_combine_p()

12