Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c368 size_t vbytes; in init_types() local
396 vbytes = 0; in init_types()
420 vbytes = 0; in init_types()
428 vbytes = 0; in init_types()
551 vbytes = in init_types()
561 vbytes = in init_types()
581 vbytes = in init_types()
591 vbytes = in init_types()
614 vbytes = 0; in init_types()
644 vbytes = 0; in init_types()
[all …]
/freebsd-14.2/sys/cddl/dev/fbt/
H A Dfbt.c589 vbytes = in fbt_typoff_init()
592 vbytes = in fbt_typoff_init()
596 vbytes = in fbt_typoff_init()
599 vbytes = in fbt_typoff_init()
618 vbytes = 0; in fbt_typoff_init()
625 vbytes = 0; in fbt_typoff_init()
677 vbytes = in fbt_typoff_init()
680 vbytes = in fbt_typoff_init()
684 vbytes = in fbt_typoff_init()
687 vbytes = in fbt_typoff_init()
[all …]
/freebsd-14.2/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