Home
last modified time | relevance | path

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

/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_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-13-stable/sys/cddl/dev/fbt/
HDfbt.c573 size_t vbytes; in fbt_typoff_init() local
582 vbytes = sizeof (uint_t); in fbt_typoff_init()
586 vbytes = sizeof (struct ctf_array_v2); in fbt_typoff_init()
588 vbytes = sizeof (struct ctf_array_v3); in fbt_typoff_init()
591 vbytes = roundup2(idwidth * vlen, sizeof(uint32_t)); in fbt_typoff_init()
597 vbytes = in fbt_typoff_init()
600 vbytes = in fbt_typoff_init()
604 vbytes = in fbt_typoff_init()
607 vbytes = in fbt_typoff_init()
612 vbytes = sizeof (ctf_enum_t) * vlen; in fbt_typoff_init()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVectorCombine.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