Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dbuiltins-unsafe-atomics-gfx90a.cu7 typedef __attribute__((address_space(3))) float *LP; typedef
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dbuiltins-unsafe-atomics-gfx90a.cu6 typedef __attribute__((address_space(3))) float *LP; typedef
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp137 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local
179 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
202 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
H A DMachineFunctionSplitter.cpp136 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction() local
H A DMachineFunction.cpp730 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local
741 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local
748 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local
794 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCatchTypeInfo() local
801 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addFilterTypeInfo() local
855 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addCleanup() local
H A DSafeStack.cpp407 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { in findInsts() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopPass.h99 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp331 static void addPlaceholderArgs(const LambdaProperties &LP, in addPlaceholderArgs()
548 LambdaProperties LP; in getLambdaProperties() local
606 static void emitCaptureList(const LambdaProperties &LP, in emitCaptureList()
659 LambdaProperties LP = getLambdaProperties(Result); in check() local
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp306 for (const BinaryBasicBlock *LP : BB->landing_pads()) in inferFallThroughCounts() local
H A DExceptions.cpp365 const MCSymbol *LP; // landing pad in updateEHRanges() member
413 const MCSymbol *LP = nullptr; in updateEHRanges() local
H A DMCPlusBuilder.cpp152 void MCPlusBuilder::addEHInfo(MCInst &Inst, const MCLandingPad &LP) { in addEHInfo()
162 bool MCPlusBuilder::updateEHInfo(MCInst &Inst, const MCLandingPad &LP) { in updateEHInfo()
H A DBinaryFunction.cpp3165 for (const BinaryBasicBlock *LP : BB->landing_pads()) in validateCFG() local
3175 for (const BinaryBasicBlock *LP : BB->landing_pads()) { in validateCFG() local
/llvm-project-15.0.7/bolt/unittests/Core/
H A DMCPlusBuilder.cpp145 MCPlus::MCLandingPad LP = EHInfo.getValue(); in TEST_P() local
/llvm-project-15.0.7/lld/MachO/
H A DTarget.h35 template <class LP> TargetInfo(LP) { in TargetInfo() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters.c42 void pointerConversion(int *IP, long *LP) {} in pointerConversion()
H A Deasily-swappable-parameters-len2.cpp107 void differentPtrs(int *IP, long *LP) {} // NO-WARN: Not the same type. in differentPtrs()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp310 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion()
324 isPromotionPossible(Loop *LP, in isPromotionPossible()
343 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop()
H A DHWAddressSanitizer.cpp1268 for (auto *LP : LandingPadVec) { in instrumentLandingPads() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp343 LoopPredication LP(AA, DT, SE, LI, MSSAU ? MSSAU.get() : nullptr); in runOnLoop() local
368 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, in run() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp786 void Parser::ParseLexedPragma(LateParsedPragma &LP) { in ParseLexedPragma()
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2405 for (auto &LP : CallSiteNumToLPad[CSI]) { in emitSjLjDispatchBlock() local
2609 for (auto &LP : LPadList) in emitSjLjDispatchBlock() local
2658 for (auto &LP : MBBLPads) in emitSjLjDispatchBlock() local
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h141 const MCSymbol *LP; member
903 const Optional<MCPlus::MCLandingPad> LP = BC.MIB->getEHInfo(InvokeInst); in getLandingPadBBFor() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp479 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(), 0, "LP"); in TEST_F() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp779 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad(); in getInvokeDestImpl() local
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2431 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local

12