Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp135 while (InsertPos->getOpcode() == WebAssembly::END_BLOCK || in PlaceBlockMarker()
145 std::prev(InsertPos)->getOpcode() != WebAssembly::END_BLOCK && in PlaceBlockMarker()
163 TII.get(WebAssembly::END_BLOCK)); in PlaceBlockMarker()
268 if (MI.getOpcode() == WebAssembly::END_BLOCK) { in FixEndsAtEndOfFunction()
332 case WebAssembly::END_BLOCK: in PlaceMarkers()
DWebAssemblyInstrControl.td87 // END_BLOCK, END_LOOP, and END_FUNCTION are represented with the same opcode in
89 defm END_BLOCK : NRI<(outs), (ins), [], "end_block", 0x0b>;
DWebAssemblyUtilities.cpp141 case WebAssembly::END_BLOCK: in isMarker()
/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/u-boot/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitCodes.h45 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
DBitstreamReader.h376 if (Code == bitc::END_BLOCK) {
DBitstreamWriter.h235 EmitCode(bitc::END_BLOCK); in ExitBlock()
/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/python/cpython2/Modules/zlib/
Dtrees.c50 #define END_BLOCK 256 macro
417 s->dyn_ltree[END_BLOCK].Freq = 1;
900 send_code(s, END_BLOCK, static_ltree);
1108 send_code(s, END_BLOCK, ltree);
/external/zlib/src/
Dtrees.c50 #define END_BLOCK 256 macro
417 s->dyn_ltree[END_BLOCK].Freq = 1;
900 send_code(s, END_BLOCK, static_ltree);
1108 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp89 case WebAssembly::END_BLOCK: in printInst()
/external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp375 case bitc::END_BLOCK: { in ParseBlock()

12