Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp148 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local
149 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
H A DInstruction.cpp619 case CatchRet: return "catchret"; in getOpcodeName()
846 case Instruction::CatchRet: in mayReadFromMemory()
866 case Instruction::CatchRet: in mayWriteToMemory()
H A DInstructions.cpp1057 : 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 DWinEHPrepare.cpp977 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 DTargetLoweringBase.cpp1848 case CatchRet: return 0; in InstructionOpcodeToISD()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h312 case Instruction::CatchRet:
756 case Instruction::CatchRet:
H A DInstruction.def135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
H A DInstructions.h4651 return (I->getOpcode() == Instruction::CatchRet);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h269 MachineInstr *CatchRet) const;
H A DX86FrameLowering.cpp2985 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 DAliasAnalysis.cpp553 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument
631 case Instruction::CatchRet: in getModRefInfo()
H A DValueTracking.cpp6247 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp898 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1225 case Instruction::CatchRet: in hasResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3067 case Instruction::CatchRet: { in writeInstruction()