Searched refs:END_BLOCK (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodeEnums.h | 45 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
|
H A D | BitstreamReader.h | 427 if (Code == bitc::END_BLOCK) { 521 // [END_BLOCK, <align4bytes>] in ReadBlockEnd()
|
H A D | BitstreamWriter.h | 396 EmitCode(bitc::END_BLOCK); in ExitBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 330 if (MI.getOpcode() == WebAssembly::END_BLOCK || in placeBlockMarker() 389 TII.get(WebAssembly::END_BLOCK)); in placeBlockMarker() 546 if (MI.getOpcode() == WebAssembly::END_BLOCK || in placeTryMarker() 768 E->getOpcode() == WebAssembly::END_BLOCK && in removeUnnecessaryInstrs() 1418 if (MI.getOpcode() == WebAssembly::END_BLOCK) { in fixCatchUnwindMismatches() 1448 case WebAssembly::END_BLOCK: in recalculateScopeTops() 1506 case WebAssembly::END_BLOCK: in fixEndsAtEndOfFunction() 1648 case WebAssembly::END_BLOCK: in rewriteDepthImmediates()
|
H A D | WebAssemblyInstrControl.td | 81 // END_BLOCK, END_LOOP, END_IF and END_FUNCTION are represented with the same 83 defm END_BLOCK : NRI<(outs), (ins), [], "end_block", 0x0b>;
|
/freebsd/sys/contrib/zlib/ |
H A D | trees.c | 50 #define END_BLOCK 256 macro 447 s->dyn_ltree[END_BLOCK].Freq = 1; in init_block() 888 send_code(s, END_BLOCK, static_ltree); in _tr_align() 948 send_code(s, END_BLOCK, ltree); in compress_block()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SerializedDiagnosticReader.cpp | 140 case llvm::bitc::END_BLOCK: in skipUntilRecordOrBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 148 case WebAssembly::END_BLOCK: in printInst()
|
H A D | WebAssemblyMCTargetDesc.h | 455 case WebAssembly::END_BLOCK: in isMarker()
|