Searched refs:REG_CLASS_FROM_CONSTRAINT (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/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,
576 : REG_CLASS_FROM_CONSTRAINT ((unsigned char) scratch_letter,
H A Drecog.c1782 if (REG_CLASS_FROM_CONSTRAINT (c, constraint) != NO_REGS)
2242 [(int) REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p)]);
2574 ? GENERAL_REGS : REG_CLASS_FROM_CONSTRAINT (c, p));
2984 : REG_CLASS_FROM_CONSTRAINT (class_str[0], class_str));
H A Dregclass.c1677 if (REG_CLASS_FROM_CONSTRAINT (c, p) != NO_REGS)
1680 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)];
H A Dstmt.c419 if (REG_CLASS_FROM_CONSTRAINT (*p, p) != NO_REGS)
551 if (REG_CLASS_FROM_CONSTRAINT (constraint[j], constraint + j)
H A Dpostreload.c560 [(int) REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p)]);
H A Dlocal-alloc.c2515 if (REG_CLASS_FROM_CONSTRAINT (c, p) == NO_REGS
H A Dregmove.c1615 if (CLASS_LIKELY_SPILLED_P (REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p) ))
H A Dreload.c403 : REG_CLASS_FROM_CONSTRAINT ((unsigned char) letter,
558 class = REG_CLASS_FROM_CONSTRAINT ((unsigned char) scratch_letter,
3352 if (REG_CLASS_FROM_CONSTRAINT (c, p) == NO_REGS)
3409 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)]);
H A Dglobal.c2228 class = REG_CLASS_FROM_CONSTRAINT (c, p);
H A Ddf-problems.c2380 class = REG_CLASS_FROM_CONSTRAINT (c, p);
H A Dreload1.c1424 [(int) REG_CLASS_FROM_CONSTRAINT (c, p)];

Completed in 293 milliseconds