Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/cddl/dev/fbt/
H A Dfbt.c599 vbytes = in fbt_typoff_init()
602 vbytes = in fbt_typoff_init()
606 vbytes = in fbt_typoff_init()
609 vbytes = in fbt_typoff_init()
628 vbytes = 0; in fbt_typoff_init()
635 vbytes = 0; in fbt_typoff_init()
687 vbytes = in fbt_typoff_init()
690 vbytes = in fbt_typoff_init()
694 vbytes = in fbt_typoff_init()
697 vbytes = in fbt_typoff_init()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp101 Value *vbytes(IRBuilder<> &Builder, Value *Val) const;
814 Value *Pay = HVC.vbytes(Builder, getPayload(S.Seg.Val)); in realignGroup()
856 AccumM = HVC.insertb(Builder, AccumM, HVC.vbytes(Builder, Mask), in realignGroup()
858 AccumV = HVC.insertb(Builder, AccumV, HVC.vbytes(Builder, Pay), in realignGroup()
1197 Value *Bytes = vbytes(Builder, Val); in vlsb()
1206 auto HexagonVectorCombine::vbytes(IRBuilder<> &Builder, Value *Val) const in vbytes() function in HexagonVectorCombine