Home
last modified time | relevance | path

Searched refs:END_BLOCK (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/
DIceParseTypesTest.cpp35 naclbitc::END_BLOCK, naclbitc::BLK_CODE_EXIT, Terminator,
36 naclbitc::END_BLOCK, naclbitc::BLK_CODE_EXIT, Terminator};
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp65 Parser->Record.Entry.ID = naclbitc::END_BLOCK; in EndBlockInfoBlock()
66 Parser->Record.Data.Code = naclbitc::END_BLOCK; in EndBlockInfoBlock()
/external/syslinux/com32/lib/zlib/
Dtrees.c50 #define END_BLOCK 256 macro
425 s->dyn_ltree[END_BLOCK].Freq = 1;
900 send_code(s, END_BLOCK, static_ltree);
912 send_code(s, END_BLOCK, static_ltree);
1120 send_code(s, END_BLOCK, ltree);
1121 s->last_eob_len = ltree[END_BLOCK].Len;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp374 prev(InsertPos)->getOpcode() != WebAssembly::END_BLOCK && in PlaceBlockMarker()
387 BuildMI(MBB, InsertPos, DebugLoc(), TII.get(WebAssembly::END_BLOCK)); in PlaceBlockMarker()
490 case WebAssembly::END_BLOCK: in PlaceMarkers()
DWebAssemblyInstrControl.td67 def END_BLOCK : I<(outs), (ins), [], "end_block">;
/external/llvm/include/llvm/Bitcode/
DBitCodes.h38 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
DBitstreamReader.h476 if (Code == bitc::END_BLOCK) {
DBitstreamWriter.h239 EmitCode(bitc::END_BLOCK); in ExitBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h36 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
DBitstreamWriter.h238 EmitCode(bitc::END_BLOCK); in ExitBlock()
DBitstreamReader.h590 if (Code == bitc::END_BLOCK) in ReadBlockInfoBlock()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp433 if (Code == bitc::END_BLOCK) { in ParseAttributeBlock()
540 if (Code == bitc::END_BLOCK) { in ParseTypeTableBody()
755 if (Code == bitc::END_BLOCK) { in ParseOldTypeTable()
931 if (Code == bitc::END_BLOCK) { in ParseOldTypeSymbolTable()
982 if (Code == bitc::END_BLOCK) { in ParseValueSymbolTable()
1043 if (Code == bitc::END_BLOCK) { in ParseMetadata()
1208 if (Code == bitc::END_BLOCK) in ParseConstants()
1552 if (Code == bitc::END_BLOCK) { in ParseModule()
1908 if (Code == bitc::END_BLOCK) { in ParseModuleTriple()
2013 if (Code == bitc::END_BLOCK) { in ParseMetadataAttachment()
[all …]
/external/zlib/src/
Dtrees.c50 #define END_BLOCK 256 macro
419 s->dyn_ltree[END_BLOCK].Freq = 1;
896 send_code(s, END_BLOCK, static_ltree);
1104 send_code(s, END_BLOCK, ltree);
/external/pdfium/third_party/zlib_v128/
Dtrees.c50 #define END_BLOCK 256 macro
419 s->dyn_ltree[END_BLOCK].Freq = 1; in init_block()
896 send_code(s, END_BLOCK, static_ltree); in _tr_align()
1104 send_code(s, END_BLOCK, ltree);
/external/python/cpython2/Modules/zlib/
Dtrees.c50 #define END_BLOCK 256 macro
419 s->dyn_ltree[END_BLOCK].Freq = 1;
896 send_code(s, END_BLOCK, static_ltree);
1104 send_code(s, END_BLOCK, ltree);
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp87 case WebAssembly::END_BLOCK: in printInst()
/external/clang/lib/Frontend/
DSerializedDiagnosticReader.cpp88 case llvm::bitc::END_BLOCK: in skipUntilRecordOrBlock()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h43 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
DNaClBitstreamReader.h582 if (Code == naclbitc::END_BLOCK) { in advance()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp375 case bitc::END_BLOCK: { in ParseBlock()
/external/llvm/docs/
DBitCodeFormat.rst150 * 0 - `END_BLOCK`_ --- This abbrev ID marks the end of the current block.
215 END_BLOCK Encoding
218 ``[END_BLOCK, <align32bits>]``
220 The ``END_BLOCK`` abbreviation ID specifies the end of the current block record.