/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | preprocessor3.c | 9 #define LP ( macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 664 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
|
D | DwarfEHPrepare.cpp | 148 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local 190 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
|
D | SafeStack.cpp | 405 } 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/ |
D | LoopPass.cpp | 101 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis() local 114 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue() local 122 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop() local
|
D | ScalarEvolution.cpp | 6154 LoopProperties LP = {/* HasNoAbnormalExits */ true, in getLoopProperties() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 119 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/ |
D | LoopPredication.cpp | 339 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/ |
D | InstrProfiling.cpp | 305 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion() 317 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop()
|
D | HWAddressSanitizer.cpp | 1007 for (auto *LP : LandingPadVec) { in instrumentLandingPads() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 2274 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/ |
D | IRTranslator.cpp | 1745 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/ |
D | BitcodeWriter.cpp | 2897 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/ |
D | BitcodeReader.cpp | 4708 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 205 LandingPadInst::LandingPadInst(const LandingPadInst &LP) in LandingPadInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 6719 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/ |
D | SelectionDAGBuilder.cpp | 2890 void SelectionDAGBuilder::visitLandingPad(const LandingPadInst &LP) { in visitLandingPad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 32034 for (auto &LP : CallSiteNumToLPad[CSI]) { in EmitSjLjDispatchBlock() local 32163 for (auto &LP : LPadList) in EmitSjLjDispatchBlock() local 32212 for (auto &LP : MBBLPads) in EmitSjLjDispatchBlock() local
|