Searched defs:VBR (Results 1 - 3 of 3) sorted by relevance

/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:
/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:
/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 124 milliseconds