Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp180 if (WebAssembly::isCatch(MI.getOpcode())) in hoistCatches()
215 !WebAssembly::isCatch(InsertPos->getOpcode())) { in addCatchAlls()
343 WebAssembly::isCatch(InsertPos->getOpcode()) && in restoreStackPointer()
H A DWebAssemblyUtilities.cpp157 if (Pos != EHPad->end() && WebAssembly::isCatch(Pos->getOpcode())) in findCatch()
H A DWebAssemblyCFGStackify.cpp901 if (WebAssembly::isCatch(I->getOpcode())) { in addTryDelegate()
1102 else if (WebAssembly::isCatch(MI.getOpcode())) in fixCallUnwindMismatches()
1207 else if (WebAssembly::isCatch(MI.getOpcode())) in fixCallUnwindMismatches()
1305 else if (WebAssembly::isCatch(MI.getOpcode())) { in fixCatchUnwindMismatches()
H A DWebAssemblyRegStackify.cpp364 if (WebAssembly::isCatch(DefI->getOpcode())) in isSafeToMove()
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1214 if (LPI->isCatch(I)) in runEHOnFunction()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h471 inline bool isCatch(unsigned Opc) { in isCatch() function
/src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1084 if (LP->isCatch(I) && isa<ConstantPointerNull>(Clause)) in canUnwindPastLandingPad()
H A DAsmWriter.cpp4348 if (LPI->isCatch(i)) in printInstruction()
H A DVerifier.cpp4485 if (LPI.isCatch(i)) { in visitLandingPadInst()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp808 if (LPI->isCatch(I - 1)) { in addLandingPad()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp282 if (LPI->isCatch(I)) { in LandingPadHasOnlyCXXUses()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2423 if (LP.isCatch(I)) in writeInstruction()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2802 bool isCatch(unsigned Idx) const {
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4131 if (LI.isCatch(i)) { in visitLandingPadInst()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3260 if (LP.isCatch(I)) in writeInstruction()