/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseTypesTest.cpp | 32 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_NUMENTRY, 2, Terminator, 33 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_INTEGER, 32, Terminator, 34 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_FLOAT, Terminator, 63 naclbitc::UNABBREV_RECORD, naclbitc::TYPE_CODE_FLOAT, in TEST() 78 CountRecordIndex, NaClMungedBitcode::Replace, naclbitc::UNABBREV_RECORD, in TEST()
|
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 408 if (AbbrevID != bitc::UNABBREV_RECORD) in ParseBlock() 423 if (AbbrevID != bitc::UNABBREV_RECORD) in ParseBlock() 436 if (AbbrevID != bitc::UNABBREV_RECORD) in ParseBlock()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 315 GetEntryID() != naclbitc::UNABBREV_RECORD; in UsedAnAbbreviation() 322 ? GetEntryID() : static_cast<unsigned>(naclbitc::UNABBREV_RECORD); in GetAbbreviationIndex()
|
D | NaClBitCodes.h | 55 UNABBREV_RECORD = 3, enumerator
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 103 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord() 179 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 57 UNABBREV_RECORD = 3, enumerator
|
D | BitstreamWriter.h | 416 EmitCode(bitc::UNABBREV_RECORD);
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 50 UNABBREV_RECORD = 3, enumerator
|
D | BitstreamWriter.h | 420 EmitCode(bitc::UNABBREV_RECORD);
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
D | BitCodes.h | 48 UNABBREV_RECORD = 3, enumerator
|
D | BitstreamWriter.h | 398 EmitCode(bitc::UNABBREV_RECORD);
|
D | BitstreamReader.h | 484 if (AbbrevID == bitc::UNABBREV_RECORD) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 98 if (AbbrevID == bitc::UNABBREV_RECORD) { in skipRecord() 182 if (AbbrevID == bitc::UNABBREV_RECORD) { in readRecord()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitstreamReader.cpp | 114 if (AbbrevID == naclbitc::UNABBREV_RECORD) { in skipRecord() 204 if (AbbrevID == naclbitc::UNABBREV_RECORD) { in readRecord()
|
D | NaClBitcodeParser.cpp | 54 Parser->Record.Entry.ID = naclbitc::UNABBREV_RECORD; in SetBID()
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 97 case llvm::bitc::UNABBREV_RECORD: in skipUntilRecordOrBlock()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 157 * 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/ |
D | llvm-bcanalyzer.cpp | 581 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock() 599 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 614 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock() 629 if (Entry.ID != bitc::UNABBREV_RECORD) { in ParseBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BitCodeFormat.rst | 159 * 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
|