Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c368 size_t vbytes; in init_types() local
378 vbytes = sizeof (uint_t); in init_types()
382 vbytes = sizeof (struct ctf_array_v2); in init_types()
384 vbytes = sizeof (struct ctf_array_v3); in init_types()
387 vbytes = roundup2(fp->ctf_idwidth * vlen, 4); in init_types()
396 vbytes = 0; in init_types()
401 vbytes += increment1; in init_types()
406 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
420 vbytes = 0; in init_types()
428 vbytes = 0; in init_types()
[all …]
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c571 size_t vbytes; in fbt_typoff_init() local
580 vbytes = sizeof (uint_t); in fbt_typoff_init()
584 vbytes = sizeof (struct ctf_array_v2); in fbt_typoff_init()
586 vbytes = sizeof (struct ctf_array_v3); in fbt_typoff_init()
589 vbytes = roundup2(idwidth * vlen, sizeof(uint32_t)); in fbt_typoff_init()
595 vbytes = in fbt_typoff_init()
598 vbytes = in fbt_typoff_init()
602 vbytes = in fbt_typoff_init()
605 vbytes = in fbt_typoff_init()
610 vbytes = sizeof (ctf_enum_t) * vlen; in fbt_typoff_init()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp135 Value *vbytes(IRBuilderBase &Builder, Value *Val) const;
1288 Value *Pay = HVC.vbytes(Builder, getPayload(S->Seg.Val)); in realignLoadGroup()
1344 Value *PartM = HVC.insertb(Builder, Zero, HVC.vbytes(Builder, Mask), in realignStoreGroup()
1348 Value *PartV = HVC.insertb(Builder, Undef, HVC.vbytes(Builder, Pay), in realignStoreGroup()
2498 Value *Bytes = vbytes(Builder, Val); in vlsb()
2507 auto HexagonVectorCombine::vbytes(IRBuilderBase &Builder, Value *Val) const in vbytes() function in HexagonVectorCombine