Home
last modified time | relevance | path

Searched defs:L (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp108 bool X86WinCOFFAsmTargetStreamer::emitFPOEndPrologue(SMLoc L) { in emitFPOEndPrologue()
113 bool X86WinCOFFAsmTargetStreamer::emitFPOEndProc(SMLoc L) { in emitFPOEndProc()
119 SMLoc L) { in emitFPOData()
126 bool X86WinCOFFAsmTargetStreamer::emitFPOPushReg(unsigned Reg, SMLoc L) { in emitFPOPushReg()
134 SMLoc L) { in emitFPOStackAlloc()
144 bool X86WinCOFFAsmTargetStreamer::emitFPOSetFrame(unsigned Reg, SMLoc L) { in emitFPOSetFrame()
151 bool X86WinCOFFTargetStreamer::checkInFPOPrologue(SMLoc L) { in checkInFPOPrologue()
181 bool X86WinCOFFTargetStreamer::emitFPOEndProc(SMLoc L) { in emitFPOEndProc()
204 bool X86WinCOFFTargetStreamer::emitFPOSetFrame(unsigned Reg, SMLoc L) { in emitFPOSetFrame()
215 bool X86WinCOFFTargetStreamer::emitFPOPushReg(unsigned Reg, SMLoc L) { in emitFPOPushReg()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h227 : ProgramPoint(B, BlockEntranceKind, L, tag) { in ProgramPoint() argument
297 : StmtPoint(S, SubStmt, PreStmtKind, L, tag) {} in StmtPoint() argument
314 : StmtPoint(S, data, k, L, tag) {} in StmtPoint() argument
319 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
361 : PostStmt(S, PostConditionKind, L, tag) {} in PostStmt() argument
390 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() argument
404 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() argument
418 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
436 : PostStmt(S, PostStoreKind, L, tag) { in PostStmt() argument
459 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtree-vectorizer.h139 #define LOOP_VINFO_LOOP(L) (L)->loop argument
140 #define LOOP_VINFO_BBS(L) (L)->bbs argument
141 #define LOOP_VINFO_EXIT_COND(L) (L)->exit_cond argument
142 #define LOOP_VINFO_NITERS(L) (L)->num_iters argument
143 #define LOOP_VINFO_VECTORIZABLE_P(L) (L)->vectorizable argument
145 #define LOOP_VINFO_PTR_MASK(L) (L)->ptr_mask argument
146 #define LOOP_VINFO_DATAREFS(L) (L)->datarefs argument
147 #define LOOP_VINFO_DDRS(L) (L)->ddrs argument
150 #define LOOP_VINFO_UNALIGNED_DR(L) (L)->unaligned_dr argument
152 #define LOOP_VINFO_LOC(L) (L)->loop_line_number argument
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h188 LTy L; member
203 LTy L; member
905 LHS_t L; member
953 LHS_t L; member
1131 LHS_t L; member
1156 m_NSWAdd(const LHS &L, const RHS &R) { in m_NSWAdd()
1164 m_NSWSub(const LHS &L, const RHS &R) { in m_NSWSub()
1244 LHS_t L; member
1363 LHS_t L; member
1750 LHS_t L; member
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dscope01.C6 struct L { struct
9 struct Linner { argument
14 class A : public L {}; argument
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLinkage.h81 inline bool isDiscardableGVALinkage(GVALinkage L) { in isDiscardableGVALinkage()
87 inline bool isUniqueGVALinkage(GVALinkage L) { in isUniqueGVALinkage()
91 inline bool isExternallyVisible(Linkage L) { in isExternallyVisible()
95 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage()
108 inline bool isExternalFormalLinkage(Linkage L) { in isExternalFormalLinkage()
H A DVisibility.h48 inline Visibility minVisibility(Visibility L, Visibility R) { in minVisibility()
61 LinkageInfo(Linkage L, Visibility V, bool E) in LinkageInfo()
87 void setLinkage(Linkage L) { linkage_ = L; } in setLinkage()
89 void mergeLinkage(Linkage L) { in mergeLinkage()
96 void mergeExternalVisibility(Linkage L) { in mergeExternalVisibility()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DTimer.cpp254 sys::SmartScopedLock<true> L(*TimerLock); in get() local
291 sys::SmartScopedLock<true> L(*TimerLock); in TimerGroup() local
316 sys::SmartScopedLock<true> L(*TimerLock); in ~TimerGroup() local
324 sys::SmartScopedLock<true> L(*TimerLock); in removeTimer() local
347 sys::SmartScopedLock<true> L(*TimerLock); in addTimer() local
429 sys::SmartScopedLock<true> L(*TimerLock); in print() local
439 sys::SmartScopedLock<true> L(*TimerLock); in clear() local
445 sys::SmartScopedLock<true> L(*TimerLock); in printAll() local
452 sys::SmartScopedLock<true> L(*TimerLock); in clearAll() local
469 sys::SmartScopedLock<true> L(*TimerLock); in printJSONValues() local
[all …]
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DIVUsers.cpp36 IVUsers IVUsersAnalysis::run(Loop &L, LoopAnalysisManager &AM, in run()
56 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting()
98 const Loop *L, DominatorTree *DT) { in IVUseShouldUsePostIncValue()
212 auto *L = AR->getLoop(); in AddUsersIfInteresting() local
251 IVUsers::IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT, in IVUsers()
312 bool IVUsersWrapperPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
341 static const SCEVAddRecExpr *findAddRecForLoop(const SCEV *S, const Loop *L) { in findAddRecForLoop()
364 void IVStrideUse::transformToPostInc(const Loop *L) { in transformToPostInc()
H A DLoopCacheAnalysis.cpp82 const Loop &L, ScalarEvolution &SE) { in isOneDimensionalArray()
109 static const SCEV *computeTripCount(const Loop &L, const SCEV &ElemSize, in computeTripCount()
216 unsigned MaxDistance, const Loop &L, in hasTemporalReuse()
272 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost()
375 if (Loop *L = LI.getLoopFor(BB)) { in delinearize() local
462 bool IndexedReference::isConsecutive(const Loop &L, const SCEV *&Stride, in isConsecutive()
551 const Loop *L = LC.first; in operator <<() local
565 for (const Loop *L : Loops) { in CacheCost() local
601 for (const Loop *L : Loops) { in calculateCacheFootprint() local
691 CacheCost::computeLoopCacheCost(const Loop &L, in computeLoopCacheCost()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp30 static void setList(ListT *L, ListItem *I1 = nullptr, ListItem *I2 = nullptr, in setList()
42 static void checkList(ListT *L, ListItem *I1, ListItem *I2 = nullptr, in checkList()
73 ListT L; in testListCommon() local
134 SLList L; in TEST() local
184 DLList L; in TEST() local
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h520 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
533 static MCCFIInstruction cfiDefCfa(MCSymbol *L, unsigned Register, in cfiDefCfa()
547 static MCCFIInstruction cfiDefCfaOffset(MCSymbol *L, int Offset) { in cfiDefCfaOffset()
571 static MCCFIInstruction createOffset(MCSymbol *L, unsigned Register, in createOffset()
579 static MCCFIInstruction createRelOffset(MCSymbol *L, unsigned Register, in createRelOffset()
586 static MCCFIInstruction createRegister(MCSymbol *L, unsigned Register1, in createRegister()
592 static MCCFIInstruction createWindowSave(MCSymbol *L) { in createWindowSave()
597 static MCCFIInstruction createNegateRAState(MCSymbol *L) { in createNegateRAState()
621 static MCCFIInstruction createRememberState(MCSymbol *L) { in createRememberState()
626 static MCCFIInstruction createRestoreState(MCSymbol *L) { in createRestoreState()
[all …]
/openbsd/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp81 unsigned L = R - 1; in remove_min() local
247 bool tryUnify(const BasicBlock *L, const BasicBlock *R) { in tryUnify()
266 void unify(const Instruction *L, const Instruction *R) { in unify()
303 void diff(const BasicBlock *L, const BasicBlock *R) { in diff()
553 bool equivalentAsOperands(const Constant *L, const Constant *R, in equivalentAsOperands()
711 bool equivalentAsOperands(const Value *L, const Value *R, in equivalentAsOperands()
775 void diff(const Function *L, const Function *R) { in diff()
886 const Instruction *L = &*LI, *R = &*RI; in runBlockDiff() local
955 void DifferenceEngine::diff(const Function *L, const Function *R) { in diff()
973 void DifferenceEngine::diff(const Module *L, const Module *R) { in diff()
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h119 const LoopT *L = static_cast<const LoopT *>(this); in getOutermostLoop() local
126 LoopT *L = static_cast<LoopT *>(this); in getOutermostLoop() local
133 void setParentLoop(LoopT *L) { in setParentLoop()
139 bool contains(const LoopT *L) const { in contains()
368 LoopT *L = PreOrderWorklist.pop_back_val(); in getInnerLoopsInPreorder() local
734 const Loop &L; member
1000 const LoopT *L = getLoopFor(BB); in getLoopDepth() local
1006 const LoopT *L = getLoopFor(BB); in isLoopHeader() local
1021 LoopT *L = *I; in removeLoop() local
1030 void changeLoopFor(BlockT *BB, LoopT *L) { in changeLoopFor()
[all …]
H A DLoopInfoImpl.h77 std::pair<BlockT *, bool> getExitBlockHelper(const LoopBase<BlockT, LoopT> *L, in getExitBlockHelper()
128 void getUniqueExitBlocksHelper(const LoopT *L, in getUniqueExitBlocksHelper()
271 LoopT *L = static_cast<LoopT *>(this); in addBasicBlockToLoop() local
438 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT *> Backedges, in discoverAndMapSubloop()
575 LoopT *L = AllocateLoop(Header); in analyze() local
617 LoopT *L = PreOrderWorklist.pop_back_val(); in getLoopsInReverseSiblingPreorder() local
651 const LoopT &L) { in addInnerLoopsToHeadersMap()
659 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops()
711 LoopT *L = Entry.second; in verify() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp344 bool llvm::hasDisableAllTransformsHint(const Loop *L) { in hasDisableAllTransformsHint()
348 bool llvm::hasDisableLICMTransformsHint(const Loop *L) { in hasDisableLICMTransformsHint()
352 TransformationMode llvm::hasUnrollTransformation(const Loop *L) { in hasUnrollTransformation()
391 TransformationMode llvm::hasVectorizeTransformation(const Loop *L) { in hasVectorizeTransformation()
766 static BranchInst *getExpectedExitLoopLatchBranch(Loop *L) { in getExpectedExitLoopLatchBranch()
785 Loop *L, in getEstimatedTripCount()
811 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount()
1112 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop()
1119 bool llvm::isKnownNonNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNonNegativeInLoop()
1513 Loop *L = PreOrderWorklist.pop_back_val(); in appendReversedLoopsToWorklist() local
[all …]
H A DLoopPeel.cpp83 bool llvm::canPeel(const Loop *L) { in canPeel()
180 const Loop &L; member in __anon25b884fb0111::PhiAnalyzer
187 PhiAnalyzer::PhiAnalyzer(const Loop &L, unsigned MaxIterations) in PhiAnalyzer()
276 static unsigned peelToTurnInvariantLoadsDerefencebale(Loop &L, in peelToTurnInvariantLoadsDerefencebale()
343 static unsigned countToEliminateCompares(Loop &L, unsigned MaxPeelCount, in countToEliminateCompares()
450 static bool violatesLegacyMultiExitLoopCheck(Loop *L) { in violatesLegacyMultiExitLoopCheck()
472 void llvm::computePeelCount(Loop *L, unsigned LoopSize, in computePeelCount()
629 Loop *L) { in initBranchWeights()
690 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks()
811 llvm::gatherPeelingPreferences(Loop *L, ScalarEvolution &SE, in gatherPeelingPreferences()
[all …]
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTree.cpp186 if (const auto *L = dyn_cast<syntax::Leaf>(N)) { in dumpNode() local
231 if (const auto *L = dyn_cast<syntax::Leaf>(N)) { in dumpTokens() local
261 const auto *L = dyn_cast<List>(T); in assertInvariants() local
285 if (const auto *L = dyn_cast<syntax::Leaf>(&C)) in findFirstLeaf() local
287 if (const auto *L = cast<syntax::Tree>(C).findFirstLeaf()) in findFirstLeaf() local
295 if (const auto *L = dyn_cast<syntax::Leaf>(C)) in findLastLeaf() local
297 if (const auto *L = cast<syntax::Tree>(C)->findLastLeaf()) in findLastLeaf() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp27 LPMUpdater &>::run(Loop &L, LoopAnalysisManager &AM, in run()
68 LoopPassManager::runWithLoopNestPasses(Loop &L, LoopAnalysisManager &AM, in runWithLoopNestPasses()
151 LoopPassManager::runWithoutLoopNestPasses(Loop &L, LoopAnalysisManager &AM, in runWithoutLoopNestPasses()
274 const Loop *L = LPtr ? *LPtr : nullptr; in run() local
287 Loop *L = Worklist.pop_back_val(); in run() local
368 PreservedAnalyses PrintLoopPass::run(Loop &L, LoopAnalysisManager &, in run()
H A DLoopBoundSplit.cpp52 ConditionInfo &Cond, const Loop &L) { in analyzeICmp()
80 static bool calculateUpperBound(const Loop &L, ScalarEvolution &SE, in calculateUpperBound()
125 static bool hasProcessableCondition(const Loop &L, ScalarEvolution &SE, in hasProcessableCondition()
179 static bool canSplitLoopBound(const Loop &L, const DominatorTree &DT, in canSplitLoopBound()
223 static bool isProfitableToTransform(const Loop &L, const BranchInst *BI) { in isProfitableToTransform()
243 static BranchInst *findSplitCandidate(const Loop &L, ScalarEvolution &SE, in findSplitCandidate()
288 static bool splitLoopBound(Loop &L, DominatorTree &DT, LoopInfo &LI, in splitLoopBound()
473 PreservedAnalyses LoopBoundSplitPass::run(Loop &L, LoopAnalysisManager &AM, in run()
H A DLoopUnrollPass.cpp184 Loop *L, ScalarEvolution &SE, const TargetTransformInfo &TTI, in gatherUnrollingPreferences()
695 static MDNode *getUnrollMetadataForLoop(const Loop *L, StringRef Name) { in getUnrollMetadataForLoop()
702 static bool hasUnrollFullPragma(const Loop *L) { in hasUnrollFullPragma()
708 static bool hasUnrollEnablePragma(const Loop *L) { in hasUnrollEnablePragma()
713 static bool hasRuntimeUnrollDisablePragma(const Loop *L) { in hasRuntimeUnrollDisablePragma()
719 static unsigned unrollCountPragmaValue(const Loop *L) { in unrollCountPragmaValue()
776 shouldPragmaUnroll(Loop *L, const PragmaInfo &PInfo, in shouldPragmaUnroll()
804 Loop *L, const TargetTransformInfo &TTI, DominatorTree &DT, in shouldFullUnroll()
1403 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
1594 for (const auto &L : LI) { in run() local
[all …]
H A DIndVarSimplify.cpp408 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs()
598 bool IndVarSimplify::simplifyAndExtend(Loop *L, in simplifyAndExtend()
664 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter()
715 static bool needsLFTR(Loop *L, BasicBlock *ExitingBB) { in needsLFTR()
865 static bool isLoopCounter(PHINode* Phi, Loop *L, in isLoopCounter()
894 static PHINode *FindLoopCounter(Loop *L, BasicBlock *ExitingBB, in FindLoopCounter()
1062 linearFunctionTestReplace(Loop *L, BasicBlock *ExitingBB, in linearFunctionTestReplace()
1206 bool IndVarSimplify::sinkUnusedInvariants(Loop *L) { in sinkUnusedInvariants()
1358 createInvariantCond(const Loop *L, BasicBlock *ExitingBB, in createInvariantCond()
1537 bool IndVarSimplify::canonicalizeExitCondition(Loop *L) { in canonicalizeExitCondition()
[all …]
H A DLoopUnrollAndJamPass.cpp95 static MDNode *getUnrollMetadataForLoop(const Loop *L, StringRef Name) { in getUnrollMetadataForLoop()
103 static bool hasAnyUnrollPragma(const Loop *L, StringRef Prefix) { in hasAnyUnrollPragma()
126 static bool hasUnrollAndJamEnablePragma(const Loop *L) { in hasUnrollAndJamEnablePragma()
132 static unsigned unrollAndJamCountPragmaValue(const Loop *L) { in unrollAndJamCountPragmaValue()
156 Loop *L, Loop *SubLoop, const TargetTransformInfo &TTI, DominatorTree &DT, in computeUnrollAndJamCount()
281 tryToUnrollAndJamLoop(Loop *L, DominatorTree &DT, LoopInfo *LI, in tryToUnrollAndJamLoop()
450 Loop *L = Worklist.pop_back_val(); in tryToUnrollAndJamLoop() local
474 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DImmutableList.h46 const ImmutableListImpl* L){ in Profile()
87 const ImmutableListImpl<T>* L = nullptr; variable
128 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual()
184 ListTy* L = Cache.FindNodeOrInsertPos(ID, InsertPos); in concat() local
200 [[nodiscard]] ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclOpenMP.cpp30 SourceLocation L, in Create()
58 SourceLocation L, ArrayRef<Expr *> VL, in Create()
86 SourceLocation L, in Create()
103 Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, in OMPDeclareReductionDecl()
113 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()
143 ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, in Create()

12345678910>>...29