Searched refs:CatchRet (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | EHPersonalities.cpp | 148 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local 149 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
|
| H A D | Instruction.cpp | 619 case CatchRet: return "catchret"; in getOpcodeName() 846 case Instruction::CatchRet: in mayReadFromMemory() 866 case Instruction::CatchRet: in mayWriteToMemory()
|
| H A D | Instructions.cpp | 1057 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 1065 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 1073 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 977 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local 978 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks() 979 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks() 981 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks() 982 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks() 1336 if (auto *CatchRet = in replaceUseWithLoad() local 1359 CatchRet->removeFromParent(); in replaceUseWithLoad() 1360 CatchRet->insertInto(IncomingBlock, IncomingBlock->end()); in replaceUseWithLoad() 1363 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
|
| H A D | TargetLoweringBase.cpp | 1848 case CatchRet: return 0; in InstructionOpcodeToISD()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 312 case Instruction::CatchRet: 756 case Instruction::CatchRet:
|
| H A D | Instruction.def | 135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
| H A D | Instructions.h | 4651 return (I->getOpcode() == Instruction::CatchRet);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 269 MachineInstr *CatchRet) const;
|
| H A D | X86FrameLowering.cpp | 2985 MachineInstr *CatchRet) const { in emitCatchRetReturnValue() 2990 const DebugLoc &DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue() 2991 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| 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 | 6247 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 898 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1225 case Instruction::CatchRet: in hasResult()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3067 case Instruction::CatchRet: { in writeInstruction()
|