Searched refs:sync_bar (Results 1 – 5 of 5) sorted by relevance
232 rtx sync_bar; /* Synchronization barrier ID for vectors. */ member
1171 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()
221 rtx sync_bar; /* Synchronization barrier ID for vectors. */ member
1361 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()
36703 bcast_partition and sync_bar members.