Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDregs.h221 #ifndef CLASS_LIKELY_SPILLED_P
222 #define CLASS_LIKELY_SPILLED_P(CLASS) (reg_class_size[(int) (CLASS)] == 1) macro
HDregmove.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()
HDmode-switching.c341 || !(CLASS_LIKELY_SPILLED_P in create_pre_exit()
HDlocal-alloc.c895 || (CLASS_LIKELY_SPILLED_P (reg_preferred_class (regno)) in update_equiv_regs()
HDregclass.c441 if (CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (i))) in init_reg_sets_1()
HDsched-rgn.c2240 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (REGNO (x)))) in sets_likely_spilled_1()
HDcalls.c2910 && CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (REGNO (valreg))) in expand_call()
HDcombine.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()
HDcse.c2232 else if (CLASS_LIKELY_SPILLED_P (REGNO_REG_CLASS (regno))) in hash_rtx()
HDreload.c123 || (reg_class_size [(C)] >= 1 && CLASS_LIKELY_SPILLED_P (C)))
HDFSFChangeLog.102925 (CLASS_LIKELY_SPILLED_P): Delete definition. Moved into regs.h.
2926 * regs.h (CLASS_LIKELY_SPILLED_P): Define if not already defined.
HDFSFChangeLog.1110995 * i386/sco5.h (CLASS_LIKELY_SPILLED_P): Deleted.
HDChangeLog-2003170 * i386.h (CLASS_LIKELY_SPILLED_P): Return true for
26529 involving hard regs unless CLASS_LIKELY_SPILLED_P.
HDChangeLog-19981319 (CLASS_LIKELY_SPILLED_P): Under new register scheme class
HDChangeLog-199918108 for which CLASS_LIKELY_SPILLED_P is true.
HDChangeLog-200221541 involving hard regs unless CLASS_LIKELY_SPILLED_P.
HDChangeLog-200436419 * arm.h (CLASS_LIKELY_SPILLED_P): Define.
/NextBSD/contrib/gcc/config/i386/
HDi386.h1345 #define CLASS_LIKELY_SPILLED_P(CLASS) \ macro
/NextBSD/contrib/gcc/config/arm/
HDarm.h1039 #define CLASS_LIKELY_SPILLED_P(CLASS) \ macro
/NextBSD/contrib/gcc/doc/
HDtm.texi2677 @defmac CLASS_LIKELY_SPILLED_P (@var{class})