Home
last modified time | relevance | path

Searched refs:REG_CLASS_FROM_CONSTRAINT (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddefaults.h727 && !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 Dtarghooks.c558 : 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 Drecog.c1774 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 Dregclass.c1671 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 Dstmt.c413 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 Dpostreload.c560 [(int) REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p)]); in reload_cse_simplify_operands()
H A Dreload.c401 : 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 Dlocal-alloc.c2498 if (REG_CLASS_FROM_CONSTRAINT (c, p) == NO_REGS in requires_inout()
H A Dglobal.c2213 class = REG_CLASS_FROM_CONSTRAINT (c, p); in check_earlyclobber()
H A Dregmove.c1608 if (CLASS_LIKELY_SPILLED_P (REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p) )) in find_matches()
H A Ddf-problems.c2374 class = REG_CLASS_FROM_CONSTRAINT (c, p); in df_urec_check_earlyclobber()
H A Dreload1.c1419 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)]; in maybe_fix_stack_asms()
H A DChangeLog-200318862 (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 DChangeLog-200533534 (REG_CLASS_FROM_CONSTRAINT): New.
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi1876 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}