| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | EHPersonalities.cpp | 159 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local 160 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
|
| H A D | Instruction.cpp | 773 case CatchRet: return "catchret"; in getOpcodeName() 1013 case Instruction::CatchRet: in mayReadFromMemory() 1033 case Instruction::CatchRet: in mayWriteToMemory()
|
| H A D | Instructions.cpp | 1066 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 1074 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1008 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local 1009 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks() 1010 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks() 1012 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks() 1013 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks() 1381 if (auto *CatchRet = in replaceUseWithLoad() local 1404 CatchRet->removeFromParent(); in replaceUseWithLoad() 1405 CatchRet->insertInto(IncomingBlock, IncomingBlock->end()); in replaceUseWithLoad() 1408 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
|
| H A D | TargetLoweringBase.cpp | 1856 case CatchRet: return 0; in InstructionOpcodeToISD()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 83 DEF_INSTR(CatchRet, OP(CatchRet), CatchReturnInst)
|
| H A D | Instruction.h | 1626 : SingleLLVMInstructionImpl(ClassID::CatchRet, Opcode::CatchRet, CRI, in CatchReturnInst() 1643 return From->getSubclassID() == ClassID::CatchRet; in classof()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 390 case Instruction::CatchRet: 845 case Instruction::CatchRet:
|
| H A D | Instruction.def | 135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
| H A D | Instructions.h | 4383 return (I->getOpcode() == Instruction::CatchRet);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasAnalysis.cpp | 507 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument 585 case Instruction::CatchRet: in getModRefInfo()
|
| H A D | ValueTracking.cpp | 7033 case Instruction::CatchRet: in isSafeToSpeculativelyExecuteWithOpcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 178 case Instruction::Opcode::CatchRet: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 311 MachineInstr *CatchRet) const;
|
| H A D | X86FrameLowering.cpp | 3104 MachineInstr *CatchRet) const { in emitCatchRetReturnValue() 3109 const DebugLoc &DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue() 3110 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 959 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Context.cpp | 171 case llvm::Instruction::CatchRet: { in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1104 case Instruction::CatchRet: in hasResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3319 case Instruction::CatchRet: { in writeInstruction()
|