Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/CodeGenCUDA/
H A Dbuiltins-unsafe-atomics-gfx90a.cu6 typedef __attribute__((address_space(3))) float *LP; typedef
H A Dbuiltins-unsafe-atomics-spirv-amdgcn-gfx90a.cu7 typedef __attribute__((address_space(3))) float *LP; typedef
/llvm-project/clang/test/SemaCUDA/
H A Dbuiltins-unsafe-atomics-gfx90a.cu7 typedef __attribute__((address_space(3))) float *LP; typedef
/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes() local
181 if (LP->isCleanup()) in InsertUnwindResumeCalls() local
204 if (LP->isCleanup()) in InsertUnwindResumeCalls() local
H A DMachineFunctionSplitter.cpp187 for (const MachineBasicBlock *LP : LandingPads) { runOnMachineFunction() local
H A DMachineFunction.cpp775 LandingPadInfo &LP = LandingPads[i]; getOrCreateLandingPadInfo() local
786 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); addInvoke() local
793 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); addLandingPad() local
[all...]
H A DSafeStack.cpp407 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { findInsts() local
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h99 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp330 static void addPlaceholderArgs(const LambdaProperties &LP, in addPlaceholderArgs()
545 LambdaProperties LP; in getLambdaProperties() local
607 static void emitCaptureList(const LambdaProperties &LP, in emitCaptureList()
660 LambdaProperties LP = getLambdaProperties(Result); in check() local
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp50 LandingPadInst *LP = Invoke->getLandingPadInst(); replaceBranchTerminator() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferBranchTest.cpp104 const TestLattice &LP = getLatticeAtAnnotation(Results, "p"); in TEST() local
/llvm-project/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp307 for (const BinaryBasicBlock *LP : BB->landing_pads()) in inferFallThroughCounts() local
H A DExceptions.cpp371 const MCSymbol *LP; // landing pad updateEHRanges() member
398 const MCSymbol *LP = nullptr; updateEHRanges() local
H A DBinaryFunction.cpp3264 for (const BinaryBasicBlock *LP : BB->landing_pads()) validateCFG() local
3274 for (const BinaryBasicBlock *LP : BB->landing_pads()) { validateCFG() local
[all...]
/llvm-project/bolt/unittests/Core/
H A DMCPlusBuilder.cpp153 MCPlus::MCLandingPad LP = EHInfo.value(); TEST_P() local
/llvm-project/lld/MachO/
H A DTarget.h45 template <class LP> TargetInfo(LP) { in TargetInfo() argument
/llvm-project/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/llvm/lib/IR/
H A DInstruction.cpp1074 canUnwindPastLandingPad(const LandingPadInst * LP,bool IncludePhaseOneUnwind) canUnwindPastLandingPad() argument
1111 if (auto *LP = dyn_cast<LandingPadInst>(Pad)) mayThrow() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp533 allowSpeculativeCounterPromotion(Loop * LP) allowSpeculativeCounterPromotion() argument
547 isPromotionPossible(Loop * LP,const SmallVectorImpl<BasicBlock * > & LoopExitBlocks) isPromotionPossible() argument
566 getMaxNumOfPromotionsInLoop(Loop * LP) getMaxNumOfPromotionsInLoop() argument
/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp840 ParseLexedPragma(LateParsedPragma & LP) ParseLexedPragma() argument
/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2416 for (auto &LP : CallSiteNumToLPad[CSI]) { emitSjLjDispatchBlock() local
2620 for (auto &LP : LPadList) emitSjLjDispatchBlock() local
2669 for (auto &LP : MBBLPads) emitSjLjDispatchBlock() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h155 const MCSymbol *LP; global() member
911 const std::optional<MCPlus::MCLandingPad> LP = getLandingPadBBFor() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp338 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, run() local
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp507 LandingPadInst *LP = Builder.CreateLandingPad(Builder.getInt32Ty(), 0, "LP"); TEST_F() local

12