Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h1205 #ifndef EPILOGUE_USES
1206 #define EPILOGUE_USES(REG) false macro
H A Dresource.c1195 if (global_regs[i] || EPILOGUE_USES (i)) in init_resource_info()
H A Ddf-scan.c3688 if (global_regs[i] || EPILOGUE_USES (i)) in df_get_exit_block_use_set()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dresource.c1178 #ifdef EPILOGUE_USES in init_resource_info()
1179 || EPILOGUE_USES (i) in init_resource_info()
H A Ddf-scan.c73 #ifndef EPILOGUE_USES
74 #define EPILOGUE_USES(REGNO) 0 macro
3927 if (global_regs[i] || EPILOGUE_USES (i)) in df_get_exit_block_use_set()
H A Dreorg.c2475 #ifdef EPILOGUE_USES in fill_simple_delay_slots()
2478 if (EPILOGUE_USES (i)) in fill_simple_delay_slots()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1707 #define EPILOGUE_USES(REGNO) ix86_epilogue_uses (REGNO) macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi4815 @defmac EPILOGUE_USES (@var{regno})
H A Dtm.texi.in4752 @defmac EPILOGUE_USES (@var{regno})