Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitCodes.h39 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DBitstreamReader.h432 size_t NumFourBytes = Read(bitc::BlockSizeWidth); in SkipBlock()
DBitstreamWriter.h212 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
/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/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h30 BlockSizeWidth = 32 // BlockSize up to 2^32 32-bit words = 16GB per block. enumerator
DBitstreamReader.h375 unsigned NumWords = Read(bitc::BlockSizeWidth); in SkipBlock()
408 unsigned NumWords = Read(bitc::BlockSizeWidth);
DBitstreamWriter.h206 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.h810 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/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp44 unsigned NumWords = Read(bitc::BlockSizeWidth); in EnterSubBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp79 unsigned NumWords = Read(naclbitc::BlockSizeWidth); in EnterSubBlock()