Searched refs:EPILOGUE_USES (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dresource.c1203 #ifdef EPILOGUE_USES
1204 || EPILOGUE_USES (i)
H A Ddf-scan.c64 #ifndef EPILOGUE_USES
65 #define EPILOGUE_USES(REGNO) 0 macro
1982 if (global_regs[i] || EPILOGUE_USES (i))
H A Dreorg.c2431 #ifdef EPILOGUE_USES
2434 if (EPILOGUE_USES (i))
H A Dflow.c158 #ifndef EPILOGUE_USES macro
159 #define EPILOGUE_USES(REGNO) 0
990 if (global_regs[i] || EPILOGUE_USES (i))
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1275 #define EPILOGUE_USES(REGNO) ia64_epilogue_uses (REGNO)
1257 #define EPILOGUE_USES macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1682 #define EPILOGUE_USES(REGNO) ((REGNO) == 31 \
1670 #define EPILOGUE_USES macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1578 #define EPILOGUE_USES(REGNO) (reload_completed && (REGNO) == LR_REGNUM)
1571 #define EPILOGUE_USES macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1475 #define EPILOGUE_USES(REGNO) \
1471 #define EPILOGUE_USES macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1264 called function in tact. EPILOGUE_USES says that $31 is useful
2015 #define EPILOGUE_USES(REGNO) ((REGNO) == 31)
2003 #define EPILOGUE_USES macro

Completed in 206 milliseconds