Home
last modified time | relevance | path

Searched defs:LandingPad (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp661 MachineFunction::getOrCreateLandingPadInfo(MachineBasicBlock *LandingPad) { in getOrCreateLandingPadInfo()
673 void MachineFunction::addInvoke(MachineBasicBlock *LandingPad, in addInvoke()
680 MCSymbol *MachineFunction::addLandingPad(MachineBasicBlock *LandingPad) { in addLandingPad()
727 void MachineFunction::addCatchTypeInfo(MachineBasicBlock *LandingPad, in addCatchTypeInfo()
734 void MachineFunction::addFilterTypeInfo(MachineBasicBlock *LandingPad, in addFilterTypeInfo()
746 LandingPadInfo &LandingPad = LandingPads[i]; in tidyLandingPads() local
789 void MachineFunction::addCleanup(MachineBasicBlock *LandingPad) { in addCleanup()
794 void MachineFunction::addSEHCatchHandler(MachineBasicBlock *LandingPad, in addSEHCatchHandler()
804 void MachineFunction::addSEHCleanupHandler(MachineBasicBlock *LandingPad, in addSEHCleanupHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp207 const LandingPadInfo *LandingPad = LandingPads[i]; in computePadMap() local
263 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in computeCallSiteTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h423 LandingPadInst *LandingPad = StatepointInvoke->getLandingPadInst(); in getRelocates() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp889 LandingPadInst *LandingPad = nullptr; in rewritePHIs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3202 unsigned LLVMGetNumClauses(LLVMValueRef LandingPad) { in LLVMGetNumClauses()
3206 LLVMValueRef LLVMGetClause(LLVMValueRef LandingPad, unsigned Idx) { in LLVMGetClause()
3210 void LLVMAddClause(LLVMValueRef LandingPad, LLVMValueRef ClauseVal) { in LLVMAddClause()
3215 LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad) { in LLVMIsCleanup()
3219 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup()
DVerifier.cpp4506 if (LandingPadInst *LandingPad = in visitIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3903 auto *LandingPad = dyn_cast<LandingPadInst>(IncomingBB->getFirstNonPHI()); in SimplifyCommonResume() local