Home
last modified time | relevance | path

Searched refs:CLASS_LIKELY_SPILLED_P (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dregs.h221 #ifndef CLASS_LIKELY_SPILLED_P
222 #define CLASS_LIKELY_SPILLED_P(CLASS) (reg_class_size[(int) (CLASS)] == 1) macro
Dregmove.c92 && ! CLASS_LIKELY_SPILLED_P (class0)) in regclass_compatible_p()
94 && ! CLASS_LIKELY_SPILLED_P (class1))); in regclass_compatible_p()
1608 if (CLASS_LIKELY_SPILLED_P (REG_CLASS_FROM_CONSTRAINT ((unsigned char) c, p) )) in find_matches()
Dmode-switching.c341 || !(CLASS_LIKELY_SPILLED_P in create_pre_exit()
Dlocal-alloc.c895 || (CLASS_LIKELY_SPILLED_P (reg_preferred_class (regno)) in update_equiv_regs()
Dregclass.c441 if (CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (i))) in init_reg_sets_1()
Dsched-rgn.c2240 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (REGNO (x)))) in sets_likely_spilled_1()
Dcalls.c2910 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (REGNO (valreg))) in expand_call()
Dcombine.c1632 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (REGNO (src)))) in cant_combine_insn_p()
1635 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (REGNO (dest)))))) in cant_combine_insn_p()
1714 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (regno + nregs))) in likely_spilled_retval_p()
Dcse.c2232 else if (CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (regno))) in hash_rtx()
Dreload.c123 || (reg_class_size [(C)] >= 1 && CLASS_LIKELY_SPILLED_P (C)))
DFSFChangeLog.102925 (CLASS_LIKELY_SPILLED_P): Delete definition. Moved into regs.h.
2926 * regs.h (CLASS_LIKELY_SPILLED_P): Define if not already defined.
DFSFChangeLog.1110995 * i386/sco5.h (CLASS_LIKELY_SPILLED_P): Deleted.
DChangeLog-2003170 * i386.h (CLASS_LIKELY_SPILLED_P): Return true for
26529 involving hard regs unless CLASS_LIKELY_SPILLED_P.
DChangeLog-19981319 (CLASS_LIKELY_SPILLED_P): Under new register scheme class
DChangeLog-199918108 for which CLASS_LIKELY_SPILLED_P is true.
DChangeLog-200221541 involving hard regs unless CLASS_LIKELY_SPILLED_P.
DChangeLog-200436419 * arm.h (CLASS_LIKELY_SPILLED_P): Define.
/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1345 #define CLASS_LIKELY_SPILLED_P(CLASS) \ macro
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.h1039 #define CLASS_LIKELY_SPILLED_P(CLASS) \ macro
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi2677 @defmac CLASS_LIKELY_SPILLED_P (@var{class})