Home
last modified time | relevance | path

Searched refs:isCatch (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 if (WebAssembly::isCatch(MI.getOpcode())) in hoistCatches()
218 !WebAssembly::isCatch(InsertPos->getOpcode())) { in addCatchAlls()
405 WebAssembly::isCatch(InsertPos->getOpcode()) && in restoreStackPointer()
H A DWebAssemblyUtilities.cpp158 if (Pos != EHPad->end() && WebAssembly::isCatch(Pos->getOpcode())) in findCatch()
H A DWebAssemblyCFGStackify.cpp932 if (WebAssembly::isCatch(MI.getOpcode())) in placeTryTableMarker()
1230 if (WebAssembly::isCatch(I->getOpcode())) { in addNestedTryDelegate()
1444 if (WebAssembly::isCatch(I->getOpcode())) { in addNestedTryTable()
1839 else if (WebAssembly::isCatch(MI.getOpcode())) in fixCallUnwindMismatches()
1943 else if (WebAssembly::isCatch(MI.getOpcode())) in fixCallUnwindMismatches()
2148 else if (WebAssembly::isCatch(MI.getOpcode())) { in fixCatchUnwindMismatches()
H A DWebAssemblyRegStackify.cpp390 if (WebAssembly::isCatch(DefI->getOpcode())) in isSafeToMove()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1219 if (LPI->isCatch(I)) in runEHOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h502 inline bool isCatch(unsigned Opc) { in isCatch() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1159 if (LP->isCatch(I) && isa<ConstantPointerNull>(Clause)) in canUnwindPastLandingPad()
H A DAsmWriter.cpp4541 if (LPI->isCatch(i)) in printInstruction()
H A DVerifier.cpp4653 if (LPI.isCatch(i)) { in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1543 bool isCatch(unsigned Idx) const { in isCatch() function
1544 return cast<llvm::LandingPadInst>(Val)->isCatch(Idx); in isCatch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp850 if (LPI->isCatch(I - 1)) { in addLandingPad()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp282 if (LPI->isCatch(I)) { in LandingPadHasOnlyCXXUses()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2423 if (LP.isCatch(I)) in writeInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2940 bool isCatch(unsigned Idx) const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4573 if (LI.isCatch(i)) { in visitLandingPadInst()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3423 if (LP.isCatch(I)) in writeInstruction()