/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 96 CGRecordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed); 199 bool Packed : 1; member 206 …cordLowering(CodeGenTypes &Types, const RecordDecl *D, bool Packed) in CGRecordLowering() argument 211 IsZeroInitializableAsBase(true), Packed(Packed) {} in CGRecordLowering() 335 Packed = true; in lowerUnion() 552 if (Packed) in determinePacked() 566 Packed = true; in determinePacked() 574 Packed = true; in determinePacked() 579 Packed = true; in determinePacked() 581 if (!Packed) in determinePacked() [all …]
|
D | CGExprConstant.cpp | 40 bool Packed; member in __anon0a23bf330111::ConstStructBuilder 52 : CGM(CGM), CGF(CGF), Packed(false), in ConstStructBuilder() 76 if (Packed) return CharUnits::One(); in getAlignment() 121 assert(!Packed && "Alignment is wrong even with a packed struct!"); in AppendBytes() 142 if (Packed) in AppendBytes() 355 Packed = true; in ConvertStructToPacked() 515 assert(!Packed && "Size mismatch!"); in Finalize() 533 Elements, Packed); in Finalize()
|
D | CGBlocks.cpp | 2077 bool Packed = false; in BuildByRefType() local 2110 Packed = true; in BuildByRefType() 2117 ByRefType->setBody(types, Packed); in BuildByRefType()
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleSLM.td | 141 // Packed Compare Implicit Length Strings, Return Mask 151 // Packed Compare Explicit Length Strings, Return Mask 161 // Packed Compare Implicit Length Strings, Return Index 171 // Packed Compare Explicit Length Strings, Return Index
|
D | X86SchedSandyBridge.td | 161 // Packed Compare Implicit Length Strings, Return Mask 171 // Packed Compare Explicit Length Strings, Return Mask 181 // Packed Compare Implicit Length Strings, Return Index 191 // Packed Compare Explicit Length Strings, Return Index
|
D | X86ScheduleBtVer2.td | 248 // Packed Compare Implicit Length Strings, Return Mask 261 // Packed Compare Explicit Length Strings, Return Mask 271 // Packed Compare Implicit Length Strings, Return Index 281 // Packed Compare Explicit Length Strings, Return Index
|
D | X86Schedule.td | 99 // Packed Compare Implicit Length Strings, Return Mask 101 // Packed Compare Explicit Length Strings, Return Mask 103 // Packed Compare Implicit Length Strings, Return Index 105 // Packed Compare Explicit Length Strings, Return Index
|
D | X86InstrSSE.td | 1999 // Convert Packed Double FP to Packed DW Integers 2206 // Convert Packed DW Integers to Packed Double FP 2805 // SSE2 - Packed Integer Logical Instructions 3776 // SSE2 - Move Aligned/Unaligned Packed Integer Instructions 3911 // SSE2 - Packed Integer Arithmetic Instructions 4088 // SSE2 - Packed Integer Logical Instructions 4240 // SSE2 - Packed Integer Comparison Instructions 4257 // SSE2 - Packed Integer Shuffle Instructions 4338 // Packed Integer Pack Instructions (SSE & AVX) 4468 // SSE2 - Packed Integer Unpack Instructions [all …]
|
D | X86SchedHaswell.td | 187 // Packed Compare Implicit Length Strings, Return Mask 197 // Packed Compare Explicit Length Strings, Return Mask 207 // Packed Compare Implicit Length Strings, Return Index 217 // Packed Compare Explicit Length Strings, Return Index
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 74 3.1.1. Packed Configuration . . . . . . . . . . . . . . . . . 10 76 3.2.1. Packed Headers . . . . . . . . . . . . . . . . . . . . 12 83 6.1. Packed Headers IANA Considerations . . . . . . . . . . . . 19 307 1 = Vorbis Packed Configuration payload 481 method is inside the Packed Configuration (Section 3.1.1) in the SDP 495 The Packed Configuration (Section 3.1.1) Payload is sent in-band with 511 3.1.1. Packed Configuration 513 A Vorbis Packed Configuration is indicated with the Vorbis Data Type 607 Figure 5: Packed Configuration Figure 611 set to 0 because the packet bears the full Packed configuration. The [all …]
|
/external/llvm/test/Transforms/SeparateConstOffsetFromGEP/NVPTX/ |
D | split-gep.ll | 160 %struct.Packed = type <{ [3 x i32], [8 x i64] }> ; <> means packed 165 %s = alloca [1024 x %struct.Packed], align 16 170 …%arrayidx3 = getelementptr inbounds [1024 x %struct.Packed], [1024 x %struct.Packed]* %s, i64 0, i… 174 ; CHECK: [[BASE_PTR:%[a-zA-Z0-9]+]] = getelementptr [1024 x %struct.Packed], [1024 x %struct.Packed…
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 397 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) { 398 return get(getTypeForElements(V, Packed), V); 401 ArrayRef<Constant*> V, bool Packed = false) { 402 return get(getTypeForElements(Ctx, V, Packed), V); 408 bool Packed = false); 412 bool Packed = false);
|
/external/nanopb-c/tests/options/ |
D | options.proto | 58 // Packed structure
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 25 Packed:
|
/external/llvm/include/llvm-c/ |
D | Core.h | 949 unsigned ElementCount, LLVMBool Packed); 957 LLVMBool Packed); 979 unsigned ElementCount, LLVMBool Packed); 1614 unsigned Count, LLVMBool Packed); 1625 LLVMBool Packed);
|
/external/clang/lib/AST/ |
D | RecordLayoutBuilder.cpp | 597 unsigned Packed : 1; member in __anonc00f4a770111::RecordLayoutBuilder 664 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false), in RecordLayoutBuilder() 971 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign; in EnsureVTablePointerAlignment() 1180 CharUnits BaseAlign = (Packed) ? CharUnits::One() : UnpackedBaseAlign; in LayoutBase() 1238 Packed = D->hasAttr<PackedAttr>(); in InitializeLayout() 1441 bool FieldPacked = Packed || D->hasAttr<PackedAttr>(); in LayoutBitField() 1688 bool FieldPacked = Packed || D->hasAttr<PackedAttr>(); in LayoutField() 1860 if (Packed && UnpackedAlignment > CharUnits::One() && in FinishLayout()
|
/external/protobuf/src/google/protobuf/ |
D | unittest_repeated_packables_nano.proto | 72 message Packed { message
|
/external/llvm/lib/IR/ |
D | Core.cpp | 417 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext() argument 419 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0)); in LLVMStructTypeInContext() 423 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType() argument 425 ElementCount, Packed); in LLVMStructType() 442 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody() argument 444 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody() 897 unsigned Count, LLVMBool Packed) { in LLVMConstStructInContext() argument 900 Packed != 0)); in LLVMConstStructInContext() 930 LLVMBool Packed) { in LLVMConstStruct() argument 932 Packed); in LLVMConstStruct()
|
D | Constants.cpp | 945 bool Packed) { in getTypeForElements() argument 951 return StructType::get(Context, EltTypes, Packed); in getTypeForElements() 956 bool Packed) { in getTypeForElements() argument 959 return getTypeForElements(V[0]->getContext(), V, Packed); in getTypeForElements()
|
/external/lzma/ |
D | 7zFormat.txt | 23 Packed Header
|
/external/libavc/common/arm/ |
D | ih264_deblk_chroma_a9.s | 251 @* Packed Boundary strength array 353 @* Packed Boundary strength array 570 @* Packed Boundary strength array 881 @* Packed Boundary strength array 1001 @* Packed Boundary strength array 1239 @* Packed Boundary strength array
|
D | ih264_deblk_luma_a9.s | 74 @* Packed Boundary strength array
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-1.s | 135 @CHECK-OBJ-NEXT: Description: Packed
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 287 bool ParseAnonStructType(Type *&Result, bool Packed);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 105 // Packed only with A or X-type instructions.
|