Home
last modified time | relevance | path

Searched refs:sync_bar (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.h232 rtx sync_bar; /* Synchronization barrier ID for vectors. */ member
H A Dnvptx.c1171 if (cfun->machine->sync_bar) in nvptx_init_oacc_workers()
1174 REGNO (cfun->machine->sync_bar)); in nvptx_init_oacc_workers()
1411 if (cfun->machine->bcast_partition || cfun->machine->sync_bar) in nvptx_declare_function_name()
4126 if (!cfun->machine->sync_bar) in nvptx_shared_propagate()
4127 cfun->machine->sync_bar = gen_reg_rtx (SImode); in nvptx_shared_propagate()
4549 barrier = cfun->machine->sync_bar; in nvptx_single()
4708 if (!worker && cfun->machine->sync_bar) in nvptx_process_pars()
4710 barrier = cfun->machine->sync_bar; in nvptx_process_pars()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.h221 rtx sync_bar; /* Synchronization barrier ID for vectors. */ member
H A Dnvptx.cc1361 if (cfun->machine->sync_bar) in nvptx_init_oacc_workers()
1364 REGNO (cfun->machine->sync_bar)); in nvptx_init_oacc_workers()
1608 if (cfun->machine->bcast_partition || cfun->machine->sync_bar) in nvptx_declare_function_name()
4598 if (!cfun->machine->sync_bar) in nvptx_shared_propagate()
4599 cfun->machine->sync_bar = gen_reg_rtx (SImode); in nvptx_shared_propagate()
5021 barrier = cfun->machine->sync_bar; in nvptx_single()
5180 if (!worker && cfun->machine->sync_bar) in nvptx_process_pars()
5182 barrier = cfun->machine->sync_bar; in nvptx_process_pars()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201936703 bcast_partition and sync_bar members.