Home
last modified time | relevance | path

Searched defs:L (Results 76 – 100 of 834) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlzio.h29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
38 #define luaZ_resizebuffer(L, buff, size) \ argument
42 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
59 lua_State *L; /* Lua state (for reader) */ member
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) argument
20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2)) argument
/freebsd/contrib/lua/src/
H A Dlzio.h29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
39 #define luaZ_resizebuffer(L, buff, size) \ argument
44 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
60 lua_State *L; /* Lua state (for reader) */ member
H A Dltable.c331 static unsigned int findindex (lua_State *L, Table *t, TValue *key, in findindex()
349 int luaH_next (lua_State *L, Table *t, StkId key) { in luaH_next()
371 static void freehash (lua_State *L, Table *t) { in freehash()
480 static void setnodevector (lua_State *L, Table *t, unsigned int size) { in setnodevector()
508 static void reinsert (lua_State *L, Table *ot, Table *t) { in reinsert()
553 void luaH_resize (lua_State *L, Table *t, unsigned int newasize, in luaH_resize()
590 void luaH_resizearray (lua_State *L, Table *t, unsigned int nasize) { in luaH_resizearray()
598 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash()
626 Table *luaH_new (lua_State *L) { in luaH_new()
638 void luaH_free (lua_State *L, Table *t) { in luaH_free()
[all …]
H A Dlobject.c53 static lua_Integer intarith (lua_State *L, int op, lua_Integer v1, in intarith()
73 static lua_Number numarith (lua_State *L, int op, lua_Number v1, in numarith()
89 int luaO_rawarith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_rawarith()
126 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith()
374 void luaO_tostring (lua_State *L, TValue *obj) { in luaO_tostring()
398 lua_State *L; member
415 lua_State *L = buff->L; in pushstr() local
480 const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) { in luaO_pushvfstring()
549 const char *luaO_pushfstring (lua_State *L, const char *fmt, ...) { in luaO_pushfstring()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
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 DIndVarSimplify.cpp396 bool IndVarSimplify::rewriteNonIntegerIVs(Loop *L) { in rewriteNonIntegerIVs()
586 bool IndVarSimplify::simplifyAndExtend(Loop *L, in simplifyAndExtend()
652 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter()
703 static bool needsLFTR(Loop *L, BasicBlock *ExitingBB) { in needsLFTR()
795 static bool isLoopCounter(PHINode* Phi, Loop *L, in isLoopCounter()
824 static PHINode *FindLoopCounter(Loop *L, BasicBlock *ExitingBB, in FindLoopCounter()
939 linearFunctionTestReplace(Loop *L, BasicBlock *ExitingBB, in linearFunctionTestReplace()
1082 bool IndVarSimplify::sinkUnusedInvariants(Loop *L) { in sinkUnusedInvariants()
1234 createInvariantCond(const Loop *L, BasicBlock *ExitingBB, in createInvariantCond()
1414 bool IndVarSimplify::canonicalizeExitCondition(Loop *L) { in canonicalizeExitCondition()
[all …]
H A DLoopUnrollAndJamPass.cpp91 static MDNode *getUnrollMetadataForLoop(const Loop *L, StringRef Name) { in getUnrollMetadataForLoop()
99 static bool hasAnyUnrollPragma(const Loop *L, StringRef Prefix) { in hasAnyUnrollPragma()
122 static bool hasUnrollAndJamEnablePragma(const Loop *L) { in hasUnrollAndJamEnablePragma()
128 static unsigned unrollAndJamCountPragmaValue(const Loop *L) { in unrollAndJamCountPragmaValue()
152 Loop *L, Loop *SubLoop, const TargetTransformInfo &TTI, DominatorTree &DT, in computeUnrollAndJamCount()
279 tryToUnrollAndJamLoop(Loop *L, DominatorTree &DT, LoopInfo *LI, in tryToUnrollAndJamLoop()
437 Loop *L = Worklist.pop_back_val(); in tryToUnrollAndJamLoop() local
H A DWarnMissedTransforms.cpp24 static void warnAboutLeftoverTransformations(Loop *L, in warnAboutLeftoverTransformations()
87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations() local
H A DLoopUnrollPass.cpp184 Loop *L, ScalarEvolution &SE, const TargetTransformInfo &TTI, in gatherUnrollingPreferences()
669 const Loop *L, const TargetTransformInfo &TTI, in UnrollCostEstimator()
711 static bool hasUnrollFullPragma(const Loop *L) { in hasUnrollFullPragma()
717 static bool hasUnrollEnablePragma(const Loop *L) { in hasUnrollEnablePragma()
722 static bool hasRuntimeUnrollDisablePragma(const Loop *L) { in hasRuntimeUnrollDisablePragma()
728 static unsigned unrollCountPragmaValue(const Loop *L) { in unrollCountPragmaValue()
759 shouldPragmaUnroll(Loop *L, const PragmaInfo &PInfo, in shouldPragmaUnroll()
791 Loop *L, const TargetTransformInfo &TTI, DominatorTree &DT, in shouldFullUnroll()
1387 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
1572 for (const auto &L : LI) { in run() local
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S64 #define L macro
71 #define L macro
78 #define L l macro
85 #define L l macro
94 #define L macro
100 #define L l macro
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
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 …]
H A DLoopPass.cpp49 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop()
76 void LPPassManager::addLoop(Loop &L) { in addLoop()
95 static void addLoopIntoQueue(Loop *L, std::deque<Loop *> &LQ) { in addLoopIntoQueue()
110 void LPPassManager::markLoopAsDeleted(Loop &L) { in markLoopAsDeleted()
366 static std::string getDescription(const Loop &L) { in getDescription()
/freebsd/contrib/llvm-project/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()
803 static BranchInst *getExpectedExitLoopLatchBranch(Loop *L) { in getExpectedExitLoopLatchBranch()
822 Loop *L, in getEstimatedTripCount()
848 llvm::getLoopEstimatedTripCount(Loop *L, in getLoopEstimatedTripCount()
1183 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop()
1190 bool llvm::isKnownNonNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNonNegativeInLoop()
1197 bool llvm::isKnownPositiveInLoop(const SCEV *S, const Loop *L, in isKnownPositiveInLoop()
1598 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 __anon915bc3160111::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()
476 static bool violatesLegacyMultiExitLoopCheck(Loop *L) { in violatesLegacyMultiExitLoopCheck()
498 void llvm::computePeelCount(Loop *L, unsigned LoopSize, in computePeelCount()
658 Loop *L) { in initBranchWeights()
711 Loop *L, unsigned IterNumber, BasicBlock *InsertTop, BasicBlock *InsertBot, in cloneLoopBlocks()
832 llvm::gatherPeelingPreferences(Loop *L, ScalarEvolution &SE, in gatherPeelingPreferences()
[all …]
H A DFunctionComparator.cpp53 int FunctionComparator::cmpNumbers(uint64_t L, uint64_t R) const { in cmpNumbers()
61 int FunctionComparator::cmpAligns(Align L, Align R) const { in cmpAligns()
77 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts() argument
106 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem()
116 int FunctionComparator::cmpAttrs(const AttributeList L, in cmpAttrs()
160 int FunctionComparator::cmpMetadata(const Metadata *L, in cmpMetadata()
191 int FunctionComparator::cmpMDNode(const MDNode *L, const MDNode *R) const { in cmpMDNode() argument
212 int FunctionComparator::cmpInstMetadata(Instruction const *L, in cmpInstMetadata()
262 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants()
603 int FunctionComparator::cmpOperations(const Instruction *L, in cmpOperations()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h77 std::pair<BlockT *, bool> getExitBlockHelper(const LoopBase<BlockT, LoopT> *L, in getExitBlockHelper()
128 void getUniqueExitBlocksHelper(const LoopT *L, in getUniqueExitBlocksHelper()
284 LoopT *L = static_cast<LoopT *>(this); in addBasicBlockToLoop() local
447 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT *> Backedges, in discoverAndMapSubloop()
583 LoopT *L = AllocateLoop(Header); in analyze() local
625 LoopT *L = PreOrderWorklist.pop_back_val(); in getLoopsInReverseSiblingPreorder() local
659 const LoopT &L) { in addInnerLoopsToHeadersMap()
667 static void compareLoops(const LoopT *L, const LoopT *OtherL, in compareLoops()
719 LoopT *L = Entry.second; in verify() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStandardLibrary.cpp53 static const SymbolHeaderMapping *getMappingPerLang(Lang L) { in getMappingPerLang()
178 for (unsigned L = 0; L <= static_cast<unsigned>(Lang::LastValue); ++L) in ensureInitialized() local
185 std::vector<Header> Header::all(Lang L) { in all()
194 std::optional<Header> Header::named(llvm::StringRef Name, Lang L) { in named()
206 std::vector<Symbol> Symbol::all(Lang L) { in all()
225 Lang L) { in named()
251 NSSymbolMap *Recognizer::namespaceSymbols(const DeclContext *DC, Lang L) { in namespaceSymbols()
275 Lang L; in operator ()() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp65 void PassRegistry::enumerateWith(PassRegistrationListener *L) { in enumerateWith()
110 void PassRegistry::addRegistrationListener(PassRegistrationListener *L) { in addRegistrationListener()
115 void PassRegistry::removeRegistrationListener(PassRegistrationListener *L) { in removeRegistrationListener()
/freebsd/contrib/wpa/src/crypto/
H A Daes-ccm.c28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start()
84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start()
92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr()
152 const size_t L = 2; in aes_ccm_ae() local
182 const size_t L = 2; in aes_ccm_ad() local
/freebsd/crypto/openssl/crypto/modes/
H A Dccm128.c27 unsigned int M, unsigned int L, void *key, in CRYPTO_ccm128_init()
43 unsigned int L = ctx->nonce.c[0] & 7; /* the L parameter */ in CRYPTO_ccm128_setiv() local
142 unsigned int i, L; in CRYPTO_ccm128_encrypt() local
226 unsigned int i, L; in CRYPTO_ccm128_decrypt() local
315 unsigned int i, L; in CRYPTO_ccm128_encrypt_ccm64() local
379 unsigned int i, L; in CRYPTO_ccm128_decrypt_ccm64() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h119 void setColonLocFirst(SourceLocation L) { ColonLocFirst = L; } in setColonLocFirst()
122 void setColonLocSecond(SourceLocation L) { ColonLocSecond = L; } in setColonLocSecond()
125 void setRBracketLoc(SourceLocation L) { RBracketLoc = L; } in setRBracketLoc()
193 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
196 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
367 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc()
370 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc()
373 void setIteratorKwLoc(SourceLocation L) { IteratorKwLoc = L; } in setIteratorKwLoc()

12345678910>>...34