Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp149 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); colorEHFunclets() local
H A DInstructions.cpp1083 CatchSwitchInst(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues,const Twine & NameStr,Instruction * InsertBefore) CatchSwitchInst() argument
1095 CatchSwitchInst(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues,const Twine & NameStr,BasicBlock * InsertAtEnd) CatchSwitchInst() argument
1117 init(Value * ParentPad,BasicBlock * UnwindDest,unsigned NumReservedValues) init() argument
1165 init(Value * ParentPad,ArrayRef<Value * > Args,const Twine & NameStr) init() argument
1182 FuncletPadInst(Instruction::FuncletPadOps Op,Value * ParentPad,ArrayRef<Value * > Args,unsigned Values,const Twine & NameStr,Instruction * InsertBefore) FuncletPadInst() argument
1191 FuncletPadInst(Instruction::FuncletPadOps Op,Value * ParentPad,ArrayRef<Value * > Args,unsigned Values,const Twine & NameStr,BasicBlock * InsertAtEnd) FuncletPadInst() argument
[all...]
H A DVerifier.cpp4413 auto *ParentPad = CPI.getParentPad(); visitCleanupPadInst() local
4595 auto *ParentPad = CatchSwitch.getParentPad(); visitCatchSwitchInst() local
H A DCore.cpp3209 LLVMBuildCatchPad(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMValueRef * Args,unsigned NumArgs,const char * Name) LLVMBuildCatchPad() argument
3216 LLVMBuildCleanupPad(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMValueRef * Args,unsigned NumArgs,const char * Name) LLVMBuildCleanupPad() argument
3231 LLVMBuildCatchSwitch(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMBasicBlockRef UnwindBB,unsigned NumHandlers,const char * Name) LLVMBuildCatchSwitch() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp973 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local
1017 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local
1608 llvm::Value *ParentPad = CurrentFuncletPad; getTerminateFunclet() local
[all...]
H A DCGCleanup.cpp1034 ParentPad = llvm::ConstantTokenNone::get(CGM.getLLVMContext()); in PopCleanupBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp356 getEHPadFromPredecessor(const BasicBlock * BB,Value * ParentPad) getEHPadFromPredecessor() argument
681 const Value *ParentPad; calculateClrEHStateNumbers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1833 Value *ParentPad = CPI->getParentPad(); handleLongjmpableCallsForWasmSjLj() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp880 Value *ParentPad = nullptr; ehAwareSplitEdge() local
H A DInlineFunction.cpp714 if (auto *ParentPad = HandleInlinedEHPad() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5374 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
5417 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7027 Value *ParentPad; parseCatchSwitch() local
7098 Value *ParentPad = nullptr; parseCleanupPad() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1959 Value *ParentPad = I.getCatchSwitchParentPad(); visitCatchRet() local