Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DEHPersonalities.cpp132 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp749 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction() local
759 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
769 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp222 Value *ParentPad) { in getEHPadFromPredecessor()
533 const Value *ParentPad; in calculateClrEHStateNumbers() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGException.cpp955 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local
999 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local
1584 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
H A DCGCleanup.cpp1024 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp1232 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1244 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
1266 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
1314 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init()
1331 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
1340 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
H A DVerifier.cpp4244 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local
4426 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
H A DCore.cpp3165 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad()
3172 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad()
3187 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1841 Value *ParentPad = CPI->getParentPad(); in handleLongjmpableCallsForWasmSjLj() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp745 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
H A DInlineFunction.cpp716 if (auto *ParentPad = in HandleInlinedEHPad() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5330 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
5371 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6848 Value *ParentPad; in parseCatchSwitch() local
6919 Value *ParentPad = nullptr; in parseCleanupPad() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1782 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local