/external/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 98 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | EHPersonalities.cpp | 125 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 668 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction() local 678 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 688 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 220 Value *ParentPad) { in getEHPadFromPredecessor() 510 const Value *ParentPad; in calculateClrEHStateNumbers() local
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 211 Value *ParentPad) { in getEHPadFromPredecessor() 500 const Value *ParentPad; in calculateClrEHStateNumbers() local
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 883 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local 1334 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateHandler() local
|
D | CGCleanup.cpp | 941 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 794 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 806 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 828 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() 876 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() 893 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() 902 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
|
D | Verifier.cpp | 3565 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local 3746 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
|
D | Core.cpp | 2724 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad() 2732 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad() 2748 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 987 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 999 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1021 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() 1079 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() 1096 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() 1105 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
|
D | Verifier.cpp | 3332 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local 3513 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 661 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 626 if (auto *ParentPad = in HandleInlinedEHPad() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 706 if (auto *ParentPad = in HandleInlinedEHPad() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3925 Value *ParentPad = in parseFunctionBody() local 3964 Value *ParentPad = in parseFunctionBody() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4913 Value *ParentPad = in parseFunctionBody() local 4952 Value *ParentPad = in parseFunctionBody() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5442 Value *ParentPad; in ParseCatchSwitch() local 5515 Value *ParentPad = nullptr; in ParseCleanupPad() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5934 Value *ParentPad; in ParseCatchSwitch() local 6006 Value *ParentPad = nullptr; in ParseCleanupPad() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1274 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1419 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local
|