Searched defs:return_in_mem (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 763 bool return_in_mem = pass_in_memory (mode, type, true); in write_return_type() local 883 bool return_in_mem = write_return_type (s, true, result_type); in write_fn_proto() local 1302 bool return_in_mem = write_return_type (s, false, result_type); in nvptx_declare_function_name() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 921 bool return_in_mem = pass_in_memory (mode, type, true); in write_return_type() local 1028 bool return_in_mem = write_return_type (s, true, result_type); in write_fn_proto_1() local 1499 bool return_in_mem = write_return_type (s, false, result_type); in nvptx_declare_function_name() local
|