Home
last modified time | relevance | path

Searched full:packing (Results 1 – 25 of 160) sorted by relevance

1234567

/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_packon.h38 * Turns on byte packing, which is necessary for passing information from
43 /****h* Component Library/Structure Packing
45 * Structure Packing
48 * The structure packing header files allow packing structures on byte
51 * Structure packing should be used whenever a structure is transmitted
53 * they are not packed. Packing a structure that is not transmitted between
H A Dcl_packoff.h38 * Turns off byte packing, which is necessary for passing information from
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h119 enum class Packing { enum
124 // Get the vector or mask register type for this packing and element type.
125 MVT getLegalVectorType(Packing P, MVT ElemVT);
128 Packing getTypePacking(EVT);
189 /// Packing {
192 /// } Packing
201 SDValue getConstantMask(Packing Packing, bool AllTrue) const;
H A DVVPISelLowering.cpp61 auto Packing = getTypePacking(LegalVecVT.getSimpleVT()); in lowerToVVP() local
80 Mask = CDAG.getConstantMask(Packing, true); in lowerToVVP()
141 auto Packing = getTypePacking(DataVT); in lowerVVP_LOAD_STORE() local
149 Mask = CDAG.getConstantMask(Packing, true); in lowerVVP_LOAD_STORE()
153 Packing, DataVT.getVectorElementType().getSimpleVT()); in lowerVVP_LOAD_STORE()
188 assert(getTypePacking(DataVT) == Packing::Dense && in splitPackedLoadStore()
206 SDValue UpperPartAVL; // we will use this for packing things back together in splitPackedLoadStore()
262 getLegalVectorType(Packing::Dense, DataVT.getVectorElementType());
272 auto Packing = getTypePacking(DataVT); in lowerVVP_GATHER_SCATTER()
274 getLegalVectorType(Packing, DataV in lowerVVP_GATHER_SCATTER()
266 auto Packing = getTypePacking(DataVT); lowerVVP_GATHER_SCATTER() local
[all...]
H A DVECustomDAG.cpp34 MVT getLegalVectorType(Packing P, MVT ElemVT) { in getLegalVectorType()
35 return MVT::getVectorVT(ElemVT, P == Packing::Normal ? StandardVectorWidth in getLegalVectorType()
39 Packing getTypePacking(EVT VT) { in getTypePacking()
41 return isPackedVectorType(VT) ? Packing::Dense : Packing::Normal; in getTypePacking()
409 SDValue VECustomDAG::getConstantMask(Packing Packing, bool AllTrue) const { in getConstantMask() argument
410 auto MaskVT = getLegalVectorType(Packing, MVT::i1); in getConstantMask()
514 NewMask = getConstantMask(Packing::Normal, true); in getTargetSplitMask()
H A DVEInstrPatternsVec.td130 ///// Packing support /////
144 multiclass Packing<ValueType PackVT> {
158 defm : Packing<v512i32>;
159 defm : Packing<v512f32>;
/freebsd/share/man/man5/
H A Dcore.5151 All file descriptor information can be preserved by disabling packing.
153 Packing is disabled with
163 All vmmap information can be preserved by disabling packing.
166 Packing is disabled with
/freebsd/sys/contrib/ck/include/
H A Dck_md.h70 * Do not enable pointer-packing-related (VMA) optimizations in kernel-space.
77 * The following would be used for pointer-packing tricks, disabled for the
H A Dck_rhs.h54 * packing. Mutually exclusive with CK_RHS_MODE_DIRECT.
/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py127 SequenceError: failed while packing 'eggs'=None
131 SequenceError: failed while packing 'eggs'=-1
180 SequenceError: string too long (len=65536) while packing 'spam'
226 'while packing {1!r}'.format(len(sval), self.name))
232 'while packing {0!r}={1!r}'.format(self.name, val))
349 Note that some packing may be conditional.
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.rpc1 /* tests data packing and unpacking */
/freebsd/contrib/libevent/test/
H A Dregress.rpc1 /* tests data packing and unpacking */
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst53 * ``--enable-non-contiguous-regions`` option allows automatically packing input
55 region would overflow. This reduces the toil of manually packing regions
/freebsd/contrib/libcbor/doc/
H A Ddoxy_frontpage.md19 For details on encoding and packing (could be useful when porting to exotic platforms):
/freebsd/contrib/lib9p/
H A Dlib9p.h108 * requests and packing (encoding) outgoing results. It has its
146 struct l9p_message lr_resp_msg; /* for packing the response */
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_pack.c14 /* ASN1 packing and unpacking functions */
/freebsd/usr.bin/lastcomm/tests/
H A Dvalues.sh68 echo Packing the results.
/freebsd/lib/libc/aarch64/
H A D_fpmath.h36 /* TODO andrew: Check the packing here */
/freebsd/sbin/fdisk/
H A Dfdisk_mbr_enc.c30 * of correct endianness and packing. These functions do no validation
/freebsd/lib/msun/src/
H A Ds_rintl.c35 /* We also require the usual bias, min exp and expsign packing. */
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_args.h60 // indices of type alternatives separately from values and packing the
/freebsd/stand/efi/include/arm/
H A Defibind.h36 // Make sure we are using the correct packing rules per EFI specification
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dccompile.h97 * structure packing like #pragma pack(1)
/freebsd/sys/arm/include/
H A Datags.h33 * assume tight packing, but since they are all uint32_t's, I've not
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp152 // special logic here. We can just avoid bin packing any of the parameters. in formatFromToken()
174 // have many items (20 or more) or we allow bin-packing of function call in precomputeFormattingInfos()

1234567