Home
last modified time | relevance | path

Searched defs:LPI (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp143 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
342 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
H A DMachineFunction.cpp769 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp136 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
333 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
H A DMachineFunction.cpp686 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp133 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
321 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp96 for (const LandingPadInfo *LPI : LandingPads) { in computeActionsTable() local
392 for (const LandingPadInfo &LPI : PadInfos) { in emitExceptionTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp682 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp682 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp106 const LandingPadInfo *LPI = *I; in computeActionsTable() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp96 const LandingPadInfo *LPI = *I; in computeActionsTable() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp317 if (const auto *LPI = dyn_cast<LandingPadInst>(FNP)) in set() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp833 if (auto *LPI = dyn_cast<LandingPadInst>(I)) in runEHOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp550 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1126 LandingPadInst *LPI = BB->getLandingPadInst(); in UnswitchNontrivialCondition() local
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp85 void TransferClausesToLandingPadInst(LandingPadInst *LPI, in TransferClausesToLandingPadInst()
227 LandingPadInst *LPI = Builder.CreateLandingPad(LPadSlotTy, 0); in UpgradeExceptionHandling() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1335 LandingPadInst *LPI = BB->getLandingPadInst(); in UnswitchNontrivialCondition() local
/aosp_15_r20/external/llvm/lib/IR/
H A DVerifier.cpp3185 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local
3250 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
H A DAsmWriter.cpp2941 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1207 if (auto *LPI = dyn_cast<LandingPadInst>(I)) in runEHOnFunction() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGException.cpp237 static bool LandingPadHasOnlyCXXUses(llvm::LandingPadInst *LPI) { in LandingPadHasOnlyCXXUses()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp3624 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local
3689 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
H A DAsmWriter.cpp3786 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DVerifier.cpp4079 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local
4149 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
H A DAsmWriter.cpp4153 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2762 void DFSanVisitor::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()