Home
last modified time | relevance | path

Searched refs:CATCH_ALL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp171 case WebAssembly::CATCH_ALL: in printInst()
177 } else if (EHInstStack.back() == CATCH_ALL) { in printInst()
189 EHInstStack.push_back(CATCH_ALL); in printInst()
H A DWebAssemblyInstPrinter.h31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; enumerator
H A DWebAssemblyMCTargetDesc.h475 case WebAssembly::CATCH_ALL: in isCatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp219 TII.get(WebAssembly::CATCH_ALL)); in addCatchAlls()
H A DWebAssemblyInstrControl.td151 defm CATCH_ALL : NRI<(outs), (ins), [], "catch_all", 0x19>;
H A DWebAssemblyCFGStackify.cpp1310 if (MI.getOpcode() == WebAssembly::CATCH_ALL) { in fixCatchUnwindMismatches()
1455 case WebAssembly::CATCH_ALL: in recalculateScopeTops()