| /external/llvm/lib/CodeGen/ | 
| D | WinEHPrepare.cpp | 183     else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))  in calculateStateNumbersForInvokes()  local239       auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI());  in calculateCXXStateNumbers()  local
 253     for (const auto *CatchPad : Handlers) {  in calculateCXXStateNumbers()  local
 342     const auto *CatchPad =  in calculateSEHStateNumbers()  local
 935     auto *CatchPad = dyn_cast_or_null<CatchPadInst>(FuncletPad);  in removeImplausibleInstructions()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | WinEHPrepare.cpp | 193     else if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))  in calculateStateNumbersForInvokes()  local249       auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI());  in calculateCXXStateNumbers()  local
 263     for (const auto *CatchPad : Handlers) {  in calculateCXXStateNumbers()  local
 353     const auto *CatchPad =  in calculateSEHStateNumbers()  local
 940     auto *CatchPad = dyn_cast_or_null<CatchPadInst>(FuncletPad);  in removeImplausibleInstructions()  local
 
 | 
| D | WasmEHPrepare.cpp | 362     if (const auto *CatchPad = dyn_cast<CatchPadInst>(Pad)) {  in calculateWasmEHInfo()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | AliasAnalysis.cpp | 536 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad,  in getModRefInfo()542 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad,  in getModRefInfo()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | InlineFunction.cpp | 254           auto *CatchPad = cast<CatchPadInst>(HandlerBlock->getFirstNonPHI());  in getUnwindDestTokenHelper()  local488         auto *CatchPad = HandlerBlock->getFirstNonPHI();  in getUnwindDestToken()  local
 562       if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))  in HandleCallsInBlockInlinedThroughInvoke()  local
 
 | 
| D | Local.cpp | 2174         auto *CatchPad = cast<CatchPadInst>(HandlerBB->getFirstNonPHI());  in markAliveBlocks()  local
 | 
| /external/llvm/lib/Analysis/ | 
| D | AliasAnalysis.cpp | 368 ModRefInfo AAResults::getModRefInfo(const CatchPadInst *CatchPad,  in getModRefInfo()
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | InlineFunction.cpp | 219           auto *CatchPad = cast<CatchPadInst>(HandlerBlock->getFirstNonPHI());  in getUnwindDestTokenHelper()  local456       if (auto *CatchPad = dyn_cast<CatchPadInst>(FuncletPad))  in HandleCallsInBlockInlinedThroughInvoke()  local
 
 | 
| D | Local.cpp | 1495         auto *CatchPad = cast<CatchPadInst>(HandlerBB->getFirstNonPHI());  in markAliveBlocks()  local
 | 
| /external/llvm/include/llvm/IR/ | 
| D | IRBuilder.h | 744   CatchReturnInst *CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB) {  in CreateCatchRet()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | 
| D | IRBuilder.h | 1133   CatchReturnInst *CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB) {  in CreateCatchRet()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Instructions.cpp | 960 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) {  in init()972 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB,  in CatchReturnInst()
 980 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB,  in CatchReturnInst()
 
 | 
| D | Core.cpp | 3177 LLVMValueRef LLVMBuildCatchRet(LLVMBuilderRef B, LLVMValueRef CatchPad,  in LLVMBuildCatchRet()3183 LLVMValueRef LLVMBuildCleanupRet(LLVMBuilderRef B, LLVMValueRef CatchPad,  in LLVMBuildCleanupRet()
 3238 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) {  in LLVMGetParentCatchSwitch()
 3242 void LLVMSetParentCatchSwitch(LLVMValueRef CatchPad, LLVMValueRef CatchSwitch) {  in LLVMSetParentCatchSwitch()
 
 | 
| /external/llvm/lib/IR/ | 
| D | Instructions.cpp | 943 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) {  in init()955 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB,  in CatchReturnInst()
 963 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB,  in CatchReturnInst()
 
 | 
| /external/llvm/lib/AsmParser/ | 
| D | LLParser.cpp | 5422   Value *CatchPad = nullptr;  in ParseCatchRet()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ | 
| D | BitcodeReader.cpp | 4279       Value *CatchPad =  in parseFunctionBody()  local
 | 
| /external/llvm/lib/Bitcode/Reader/ | 
| D | BitcodeReader.cpp | 4894       Value *CatchPad =  in parseFunctionBody()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ | 
| D | LLParser.cpp | 6214   Value *CatchPad = nullptr;  in ParseCatchRet()  local
 |