Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp290 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local
303 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local
312 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local
329 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCatchTypeInfo() local
339 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addFilterTypeInfo() local
349 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCleanup() local
356 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addSEHCatchHandler() local
365 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addSEHCleanupHandler() local
DDwarfEHPrepare.cpp145 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local
187 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
DSafeStack.cpp432 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { in findInsts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp664 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local
675 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local
682 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local
729 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCatchTypeInfo() local
736 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addFilterTypeInfo() local
790 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCleanup() local
797 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addSEHCatchHandler() local
806 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addSEHCleanupHandler() local
DDwarfEHPrepare.cpp148 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local
190 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
DSafeStack.cpp405 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { in findInsts() local
/external/llvm/lib/Analysis/
DLoopPass.cpp104 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis() local
117 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue() local
125 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp101 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis() local
114 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue() local
122 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop() local
/external/llvm/include/llvm/Analysis/
DLoopPass.h122 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopPass.h119 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c193 float LP[FRAMESAMPLES_HALF]; in WebRtcIsac_EncodeLb() local
844 float LP[FRAMESAMPLES_HALF]; in WebRtcIsac_EncodeUb12() local
Disac_vad.c211 float* LP, in WebRtcIsac_SplitAndFilterFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp339 LoopPredication LP(AA, DT, SE, LI, &BPI); in runOnLoop() local
365 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, BPI); in run() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp107 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(), 0, "LP"); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp305 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion()
317 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop()
DHWAddressSanitizer.cpp1007 for (auto *LP : LandingPadVec) { in instrumentLandingPads() local
/external/clang/lib/AST/
DStmt.cpp798 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
/external/clang/lib/CodeGen/
DCGException.cpp703 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad(); in getInvokeDestImpl() local
/external/swiftshader/src/Device/
DBlitter.cpp2247 Int LB(-1), LP(0), HB(dim), HP(dim - 1); in generateCornerUpdate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1745 const LandingPadInst &LP = cast<LandingPadInst>(U); in translateLandingPad() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2532 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2897 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5793 std::unique_ptr<LandingPadInst> LP(LandingPadInst::Create(Ty, 0)); in ParseLandingPad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4708 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5214 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() local

12