Searched refs:CatchRet (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 816 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks() local 817 if (CatchRet->getCatchSwitchParentPad() == FuncletToken) in cloneCommonBlocks() 818 FixupCatchrets.push_back(CatchRet); in cloneCommonBlocks() 820 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks() 821 CatchRet->setSuccessor(NewBlock); in cloneCommonBlocks() 1184 if (auto *CatchRet = in replaceUseWithLoad() local 1207 CatchRet->removeFromParent(); in replaceUseWithLoad() 1208 IncomingBlock->getInstList().push_back(CatchRet); in replaceUseWithLoad() 1211 CatchRet->setSuccessor(NewBlock); in replaceUseWithLoad()
|
D | TargetLoweringBase.cpp | 1590 case CatchRet: return 0; in InstructionOpcodeToISD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 123 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local 124 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
|
D | AliasAnalysis.cpp | 556 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument 559 return getModRefInfo(CatchRet, Loc, AAQIP); in getModRefInfo() 562 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() argument
|
D | ValueTracking.cpp | 4134 case Instruction::CatchRet: in isSafeToSpeculativelyExecute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 198 case Instruction::CatchRet: 569 case Instruction::CatchRet:
|
D | Instruction.def | 135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
D | Instructions.h | 4540 return (I->getOpcode() == Instruction::CatchRet);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 303 case CatchRet: return "catchret"; in getOpcodeName() 523 case Instruction::CatchRet: in mayReadFromMemory() 543 case Instruction::CatchRet: in mayWriteToMemory()
|
D | Instructions.cpp | 966 : Instruction(Type::getVoidTy(CRI.getContext()), Instruction::CatchRet, in CatchReturnInst() 974 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst() 982 : Instruction(Type::getVoidTy(BB->getContext()), Instruction::CatchRet, in CatchReturnInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 221 MachineInstr *CatchRet) const;
|
D | X86FrameLowering.cpp | 2136 MachineInstr *CatchRet) const { in emitCatchRetReturnValue() 2141 DebugLoc DL = CatchRet->getDebugLoc(); in emitCatchRetReturnValue() 2142 MachineBasicBlock *CatchRetTarget = CatchRet->getOperand(0).getMBB(); in emitCatchRetReturnValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 437 case Instruction::CatchRet: in isFenceLike()
|
D | Instruction.def | 118 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 749 case Instruction::CatchRet: in getModRefInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 893 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2798 case Instruction::CatchRet: { in writeInstruction()
|