Searched refs:VBR (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1675 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1685 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // SubmoduleID
1688 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Name
1691 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
1693 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // InnerStartLoc
1699 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1701 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // TypeLoc
1708 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext
1718 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // SubmoduleID
1721 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
H A DASTWriter.cpp721 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
722 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 3)); // Quals
729 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ReturnType
741 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // NumParams
743 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Params
1499 FileAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // File ID
1555 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ID
1556 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 12)); // Size
1557 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 32)); // Modification time
1623 OffsetsAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h30 BlockIDWidth = 8, // We use VBR-8 for block IDs.
31 CodeLenWidth = 4, // Codelen are VBR-4.
94 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
121 case VBR:
H A DBitstreamWriter.h155 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
171 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
284 case BitCodeAbbrevOp::VBR:
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitCodes.h28 BlockIDWidth = 8, // We use VBR-8 for block IDs.
29 CodeLenWidth = 4, // Codelen are VBR-4.
91 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator in enum:llvm::BitCodeAbbrevOp::Encoding
119 case VBR:
H A DBitstreamReader.h328 // ReadVBR64 - Read a VBR that may have a value up to 64-bits in size. The
329 // chunk size of the VBR must still be <= 32 bits though.
465 case BitCodeAbbrevOp::VBR:
H A DBitstreamWriter.h137 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
152 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
283 case BitCodeAbbrevOp::VBR:
/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp66 case BitCodeAbbrevOp::VBR:
88 case BitCodeAbbrevOp::VBR:
143 case BitCodeAbbrevOp::VBR:
235 case BitCodeAbbrevOp::VBR:
300 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) &&
306 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) &&
309 "Fixed or VBR abbrev record with size > MaxChunkData");
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp802 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
1036 // hold the real VST offset. Must use fixed instead of VBR as we don't
1037 // know how many VBR chunks to reserve ahead of time.
1132 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // AddrSpace << 2
1135 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
1336 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1337 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1338 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1339 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6));
1365 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/external/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp29 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # of characters
H A DSerializedDiagnosticPrinter.cpp479 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 16)); // Text size.
/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitCodes.cpp24 true, // VBR
32 "VBR",
51 case VBR:
H A DNaClBitstreamReader.cpp98 case NaClBitCodeAbbrevOp::VBR:
164 case NaClBitCodeAbbrevOp::VBR:
182 case NaClBitCodeAbbrevOp::VBR:
280 if ((E == NaClBitCodeAbbrevOp::Fixed || E == NaClBitCodeAbbrevOp::VBR) &&
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp243 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
452 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer.
1425 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1436 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1446 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1456 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1479 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8));
1491 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // value id
1510 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Ptr
1511 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR,
[all...]
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h32 BlockIDWidth = 8, // We use VBR-8 for block IDs.
33 CodeLenWidth = 4, // Codelen are VBR-4.
35 MaxAbbrevWidth = 32, // Maximum value allowed for Fixed and VBR.
68 // a single read (i.e. a FIXED read, or the first chunk of a VBR read.
117 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator in enum:llvm::NaClBitCodeAbbrevOp::Encoding
368 /// VBR encoding.
374 /// the LSB for dense VBR encoding.
384 /// \brief This class determines whether a FIXED or VBR
390 // If true, use a FIXED abbreviation. Otherwise, use a VBR abbreviatio
[all...]

Completed in 156 milliseconds