/external/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 26 class CatchReturnInst; variable
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 794 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/ |
D | WinEHPrepare.cpp | 831 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/ |
D | WinEHPrepare.cpp | 809 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/ |
D | EHPersonalities.cpp | 97 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 127 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets()
|
D | AliasAnalysis.cpp | 574 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/ |
D | EHPersonalities.cpp | 123 if (auto *CatchRet = dyn_cast<CatchReturnInst>(Terminator)) { in colorEHFunclets()
|
D | AliasAnalysis.cpp | 556 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo() 562 ModRefInfo AAResults::getModRefInfo(const CatchReturnInst *CatchRet, in getModRefInfo()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 447 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/ |
D | AliasAnalysis.h | 657 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/ |
D | AliasAnalysis.h | 605 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/ |
D | Instructions.cpp | 943 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/ |
D | Instructions.cpp | 960 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/ |
D | Instructions.h | 4208 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 …]
|
D | InstVisitor.h | 173 RetTy visitCatchReturnInst(CatchReturnInst &I) { DELEGATE(TerminatorInst); } in visitCatchReturnInst()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 4481 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 …]
|
D | InstVisitor.h | 246 RetTy visitCatchReturnInst(CatchReturnInst &I) { in visitCatchReturnInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 4487 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/ |
D | Instructions.cpp | 1040 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/ |
D | SelectionDAGBuilder.h | 49 class CatchReturnInst; variable 649 void visitCatchRet(const CatchReturnInst &I);
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 562 if (isa<CatchReturnInst>(PredBB->getTerminator())) in getPredState() 586 if (isa<CatchReturnInst>(BB->getTerminator())) in getSuccState()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 566 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/ |
D | X86WinEHState.cpp | 566 if (isa<CatchReturnInst>(PredBB->getTerminator())) in getPredState() 590 if (isa<CatchReturnInst>(BB->getTerminator())) in getSuccState()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 118 HANDLE_TERM_INST ( 9, CatchRet , CatchReturnInst)
|