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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtarget.h569 rtx (*struct_value_rtx) (tree fndecl, int incoming); member in struct:gcc_target::calls
H A Dfunction.c2018 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0)
4129 rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 1);
H A Dcalls.c1864 it is passed by being copied directly into struct_value_rtx. */
1966 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2068 /* If struct_value_rtx is 0, it means pass the address
3310 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
H A Dfinal.c1469 rtx svrtx = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), 1);
H A Dbuiltins.c1233 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1339 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1347 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1441 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtarget.h915 rtx (*struct_value_rtx) (tree fndecl, int incoming); member in struct:gcc_target::calls
H A Dcalls.c1941 it is passed by being copied directly into struct_value_rtx. */
2047 struct_value = targetm.calls.struct_value_rtx (fntype, 0);
2166 /* If struct_value_rtx is 0, it means pass the address
3316 rtx struct_value = targetm.calls.struct_value_rtx (0, 0);
H A Dfunction.c2176 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0)
4421 rtx sv = targetm.calls.struct_value_rtx (TREE_TYPE (subr), 2);
H A Dbuiltins.c1286 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1390 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1398 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1498 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
H A Dfinal.c1619 sval = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl),
H A Ddf-scan.c3908 r = targetm.calls.struct_value_rtx (current_function_decl, true);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c1911 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c1888 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c6636 if (!targetm.calls.struct_value_rtx (0, 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c6521 if (!targetm.calls.struct_value_rtx (0, 0)

Completed in 426 milliseconds