Searched defs:early_clobber_p (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lra-constraints.c | 960 rtx_insn **after, bool early_clobber_p) in match_reload() 2090 bool win, did_match, offmemok, early_clobber_p; in process_alt_operands() local
|
H A D | cfgexpand.c | 3057 bool early_clobber_p = strchr (constraints[i], '&') != NULL; in expand_asm_stmt() local
|
H A D | function.c | 6642 bool early_clobber_p = strchr (constraint, '&') != NULL; in match_asm_constraints_1() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lra-constraints.cc | 1006 rtx_insn **before, rtx_insn **after, bool early_clobber_p) in match_reload() 2141 bool win, did_match, offmemok, early_clobber_p; in process_alt_operands() local
|
H A D | cfgexpand.cc | 3212 bool early_clobber_p = strchr (constraints[i], '&') != NULL; in expand_asm_stmt() local
|