HomeSort by relevance Sort by last modified time
    Searched refs:Packed (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 176 /// \brief Determines if we need a packed llvm struct.
199 bool Packed : 1;
211 IsZeroInitializableAsBase(true), Packed(false) {}
248 // 5) Insert padding everywhere it is needed. This phase requires 'Packed' to
313 // case of packed bitfields on Itanium) then just use an I8 array.
318 // Set packed if we need it.
320 Packed = true;
544 // then the entire record must be packed.
546 Packed = true;
550 // record's alignment, it must be packed
    [all...]
CGExprConstant.cpp 40 bool Packed;
52 : CGM(CGM), CGF(CGF), Packed(false),
76 if (Packed) return CharUnits::One();
110 assert(!Packed && "Alignment is wrong even with a packed struct!");
112 // Convert the struct to a packed struct.
133 if (Packed)
135 "Packed struct not byte-aligned!");
346 Packed = true;
494 // Check if we need to convert the struct to a packed struct
    [all...]
CGBlocks.cpp     [all...]
  /external/llvm/include/llvm/IR/
Constants.h 391 static Constant *getAnon(ArrayRef<Constant*> V, bool Packed = false) {
392 return get(getTypeForElements(V, Packed), V);
395 ArrayRef<Constant*> V, bool Packed = false) {
396 return get(getTypeForElements(Ctx, V, Packed), V);
402 bool Packed = false);
406 bool Packed = false);
520 /// packed data, instead of as Value*'s.
644 /// packed data, instead of as Value*'s.
696 /// packed data, instead of as Value*'s.
    [all...]
  /external/llvm/include/llvm-c/
Core.h 267 LLVMVectorTypeKind, /**< SIMD 'packed' format, or other vector type */
938 * whether these can be packed together.
943 unsigned ElementCount, LLVMBool Packed);
951 LLVMBool Packed);
973 unsigned ElementCount, LLVMBool Packed);
995 * Determine whether a structure is packed.
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 539 /// \brief The alignment if attribute packed is not used.
552 /// Packed - Whether the record is packed or not.
553 unsigned Packed : 1;
632 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 63 0x04 Packed SSE & SSE2 instructions
64 0x08 Packed scalar SSE & SSE2 instructions
  /external/llvm/lib/IR/
Core.cpp 415 unsigned ElementCount, LLVMBool Packed) {
417 return wrap(StructType::get(*unwrap(C), Tys, Packed != 0));
421 unsigned ElementCount, LLVMBool Packed) {
423 ElementCount, Packed);
440 unsigned ElementCount, LLVMBool Packed) {
442 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0);
782 unsigned Count, LLVMBool Packed) {
785 Packed != 0));
799 LLVMBool Packed) {
801 Packed);
    [all...]
Constants.cpp 881 bool Packed) {
887 return StructType::get(Context, EltTypes, Packed);
892 bool Packed) {
895 return getTypeForElements(V[0]->getContext(), V, Packed);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 275 bool ParseAnonStructType(Type *&Result, bool Packed);
LLParser.cpp     [all...]
  /external/libvorbis/doc/
03-codebook.tex 11 the third header, the codec setup header. This packed configuration
27 \subsection{Packed codebook format}
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 360 value Packed) {
362 Wosize_val(ElementTypes), Bool_val(Packed));
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 52 case attr::Packed: return CXCursor_PackedAttr;
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java 3671 NanoRepeatedPackables.Packed packed = local
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 874 milliseconds