Home
last modified time | relevance | path

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/
DWinEHPrepare.cpp816 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()
DTargetLoweringBase.cpp1590 case CatchRet: return 0; in InstructionOpcodeToISD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DEHPersonalities.cpp123 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets() local
124 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets()
DAliasAnalysis.cpp556 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
DValueTracking.cpp4134 case Instruction::CatchRet: in isSafeToSpeculativelyExecute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h198 case Instruction::CatchRet:
569 case Instruction::CatchRet:
DInstruction.def135 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
DInstructions.h4540 return (I->getOpcode() == Instruction::CatchRet);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp303 case CatchRet: return "catchret"; in getOpcodeName()
523 case Instruction::CatchRet: in mayReadFromMemory()
543 case Instruction::CatchRet: in mayWriteToMemory()
DInstructions.cpp966 : 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/
DX86FrameLowering.h221 MachineInstr *CatchRet) const;
DX86FrameLowering.cpp2136 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/
DInstruction.h437 case Instruction::CatchRet: in isFenceLike()
DInstruction.def118 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h749 case Instruction::CatchRet: in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp893 INSTKEYWORD(catchret, CatchRet); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2798 case Instruction::CatchRet: { in writeInstruction()