Home
last modified time | relevance | path

Searched refs:UNABBREV_RECORD (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/
DIceParseTypesTest.cpp37 naclbitc::UNABBREV_RECORD,
41 naclbitc::UNABBREV_RECORD,
45 naclbitc::UNABBREV_RECORD,
80 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_FLOAT, in TEST()
96 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_NUMENTRY, in TEST()
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp103 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord()
179 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeParser.h282 GetEntryID() != naclbitc::UNABBREV_RECORD; in UsedAnAbbreviation()
290 : static_cast<unsigned>(naclbitc::UNABBREV_RECORD); in GetAbbreviationIndex()
DNaClBitCodes.h55 UNABBREV_RECORD = 3, enumerator
/external/llvm/include/llvm/Bitcode/
DBitCodes.h50 UNABBREV_RECORD = 3, enumerator
DBitstreamWriter.h420 EmitCode(bitc::UNABBREV_RECORD);
/external/llvm-project/llvm/include/llvm/Bitstream/
DBitCodes.h58 UNABBREV_RECORD = 3, enumerator
DBitstreamWriter.h498 EmitCode(bitc::UNABBREV_RECORD);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h58 UNABBREV_RECORD = 3, enumerator
DBitstreamWriter.h415 EmitCode(bitc::UNABBREV_RECORD);
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitstreamReader.cpp112 if (AbbrevID == naclbitc::UNABBREV_RECORD) { in skipRecord()
202 if (AbbrevID == naclbitc::UNABBREV_RECORD) { in readRecord()
DNaClBitcodeParser.cpp52 Parser->Record.Entry.ID = naclbitc::UNABBREV_RECORD; in SetBID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp94 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord()
208 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
/external/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp94 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord()
209 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp97 case llvm::bitc::UNABBREV_RECORD: in skipUntilRecordOrBlock()
/external/llvm-project/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp150 case llvm::bitc::UNABBREV_RECORD: in skipUntilRecordOrBlock()
/external/llvm/docs/
DBitCodeFormat.rst157 * 3 - `UNABBREV_RECORD`_ --- This ID specifies the definition of an
239 UNABBREV_RECORD Encoding
243 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
246 An ``UNABBREV_RECORD`` provides a default fallback encoding, which is both
251 requires emitting the ``UNABBREV_RECORD`` abbrevid, a vbr6 for the
268 `UNABBREV_RECORD`_ type, and allows the abbreviation types to be specified in
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp581 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
599 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
/external/llvm-project/llvm/docs/
DBitCodeFormat.rst159 * 3 - `UNABBREV_RECORD`_ --- This ID specifies the definition of an
241 UNABBREV_RECORD Encoding
245 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
248 An ``UNABBREV_RECORD`` provides a default fallback encoding, which is both
253 requires emitting the ``UNABBREV_RECORD`` abbrevid, a vbr6 for the
270 `UNABBREV_RECORD`_ type, and allows the abbreviation types to be specified in
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp859 if (Entry.ID != bitc::UNABBREV_RECORD) { in parseBlock()
875 if (Entry.ID != bitc::UNABBREV_RECORD) { in parseBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp852 if (Entry.ID != bitc::UNABBREV_RECORD) { in parseBlock()
868 if (Entry.ID != bitc::UNABBREV_RECORD) { in parseBlock()
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeReader.cpp683 case llvm::bitc::UNABBREV_RECORD: in skipUntilRecordOrBlock()