Home
last modified time | relevance | path

Searched refs:BlockSizeWidth (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitCodes.h32 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DBitstreamReader.h533 unsigned NumFourBytes = Read(bitc::BlockSizeWidth); in SkipBlock()
DBitstreamWriter.h216 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitCodes.h40 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DBitstreamReader.h475 Expected<unsigned> MaybeNum = Read(bitc::BlockSizeWidth); in SkipBlock()
DBitstreamWriter.h294 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h40 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DBitstreamReader.h474 Expected<unsigned> MaybeNum = Read(bitc::BlockSizeWidth); in SkipBlock()
DBitstreamWriter.h211 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h34 BlockSizeWidth = 32, // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DNaClBitstreamReader.h803 unsigned NumFourBytes = Read(naclbitc::BlockSizeWidth); in SkipBlock()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp47 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp76 unsigned NumWords = Read(naclbitc::BlockSizeWidth); in EnterSubBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp48 Expected<word_t> MaybeNum = Read(bitc::BlockSizeWidth); in EnterSubBlock()
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp48 Expected<word_t> MaybeNum = Read(bitc::BlockSizeWidth); in EnterSubBlock()