Home
last modified time | relevance | path

Searched refs:need_softstack_decl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c173 static bool need_softstack_decl; variable
1111 need_softstack_decl = true; in init_softstack_frame()
1274 need_softstack_decl = need_unisimt_decl = true; in write_omp_entry()
5255 if (need_softstack_decl) in nvptx_file_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc183 static bool need_softstack_decl; variable
1301 need_softstack_decl = true; in init_softstack_frame()
1471 need_softstack_decl = need_unisimt_decl = true; in write_omp_entry()
5990 if (need_softstack_decl) in nvptx_file_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20165606 (need_softstack_decl): New variable.
5633 (nvptx_file_end): Handle need_softstack_decl and need_unisimt_decl.