Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodeEnums.h45 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
H A DBitstreamReader.h427 if (Code == bitc::END_BLOCK) {
521 // [END_BLOCK, <align4bytes>] in ReadBlockEnd()
H A DBitstreamWriter.h396 EmitCode(bitc::END_BLOCK); in ExitBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp330 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 DWebAssemblyInstrControl.td81 // 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 Dtrees.c50 #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 DSerializedDiagnosticReader.cpp140 case llvm::bitc::END_BLOCK: in skipUntilRecordOrBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp148 case WebAssembly::END_BLOCK: in printInst()
H A DWebAssemblyMCTargetDesc.h455 case WebAssembly::END_BLOCK: in isMarker()