Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DEHPersonalities.cpp131 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local
132 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
H A DAliasAnalysis.cpp553 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument
631 case Instruction::CatchRet: in getModRefInfo()
H A DValueTracking.cpp4902 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp829 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local
830 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks()
831 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks()
833 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()
834 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks()
1191 if (auto *CatchRet = in replaceUseWithLoad() local
1214 CatchRet->removeFromParent(); in replaceUseWithLoad()
1215 CatchRet->insertInto(IncomingBlock, IncomingBlock->end()); in replaceUseWithLoad()
1218 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
H A DTargetLoweringBase.cpp1803 case CatchRet: return 0; in InstructionOpcodeToISD()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h242 case Instruction::CatchRet:
652 case Instruction::CatchRet:
H A DInstruction.def135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
H A DInstructions.h4637 return (I->getOpcode() == Instruction::CatchRet);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp408 case CatchRet: return "catchret"; in getOpcodeName()
635 case Instruction::CatchRet: in mayReadFromMemory()
655 case Instruction::CatchRet: in mayWriteToMemory()
H A DInstructions.cpp1206 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst()
1214 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
1222 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.h274 MachineInstr *CatchRet) const;
H A DX86FrameLowering.cpp2840 MachineInstr *CatchRet) const { in emitCatchRetReturnValue()
2845 const DebugLoc &DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue()
2846 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLLexer.cpp883 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h870 case Instruction::CatchRet: in hasResult()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml247 | CatchRet Constructor
H A Dllvm.mli271 | CatchRet Constructor
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3018 case Instruction::CatchRet: { in writeInstruction()