Searched refs:default_promote_function_mode (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | targhooks.h | 27 extern enum machine_mode default_promote_function_mode (const_tree, enum machine_mode,
|
H A D | targhooks.c | 121 default_promote_function_mode (const_tree type ATTRIBUTE_UNUSED, in default_promote_function_mode() function
|
H A D | target.def | 1962 default_promote_function_mode)
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | targhooks.h | 32 extern machine_mode default_promote_function_mode (const_tree, machine_mode,
|
H A D | targhooks.c | 130 default_promote_function_mode (const_tree type ATTRIBUTE_UNUSED, in default_promote_function_mode() function
|
H A D | target.def | 4375 default_promote_function_mode)
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | i386.c | 7337 return default_promote_function_mode (type, mode, punsignedp, fntype, in ix86_promote_function_mode()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.c | 9404 return default_promote_function_mode (type, mode, punsignedp, fntype, in ix86_promote_function_mode()
|