Searched refs:REG_CLASS_FROM_CONSTRAINT (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | defaults.h | 727 && !defined REG_CLASS_FROM_CONSTRAINT \ 779 #ifndef REG_CLASS_FROM_CONSTRAINT 780 #define REG_CLASS_FROM_CONSTRAINT(C,STR) REG_CLASS_FROM_LETTER (C) macro
|
| H A D | targhooks.c | 558 : REG_CLASS_FROM_CONSTRAINT ((unsigned char) insn_letter, in default_secondary_reload() 576 : REG_CLASS_FROM_CONSTRAINT ((unsigned char) scratch_letter, in default_secondary_reload()
|
| H A D | recog.c | 1774 if (REG_CLASS_FROM_CONSTRAINT (c, constraint) != NO_REGS) in asm_operand_ok() 2230 [(int) REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p)]); in preprocess_constraints() 2562 ? GENERAL_REGS : REG_CLASS_FROM_CONSTRAINT (c, p)); in constrain_operands() 2970 : REG_CLASS_FROM_CONSTRAINT (class_str[0], class_str)); in peep2_find_free_register()
|
| H A D | regclass.c | 1671 if (REG_CLASS_FROM_CONSTRAINT (c, p) != NO_REGS) in record_reg_classes() 1674 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)]; in record_reg_classes()
|
| H A D | stmt.c | 413 if (REG_CLASS_FROM_CONSTRAINT (*p, p) != NO_REGS) in parse_output_constraint() 545 if (REG_CLASS_FROM_CONSTRAINT (constraint[j], constraint + j) in parse_input_constraint()
|
| H A D | postreload.c | 560 [(int) REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p)]); in reload_cse_simplify_operands()
|
| H A D | reload.c | 401 : REG_CLASS_FROM_CONSTRAINT ((unsigned char) letter, in push_secondary_reload() 556 class = REG_CLASS_FROM_CONSTRAINT ((unsigned char) scratch_letter, in scratch_reload_class() 3339 if (REG_CLASS_FROM_CONSTRAINT (c, p) == NO_REGS) in find_reloads() 3396 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)]); in find_reloads()
|
| H A D | local-alloc.c | 2498 if (REG_CLASS_FROM_CONSTRAINT (c, p) == NO_REGS in requires_inout()
|
| H A D | global.c | 2213 class = REG_CLASS_FROM_CONSTRAINT (c, p); in check_earlyclobber()
|
| H A D | regmove.c | 1608 if (CLASS_LIKELY_SPILLED_P (REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p) )) in find_matches()
|
| H A D | df-problems.c | 2374 class = REG_CLASS_FROM_CONSTRAINT (c, p); in df_urec_check_earlyclobber()
|
| H A D | reload1.c | 1419 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)]; in maybe_fix_stack_asms()
|
| H A D | ChangeLog-2003 | 18862 (REG_CLASS_FROM_CONSTRAINT). 19013 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already 37135 (REG_CLASS_FROM_CONSTRAINT): Define. 37152 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
|
| H A D | ChangeLog-2005 | 33534 (REG_CLASS_FROM_CONSTRAINT): New.
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 1876 the macro @code{REG_CLASS_FROM_LETTER} / @code{REG_CLASS_FROM_CONSTRAINT} 2760 @defmac REG_CLASS_FROM_CONSTRAINT (@var{char}, @var{str}) 2809 @code{REG_CLASS_FROM_CONSTRAINT}
|