Searched refs:CatchRet (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/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 | 597 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument 600 return getModRefInfo(CatchRet, Loc, AAQIP); in getModRefInfo() 603 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument 703 case Instruction::CatchRet: in getModRefInfo()
|
| H A D | ValueTracking.cpp | 4792 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
|
| /llvm-project-15.0.7/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() 1194 if (auto *CatchRet = in replaceUseWithLoad() local 1217 CatchRet->removeFromParent(); in replaceUseWithLoad() 1218 IncomingBlock->getInstList().push_back(CatchRet); in replaceUseWithLoad() 1221 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
|
| H A D | TargetLoweringBase.cpp | 1783 case CatchRet: return 0; in InstructionOpcodeToISD()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 231 case Instruction::CatchRet: 614 case Instruction::CatchRet:
|
| H A D | Instruction.def | 135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
| H A D | Instructions.h | 4602 return (I->getOpcode() == Instruction::CatchRet);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 358 case CatchRet: return "catchret"; in getOpcodeName() 585 case Instruction::CatchRet: in mayReadFromMemory() 605 case Instruction::CatchRet: in mayWriteToMemory()
|
| H A D | Instructions.cpp | 1103 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 1111 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 1119 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 266 MachineInstr *CatchRet) const;
|
| H A D | X86FrameLowering.cpp | 2755 MachineInstr *CatchRet) const { in emitCatchRetReturnValue() 2760 const DebugLoc &DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue() 2761 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 865 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 247 | CatchRet Constructor
|
| H A D | llvm.mli | 271 | CatchRet Constructor
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 881 case Instruction::CatchRet: in hasResult()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2970 case Instruction::CatchRet: { in writeInstruction()
|