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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1409 static int ix86_function_regparm (tree, tree);
2645 if (ix86_function_regparm (type, NULL) >= 3)
2656 && ix86_function_regparm (TREE_TYPE (decl), NULL) >= 3)
2800 || (ix86_function_regparm (type1, NULL)
2801 != ix86_function_regparm (type2, NULL)))
2823 ix86_function_regparm (tree type, tree decl)
2942 /* Cheat. Don't bother working forward from ix86_function_regparm
2994 int nregs = ix86_function_regparm (funtype, fundecl);
3108 cum->nregs = ix86_function_regparm (fntype, fndecl);
18310 if (ix86_function_regparm (typ
2816 ix86_function_regparm (tree type, tree decl) function
[all...]

Completed in 190 milliseconds