HomeSort by relevance Sort by last modified time
    Searched defs:ParentPad (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Analysis/
EHPersonalities.cpp 98 Value *ParentPad = CatchRet->getCatchSwitchParentPad();
99 if (isa<ConstantTokenNone>(ParentPad))
102 SuccColor = cast<Instruction>(ParentPad)->getParent();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
EHPersonalities.cpp 125 Value *ParentPad = CatchRet->getCatchSwitchParentPad();
126 if (isa<ConstantTokenNone>(ParentPad))
129 SuccColor = cast<Instruction>(ParentPad)->getParent();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 661 Value *ParentPad = nullptr;
663 ParentPad = FuncletPad->getParentPad();
665 ParentPad = CatchSwitch->getParentPad();
669 auto *NewCleanupPad = CleanupPadInst::Create(ParentPad, {}, "", NewBB);
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CGException.cpp 883 llvm::Value *ParentPad = CGF.CurrentFuncletPad;
884 if (!ParentPad)
885 ParentPad = llvm::ConstantTokenNone::get(CGF.getLLVMContext());
891 CGF.Builder.CreateCatchSwitch(ParentPad, UnwindBB, NumHandlers);
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 211 Value *ParentPad) {
216 if (CatchSwitch->getParentPad() != ParentPad)
222 if (CleanupPad->getParentPad() != ParentPad)
477 // per the ParentPad linkage on EH pads, but skipping over catchswitches).
500 const Value *ParentPad;
502 ParentPad = CPI->getParentPad();
504 ParentPad = CSI->getParentPad();
507 if (isa<ConstantTokenNone>(ParentPad))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
WinEHPrepare.cpp 220 Value *ParentPad) {
225 if (CatchSwitch->getParentPad() != ParentPad)
231 if (CleanupPad->getParentPad() != ParentPad)
487 // per the ParentPad linkage on EH pads, but skipping over catchswitches).
510 const Value *ParentPad;
512 ParentPad = CPI->getParentPad();
514 ParentPad = CSI->getParentPad();
517 if (isa<ConstantTokenNone>(ParentPad))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
echo.cpp 668 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src));
673 Dst = LLVMBuildCatchPad(Builder, ParentPad,
678 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0));
683 Dst = LLVMBuildCleanupPad(Builder, ParentPad,
688 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0));
694 Dst = LLVMBuildCatchSwitch(Builder, ParentPad, UnwindBB, NumHandlers, Name);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 1077 milliseconds