Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c176 static bool need_unisimt_decl; variable
1208 need_unisimt_decl = true; in nvptx_init_unisimt_predicate()
1274 need_softstack_decl = need_unisimt_decl = true; in write_omp_entry()
5264 if (need_unisimt_decl) in nvptx_file_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc186 static bool need_unisimt_decl; variable
1405 need_unisimt_decl = true; in nvptx_init_unisimt_predicate()
1471 need_softstack_decl = need_unisimt_decl = true; in write_omp_entry()
5999 if (need_unisimt_decl) in nvptx_file_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20165607 (need_unisimt_decl): New variable.
5633 (nvptx_file_end): Handle need_softstack_decl and need_unisimt_decl.