Searched refs:CatchRet (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | EHPersonalities.cpp | 131 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local 132 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
|
| H A D | AliasAnalysis.cpp | 553 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument 631 case Instruction::CatchRet: in getModRefInfo()
|
| H A D | ValueTracking.cpp | 4902 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 829 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 D | TargetLoweringBase.cpp | 1803 case CatchRet: return 0; in InstructionOpcodeToISD()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 242 case Instruction::CatchRet: 652 case Instruction::CatchRet:
|
| H A D | Instruction.def | 135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
| H A D | Instructions.h | 4637 return (I->getOpcode() == Instruction::CatchRet);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instruction.cpp | 408 case CatchRet: return "catchret"; in getOpcodeName() 635 case Instruction::CatchRet: in mayReadFromMemory() 655 case Instruction::CatchRet: in mayWriteToMemory()
|
| H A D | Instructions.cpp | 1206 : 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 D | X86FrameLowering.h | 274 MachineInstr *CatchRet) const;
|
| H A D | X86FrameLowering.cpp | 2840 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 D | LLLexer.cpp | 883 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 870 case Instruction::CatchRet: in hasResult()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 247 | CatchRet Constructor
|
| H A D | llvm.mli | 271 | CatchRet Constructor
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3018 case Instruction::CatchRet: { in writeInstruction()
|