| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 170 static void update(StorageType &Packed, IntegerType UserValue) { 172 Packed &= ~Mask; 173 Packed |= StorageValue << Bitfield::Shift; 178 static IntegerType extract(StorageType Packed) { 179 const StorageType StorageValue = (Packed & Mask) >> Bitfield::Shift; 185 static StorageType test(StorageType Packed) { return Packed & Mask; } 254 static typename Bitfield::Type get(StorageType Packed) { 256 return static_cast<typename Bitfield::Type>(I::extract(Packed)); 262 static StorageType test(StorageType Packed) { 264 return I::test(Packed); [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | stack_trace_compressor.cpp | 69 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, in pack() argument 77 varIntEncode(zigzagEncode(Diff), Packed + Index, PackedMaxSize - Index); in pack() 87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, in unpack() argument 94 varIntDecode(Packed + Index, PackedSize - Index, &EncodedDiff); in unpack()
|
| H A D | stack_trace_compressor.h | 26 size_t pack(const uintptr_t *Unpacked, size_t UnpackedSize, uint8_t *Packed, 32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 95 CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed); 225 bool Packed : 1; member 233 bool Packed) in CGRecordLowering() argument 238 IsZeroInitializableAsBase(true), Packed(Packed) {} in CGRecordLowering() 377 Packed = true; in lowerUnion() 969 if (Packed) in determinePacked() 981 Packed = true; in determinePacked() 989 Packed = true; in determinePacked() 994 Packed = true; in determinePacked() 996 if (!Packed) in determinePacked() [all …]
|
| H A D | ConstantInitBuilder.cpp | 211 if (!Packed) in addPlaceholderWithSize() 250 if (!Packed) in getOffsetFromGlobalTo() 286 ty = llvm::StructType::get(Builder.CGM.getLLVMContext(), {}, Packed); in finishStruct() 290 assert(ty->isPacked() == Packed); in finishStruct() 293 constant = llvm::ConstantStruct::getAnon(elts, Packed); in finishStruct()
|
| H A D | CGExprConstant.cpp | 469 bool Packed = false; in buildFrom() local 475 Packed = true; in buildFrom() 497 Packed = true; in buildFrom() 505 if (Packed) { in buildFrom() 514 CGM.getLLVMContext(), Packed ? PackedElems : UnpackedElems, Packed); in buildFrom() 523 return llvm::ConstantStruct::get(STy, Packed ? PackedElems : UnpackedElems); in buildFrom()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | dbpf | 4 # dppf: Maxis Database Packed Files, the stored data file format used by all 8 0 string DBPF Maxis Database Packed File
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.h | 62 const int32_t Packed; member 67 LLVM_ABI explicit ASanAccessInfo(int32_t Packed);
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 108 bool Packed = false; variable 161 Finished(other.Finished), Frozen(other.Frozen), Packed(other.Packed), in ConstantAggregateBuilderBase() 477 if (structTy) this->Packed = structTy->isPacked(); in ConstantStructBuilderTemplateBase() 482 this->Packed = packed; in setPacked()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.cpp | 266 case State::Packed: in GetOrUnpack() 313 case State::Packed: in Pack() 346 VPrintf(1, "Packed block of %zu KiB to %zu KiB\n", kBlockSizeBytes >> 10, in Pack() 365 state = State::Packed; in TestOnlyUnmap() 381 return state == State::Packed;
|
| H A D | sanitizer_stack_store.h | 97 Packed, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCVXAndes.td | 22 // Andes Vector Packed FP16 Extension
|
| H A D | Constants.h | 486 static Constant *getAnon(ArrayRef<Constant *> V, bool Packed = false) { 487 return get(getTypeForElements(V, Packed), V); 490 bool Packed = false) { 491 return get(getTypeForElements(Ctx, V, Packed), V); 497 bool Packed = false); 501 bool Packed = false);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 393 static Constant *getAnon(ArrayRef<Constant *> V, bool Packed = false) { 394 return get(getTypeForElements(V, Packed), V); 397 bool Packed = false) { 398 return get(getTypeForElements(Ctx, V, Packed), V); 402 getTypeForElements(Context &Ctx, ArrayRef<Constant *> V, bool Packed = false); 406 bool Packed = false) { 409 return getTypeForElements(V[0]->getContext(), V, Packed);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleSLM.td | 432 // Packed Compare Implicit Length Strings, Return Mask 435 // Packed Compare Explicit Length Strings, Return Mask 438 // Packed Compare Implicit Length Strings, Return Index 441 // Packed Compare Explicit Length Strings, Return Index
|
| H A D | X86Schedule.td | 467 // Packed Compare Implicit Length Strings, Return Mask 469 // Packed Compare Explicit Length Strings, Return Mask 471 // Packed Compare Implicit Length Strings, Return Index 473 // Packed Compare Explicit Length Strings, Return Index 558 // Conditional SIMD Packed Loads and Stores wrappers.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 1070 // Packed SIMD Extensions 1073 "'Base P' (Packed SIMD)">; 1076 "'Base P' (Packed SIMD)">; 1082 "'Base P' (Packed-SIMD)">; 1088 "'Base P' (Packed-SIMD)">; 1094 "'Base P' (Packed-SIMD)">; 1101 "'Base P' (Packed-SIMD)">; 1631 "Andes Vector Packed FP16 Extension", [FeatureStdExtF]>; 1635 "'XAndesVPackFPH' (Andes Vector Packed FP16 Extension)">;
|
| H A D | RISCVInstrInfoP.td | 10 // Packed SIMD instruction set extension.
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 194 return (Tag->Options & ClassOptions::Packed) != ClassOptions::None; in isPacked()
|
| H A D | NativeTypeEnum.cpp | 335 return bool(Record->getOptions() & codeview::ClassOptions::Packed); in isPacked()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 603 unsigned Packed : 1; 692 InferAlignment(false), Packed(false), IsUnion(false), in ItaniumRecordLayoutBuilder() 1005 CharUnits BaseAlign = Packed ? CharUnits::One() : UnpackedBaseAlign; in EnsureVTablePointerAlignment() 1219 return (Packed && ((Context.getLangOpts().getClangABICompat() <= in LayoutBase() 1317 Packed = D->hasAttr<PackedAttr>(); in InitializeLayout() 1536 bool FieldPacked = Packed || D->hasAttr<PackedAttr>(); in LayoutBitField() 1966 bool FieldPacked = (Packed && (!FieldClass || FieldClass->isPOD() || in LayoutField() 2135 if (Packed && !FieldPacked && PackedFieldAlign < FieldAlign) in LayoutField() 2209 if (Packed && UnpackedAlignment <= Alignment && in FinishLayout()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_andes_vector.td | 96 // Andes Vector Packed FP16 Extension (XAndesVPackFPH)
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Constant.cpp | 167 bool Packed) { in getTypeForElements() argument 173 return StructType::get(Ctx, EltTypes, Packed); in getTypeForElements()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 188 Packed = 0x0001, enumerator
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | qman.txt | 82 for QMan Frame Queue Descriptor (FQD) and Packed Frame Descriptor Record (PFDR).
|