Home
last modified time | relevance | path

Searched refs:current_function_needs_context (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.c438 if (optimize && !current_function_needs_context && !frame_pointer_needed) in total_frame_size()
520 if (optimize && !current_function_needs_context && !frame_pointer_needed) in expand_prologue()
648 if (current_function_needs_context) in expand_prologue()
697 if (current_function_needs_context) in expand_prologue()
808 if (current_function_needs_context) in expand_epilogue()
814 if (size == 0 && !current_function_needs_context) in expand_epilogue()
H A Dmn10200.h362 #define FIRST_PARM_OFFSET(FNDECL) (current_function_needs_context ? 8 : 4)
H A Dmn10200.md1757 && !current_function_needs_context"
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h528 #define current_function_needs_context (cfun->needs_context) macro
H A Dfunction.c6438 current_function_needs_context
6593 if (current_function_needs_context)
6689 if (SMALL_REGISTER_CLASSES && current_function_needs_context)
6704 if (current_function_needs_context)
H A Dfinal.c1714 int cxt = current_function_needs_context;
H A Ddwarf2out.c10934 if (current_function_needs_context)
H A DChangeLog.211179 * config/mn10200/mn10200.h (current_function_needs_context,
11271 current_function_needs_context, current_function_calls_setjmp,
11330 current_function_needs_context, current_function_calls_setjmp,
H A DFSFChangeLog.10131 unless current_function_needs_context.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c1343 && ! (i == STATIC_CHAIN_REGNUM && current_function_needs_context))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c2182 if (current_function_needs_context)
/openbsd-src/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.c410 || (TARGET_H8300 && current_function_needs_context
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c870 if (current_function_needs_context) in arm_compute_func_type()
8192 && current_function_needs_context
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c12290 if (current_function_needs_context && DEFAULT_ABI == ABI_AIX_NODESC)