Searched refs:CatchRet (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | EHPersonalities.cpp | 124 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local 125 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
|
| H A D | AliasAnalysis.cpp | 488 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument
|
| H A D | ValueTracking.cpp | 3918 case Instruction::CatchRet: in isSafeToSpeculativelyExecute()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 815 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local 816 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks() 817 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks() 819 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks() 820 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks() 1182 if (auto *CatchRet = in replaceUseWithLoad() local 1205 CatchRet->removeFromParent(); in replaceUseWithLoad() 1206 IncomingBlock->getInstList().push_back(CatchRet); in replaceUseWithLoad() 1209 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
|
| H A D | TargetLoweringBase.cpp | 1453 case CatchRet: return 0; in InstructionOpcodeToISD()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 196 case Instruction::CatchRet: 549 case Instruction::CatchRet:
|
| H A D | Instruction.def | 136 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
| H A D | Instructions.h | 4237 return (I->getOpcode() == Instruction::CatchRet);
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Instruction.cpp | 302 case CatchRet: return "catchret"; in getOpcodeName() 516 case Instruction::CatchRet: in mayReadFromMemory() 536 case Instruction::CatchRet: in mayWriteToMemory()
|
| H A D | Instructions.cpp | 821 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 829 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 837 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 216 MachineInstr *CatchRet) const;
|
| H A D | X86FrameLowering.cpp | 2096 MachineInstr *CatchRet) const { in emitCatchRetReturnValue() 2101 DebugLoc DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue() 2102 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | AliasAnalysis.h | 624 case Instruction::CatchRet: in getModRefInfo()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 878 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2744 case Instruction::CatchRet: { in writeInstruction()
|