Searched refs:cta (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctf.c | 295 struct ctf_array_v3 cta; in write_type() local 364 cta.cta_contents = tp->t_ardef->ad_contents->t_id; in write_type() 365 cta.cta_index = tp->t_ardef->ad_idxtype->t_id; in write_type() 366 cta.cta_nelems = tp->t_ardef->ad_nelems; in write_type() 368 SWAP_32(cta.cta_contents); in write_type() 369 SWAP_32(cta.cta_index); in write_type() 370 SWAP_32(cta.cta_nelems); in write_type() 372 ctf_buf_write(b, &cta, sizeof (cta)); in write_type() 1182 struct ctf_array_v2 *cta = (void *) dptr; in resurrect_types() local 1183 contents = cta->cta_contents; in resurrect_types() [all …]
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 449 struct ctf_array_v2 cta; in ctf_update() local 451 cta.cta_contents = in ctf_update() 453 cta.cta_index = in ctf_update() 455 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update() 457 bcopy(&cta, t, sizeof (cta)); in ctf_update() 458 t += sizeof (cta); in ctf_update() 460 struct ctf_array_v3 cta; in ctf_update() local 462 cta.cta_contents = in ctf_update() 464 cta.cta_index = dtd->dtd_u.dtu_arr.ctr_index; in ctf_update() 465 cta.cta_nelems = dtd->dtd_u.dtu_arr.ctr_nelems; in ctf_update() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 330 def INT_MEMBAR_CTA : MEMBAR<"membar.cta;", int_nvvm_membar_cta>; 2159 defm _cta : ATOM2A_impl<OpStr, IntTypeStr, TypeStr, "cta", 2171 defm _cta : ATOM3A_impl<OpStr, IntTypeStr, TypeStr, "cta",
|