Home
last modified time | relevance | path

Searched refs:CatchReturnInst (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h26 class CatchReturnInst; variable
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp794 SmallVector<CatchReturnInst *, 2> FixupCatchrets; in cloneCommonBlocks()
801 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks()
805 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()
816 dyn_cast<CatchReturnInst>(IncomingBlock->getTerminator())) { in cloneCommonBlocks()
981 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions()
1177 dyn_cast<CatchReturnInst>(IncomingBlock->getTerminator())) { in replaceUseWithLoad()
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp831 SmallVector<CatchReturnInst *, 2> FixupCatchrets; in cloneCommonBlocks()
838 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks()
842 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()
853 dyn_cast<CatchReturnInst>(IncomingBlock->getTerminator())) { in cloneCommonBlocks()
1008 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions()
1207 dyn_cast<CatchReturnInst>(IncomingBlock->getTerminator())) { in replaceUseWithLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp809 SmallVector<CatchReturnInst *, 2> FixupCatchrets; in cloneCommonBlocks()
816 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Pred->getTerminator())) in cloneCommonBlocks()
820 for (CatchReturnInst *CatchRet : FixupCatchrets) in cloneCommonBlocks()
831 dyn_cast<CatchReturnInst>(IncomingBlock->getTerminator())) { in cloneCommonBlocks()
986 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions()
1185 dyn_cast<CatchReturnInst>(IncomingBlock->getTerminator())) { in replaceUseWithLoad()
/external/llvm/lib/Analysis/
DEHPersonalities.cpp97 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets()
/external/llvm-project/llvm/lib/Analysis/
DEHPersonalities.cpp127 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets()
DAliasAnalysis.cpp574 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo()
580 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DEHPersonalities.cpp123 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets()
DAliasAnalysis.cpp556 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo()
562 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h447 ModRefInfo getModRefInfo(const CatchReturnInst *I, const MemoryLocation &Loc);
450 ModRefInfo getModRefInfo(const CatchReturnInst *I, const Value *P, in getModRefInfo()
498 return getModRefInfo((const CatchReturnInst *)I, Loc); in getModRefInfo()
/external/llvm-project/llvm/include/llvm/Analysis/
DAliasAnalysis.h657 ModRefInfo getModRefInfo(const CatchReturnInst *I, const MemoryLocation &Loc);
660 ModRefInfo getModRefInfo(const CatchReturnInst *I, const Value *P, in getModRefInfo()
766 ModRefInfo getModRefInfo(const CatchReturnInst *I, const MemoryLocation &Loc,
799 return getModRefInfo((const CatchReturnInst *)I, Loc, AAQIP); in getModRefInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h605 ModRefInfo getModRefInfo(const CatchReturnInst *I, const MemoryLocation &Loc);
608 ModRefInfo getModRefInfo(const CatchReturnInst *I, const Value *P, in getModRefInfo()
717 ModRefInfo getModRefInfo(const CatchReturnInst *I, const MemoryLocation &Loc,
750 return getModRefInfo((const CatchReturnInst *)I, Loc, AAQIP); in getModRefInfo()
/external/llvm/lib/IR/
DInstructions.cpp943 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) { in init()
948 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst() function in CatchReturnInst
950 OperandTraits<CatchReturnInst>::op_begin(this), 2) { in CatchReturnInst()
955 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst() function in CatchReturnInst
958 OperandTraits<CatchReturnInst>::op_begin(this), 2, in CatchReturnInst()
963 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst() function in CatchReturnInst
966 OperandTraits<CatchReturnInst>::op_begin(this), 2, in CatchReturnInst()
971 BasicBlock *CatchReturnInst::getSuccessorV(unsigned Idx) const { in getSuccessorV()
975 unsigned CatchReturnInst::getNumSuccessorsV() const { in getNumSuccessorsV()
978 void CatchReturnInst::setSuccessorV(unsigned Idx, BasicBlock *B) { in setSuccessorV()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp960 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) { in init()
965 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst() function in CatchReturnInst
967 OperandTraits<CatchReturnInst>::op_begin(this), 2) { in CatchReturnInst()
972 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst() function in CatchReturnInst
975 OperandTraits<CatchReturnInst>::op_begin(this), 2, in CatchReturnInst()
980 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst() function in CatchReturnInst
983 OperandTraits<CatchReturnInst>::op_begin(this), 2, in CatchReturnInst()
4302 CatchReturnInst *CatchReturnInst::cloneImpl() const { in cloneImpl()
4303 return new (getNumOperands()) CatchReturnInst(*this); in cloneImpl()
/external/llvm/include/llvm/IR/
DInstructions.h4208 class CatchReturnInst : public TerminatorInst {
4209 CatchReturnInst(const CatchReturnInst &RI);
4212 CatchReturnInst(Value *CatchPad, BasicBlock *BB, Instruction *InsertBefore);
4213 CatchReturnInst(Value *CatchPad, BasicBlock *BB, BasicBlock *InsertAtEnd);
4218 CatchReturnInst *cloneImpl() const;
4221 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB,
4225 return new (2) CatchReturnInst(CatchPad, BB, InsertBefore);
4227 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB,
4231 return new (2) CatchReturnInst(CatchPad, BB, InsertAtEnd);
4272 struct OperandTraits<CatchReturnInst>
[all …]
DInstVisitor.h173 RetTy visitCatchReturnInst(CatchReturnInst &I) { DELEGATE(TerminatorInst); } in visitCatchReturnInst()
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h4481 class CatchReturnInst : public Instruction {
4482 CatchReturnInst(const CatchReturnInst &RI);
4483 CatchReturnInst(Value *CatchPad, BasicBlock *BB, Instruction *InsertBefore);
4484 CatchReturnInst(Value *CatchPad, BasicBlock *BB, BasicBlock *InsertAtEnd);
4492 CatchReturnInst *cloneImpl() const;
4495 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB,
4499 return new (2) CatchReturnInst(CatchPad, BB, InsertBefore);
4502 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB,
4506 return new (2) CatchReturnInst(CatchPad, BB, InsertAtEnd);
4553 struct OperandTraits<CatchReturnInst>
[all …]
DInstVisitor.h246 RetTy visitCatchReturnInst(CatchReturnInst &I) { in visitCatchReturnInst()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h4487 class CatchReturnInst : public Instruction {
4488 CatchReturnInst(const CatchReturnInst &RI);
4489 CatchReturnInst(Value *CatchPad, BasicBlock *BB, Instruction *InsertBefore);
4490 CatchReturnInst(Value *CatchPad, BasicBlock *BB, BasicBlock *InsertAtEnd);
4498 CatchReturnInst *cloneImpl() const;
4501 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB,
4505 return new (2) CatchReturnInst(CatchPad, BB, InsertBefore);
4508 static CatchReturnInst *Create(Value *CatchPad, BasicBlock *BB,
4512 return new (2) CatchReturnInst(CatchPad, BB, InsertAtEnd);
4559 struct OperandTraits<CatchReturnInst>
[all …]
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp1040 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) { in init()
1045 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst() function in CatchReturnInst
1047 OperandTraits<CatchReturnInst>::op_begin(this), 2) { in CatchReturnInst()
1052 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst() function in CatchReturnInst
1055 OperandTraits<CatchReturnInst>::op_begin(this), 2, in CatchReturnInst()
1060 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, in CatchReturnInst() function in CatchReturnInst
1063 OperandTraits<CatchReturnInst>::op_begin(this), 2, in CatchReturnInst()
4497 CatchReturnInst *CatchReturnInst::cloneImpl() const { in cloneImpl()
4498 return new (getNumOperands()) CatchReturnInst(*this); in cloneImpl()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h49 class CatchReturnInst; variable
649 void visitCatchRet(const CatchReturnInst &I);
/external/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp562 if (isa<CatchReturnInst>(PredBB->getTerminator())) in getPredState()
586 if (isa<CatchReturnInst>(BB->getTerminator())) in getSuccState()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp566 if (isa<CatchReturnInst>(PredBB->getTerminator())) in getPredState()
590 if (isa<CatchReturnInst>(BB->getTerminator())) in getSuccState()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp566 if (isa<CatchReturnInst>(PredBB->getTerminator())) in getPredState()
590 if (isa<CatchReturnInst>(BB->getTerminator())) in getSuccState()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def118 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)

123