Home
last modified time | relevance | path

Searched defs:ParentPad (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DEHPersonalities.cpp124 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp221 Value *ParentPad) { in getEHPadFromPredecessor()
511 const Value *ParentPad; in calculateClrEHStateNumbers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp992 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1004 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1026 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
1074 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init()
1091 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
1100 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
DVerifier.cpp3786 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local
3967 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
DCore.cpp3142 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad()
3150 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad()
3166 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp854 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp702 if (auto *ParentPad = in HandleInlinedEHPad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4298 Value *ParentPad = in parseFunctionBody() local
4337 Value *ParentPad = in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6234 Value *ParentPad; in ParseCatchSwitch() local
6306 Value *ParentPad = nullptr; in ParseCleanupPad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1648 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local