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

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h676 rtx (*struct_value_rtx) (tree fndecl, int incoming); member in struct:gcc_target::calls
H A Dcalls.c1867 it is passed by being copied directly into struct_value_rtx. */
1969 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2071 /* If struct_value_rtx is 0, it means pass the address
3312 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
H A Dfunction.c2044 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0)
4101 rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 2);
H A Dbuiltins.c1176 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1282 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1290 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1384 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
H A Dfinal.c1468 rtx svrtx = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), 1);

Completed in 144 milliseconds