Home
last modified time | relevance | path

Searched refs:ix86_function_regparm (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c2511 static int ix86_function_regparm (const_tree, const_tree);
4873 if (ix86_function_regparm (type, NULL) >= 3) in ix86_function_ok_for_sibcall()
5132 if (ix86_function_regparm (type1, NULL) in ix86_comp_type_attributes()
5133 != ix86_function_regparm (type2, NULL)) in ix86_comp_type_attributes()
5144 ix86_function_regparm (const_tree type, const_tree decl) in ix86_function_regparm() function
5335 int nregs = ix86_function_regparm (funtype, fundecl); in ix86_return_pops_args()
5677 cum->nregs = ix86_function_regparm (fntype, fndecl); in init_cumulative_args()
9443 if (ix86_function_regparm (TREE_TYPE (decl), decl) <= 2) in find_drap_reg()
9589 int regparm = ix86_function_regparm (fntype, decl); in get_scratch_register_on_entry()
24523 else if (ix86_function_regparm (fntype, fndecl) == 3) in ix86_static_chain()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c784 static int ix86_function_regparm (const_tree, const_tree);
6344 if (ix86_function_regparm (type, decl) >= 3 in ix86_function_ok_for_sibcall()
6596 if (ix86_function_regparm (type1, NULL) in ix86_comp_type_attributes()
6597 != ix86_function_regparm (type2, NULL)) in ix86_comp_type_attributes()
6608 ix86_function_regparm (const_tree type, const_tree decl) in ix86_function_regparm() function
6840 int nregs = ix86_function_regparm (funtype, fundecl); in ix86_return_pops_args()
7353 cum->nregs = ix86_function_regparm (fntype, fndecl); in init_cumulative_args()
12409 if (ix86_function_regparm (TREE_TYPE (decl), decl) <= 2) in find_drap_reg()
12585 int regparm = ix86_function_regparm (fntype, decl); in get_scratch_register_on_entry()
30317 else if (ix86_function_regparm (fntype, fndecl) == 3) in ix86_static_chain()
[all …]