Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpreprocessor3.c9 #define LP ( macro
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
DScalarEvolution.cpp6154 LoopProperties LP = {/* HasNoAbnormalExits */ true, in getLoopProperties() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopPass.h119 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp2274 Int LB(-1), LP(0), HB(dim), HP(dim - 1); in generateCornerUpdate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1745 const LandingPadInst &LP = cast<LandingPadInst>(U); in translateLandingPad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2897 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4708 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp205 LandingPadInst::LandingPadInst(const LandingPadInst &LP) in LandingPadInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6719 std::unique_ptr<LandingPadInst> LP(LandingPadInst::Create(Ty, 0)); in ParseLandingPad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2890 void SelectionDAGBuilder::visitLandingPad(const LandingPadInst &LP) { in visitLandingPad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32034 for (auto &LP : CallSiteNumToLPad[CSI]) { in EmitSjLjDispatchBlock() local
32163 for (auto &LP : LPadList) in EmitSjLjDispatchBlock() local
32212 for (auto &LP : MBBLPads) in EmitSjLjDispatchBlock() local