Home
last modified time | relevance | path

Searched defs:L (Results 176 – 200 of 834) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) in PrettyStackTraceLoc()
/freebsd/usr.bin/calendar/
H A Dostern.c53 L; /* days from 21 March to Sunday on of before full moon */ in easter() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopAccessAnalysisPrinter.cpp29 Loop *L = Worklist.pop_back_val(); in run() local
H A DLICM.cpp285 PreservedAnalyses LICMPass::run(Loop &L, LoopAnalysisManager &AM, in run()
379 Loop &L, MemorySSA &MSSA) in SinkAndHoistLICMFlags()
625 Loop *L = Worklist.pop_back_val(); in sinkRegionForLoopNest() local
1110 bool isReadOnly(const MemorySSAUpdater &MSSAU, const Loop *L) { in isReadOnly()
1118 bool isOnlyMemoryAccess(const Instruction *I, const Loop *L, in isOnlyMemoryAccess()
1913 bool isNotCapturedBeforeOrInLoop(const Value *V, const Loop *L, in isNotCapturedBeforeOrInLoop()
2260 static void foreachMemoryAccess(MemorySSA *MSSA, Loop *L, in foreachMemoryAccess()
2523 Value *InvariantRHS, ICmpInst &ICmp, Loop &L, in hoistAdd()
2570 Value *InvariantRHS, ICmpInst &ICmp, Loop &L, in hoistSub()
2669 static bool hoistFPAssociation(Instruction &I, Loop &L, in hoistFPAssociation()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp24 const std::vector<ASTDeserializationListener*>& L) in MultiplexASTDeserializationListener()
124 ArrayRef<ASTMutationListener*> L) in MultiplexASTMutationListener()
171 for (auto *L : Listeners) in ResolvedOperatorDelete() local
225 for (auto *L : Listeners) in DeclarationMarkedOpenMPDeclareTarget() local
230 for (auto *L : Listeners) in RedefinedHiddenDefinition() local
237 for (auto *L : Listeners) in AddedAttributeToRecord() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1517 void setStartLoc(SourceLocation L) { StartLoc = L; } in setStartLoc()
1519 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc()
1779 void setColonLoc(SourceLocation L) { ColonLoc = L; } in setColonLoc()
1879 void setEllipsisLoc(SourceLocation L) { in setEllipsisLoc()
2695 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc()
2755 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc()
2879 void setLabelLoc(SourceLocation L) { LabelLoc = L; } in setLabelLoc()
2916 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc()
3129 void setAsmLoc(SourceLocation L) { AsmLoc = L; } in setAsmLoc()
3506 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc()
[all …]
H A DExprObjC.h69 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc()
107 void setLocation(SourceLocation L) { Loc = L; } in setLocation()
425 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc()
427 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc()
474 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc()
475 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc()
528 void setAtLoc(SourceLocation L) { AtLoc = L; } in setAtLoc()
593 void setLocation(SourceLocation L) { Loc = L; } in setLocation()
601 void setOpLoc(SourceLocation L) { OpLoc = L; } in setOpLoc()
829 void setLocation(SourceLocation L) { IdLoc = L; } in setLocation()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp17 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc()
18 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp136 void R600TTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences()
142 void R600TTIImpl::getPeelingPreferences(Loop *L, ScalarEvolution &SE, in getPeelingPreferences()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp172 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K, in runChecker() local
228 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() local
286 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() local
335 const ProgramPoint &L = in runChecker() local
381 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker() local
425 const ProgramPoint &L = PP.withTag(checkFn.Checker); in runChecker() local
435 const BlockEdge &L, in runCheckersForBeginFunction()
457 const ProgramPoint &L = in runCheckersForEndFunction() local
482 ProgramPoint L = PostCondition(Condition, Pred->getLocationContext(), in runChecker() local
522 ProgramPoint L = in runChecker() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp197 DataDependenceGraph::DataDependenceGraph(Loop &L, LoopInfo &LI, in DataDependenceGraph()
307 DDGAnalysis::Result DDGAnalysis::run(Loop &L, LoopAnalysisManager &AM, in run()
315 PreservedAnalyses DDGAnalysisPrinterPass::run(Loop &L, LoopAnalysisManager &AM, in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp111 static bool isHeaderBB(BasicBlock *BB, Loop *L) { in isHeaderBB()
133 Loop *L = LI->getLoopFor(Phi->getParent()); in fixPhiNodes() local
160 static bool doesContainLoop(const Loop *L, const Loop *OuterLoop) { in doesContainLoop()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp84 SourceLocation L = findPreviousTokenStart(Start, SM, LangOpts); in findPreviousTokenKind() local
209 SourceLocation L = D->getLocation(); in name() local
223 SourceLocation L = E->getLocation(); in name() local
229 SourceLocation L = I->getMemberLocation(); in name() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp208 void RTDyldObjectLinkingLayer::registerJITEventListener(JITEventListener &L) { in registerJITEventListener()
215 void RTDyldObjectLinkingLayer::unregisterJITEventListener(JITEventListener &L) { in unregisterJITEventListener()
379 for (auto *L : EventListeners) in onObjEmit() local
410 for (auto *L : EventListeners) in handleRemoveResources() local
/freebsd/lib/liblua/
H A Dluaconf.h369 #define lua_strlen(L,i) lua_rawlen(L, (i)) argument
371 #define lua_objlen(L,i) lua_rawlen(L, (i)) argument
373 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
374 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument
624 #define lua_number2strx(L,b,sz,f,n) \ argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp120 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() local
224 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = in generateCodeForModule() local
638 void MCJIT::RegisterJITEventListener(JITEventListener *L) { in RegisterJITEventListener()
645 void MCJIT::UnregisterJITEventListener(JITEventListener *L) { in UnregisterJITEventListener()
657 const RuntimeDyld::LoadedObjectInfo &L) { in notifyObjectLoaded()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp93 createHWLoopAnalysis(StringRef RemarkName, Loop *L, Instruction *I) { in createHWLoopAnalysis()
219 Loop *L = nullptr; member in __anon8ccd83d70111::HardwareLoop
303 bool HardwareLoopsImpl::TryConvertLoop(Loop *L, LLVMContext &Ctx) { in TryConvertLoop()
345 Loop *L = HWLoopInfo.L; in TryConvertLoop() local
401 static bool CanGenerateTest(Loop *L, Value *Count) { in CanGenerateTest()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp417 MCAsmLexer &L = getLexer(); in maybeParseSectionType() local
450 MCAsmLexer &L = getLexer(); in parseGroup() local
475 MCAsmLexer &L = getLexer(); in parseLinkedToSym() local
496 MCAsmLexer &L = getLexer(); in maybeParseUniqueID() local
606 MCAsmLexer &L = getLexer(); in ParseSectionArguments() local
/freebsd/contrib/gdtoa/
H A Dstrtopf.c42 ULong bits[1], *L; local
H A Dstrtodnrp.c51 union { ULong L[2]; double d; } u; member
/freebsd/contrib/lua/src/
H A Dldebug.h21 #define resethookcount(L) (L->hookcount = L->basehookcount) argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp69 static bool partitionLoopBlocks(Loop &L, BasicBlockSet &ForeBlocks, in partitionLoopBlocks()
119 static bool partitionOuterLoopBlocks(Loop *L, Loop *SubLoop, in partitionOuterLoopBlocks()
216 llvm::UnrollAndJamLoop(Loop *L, unsigned Count, unsigned TripCount, in UnrollAndJamLoop()
808 const Loop *L = &Root; in isEligibleLoopForm() local
853 static Loop *getInnerMostLoop(Loop *L) { in getInnerMostLoop()
859 bool llvm::isSafeToUnrollAndJam(Loop *L, ScalarEvolution &SE, DominatorTree &DT, in isSafeToUnrollAndJam()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.h18 #define resethookcount(L) (L->hookcount = L->basehookcount) argument
/freebsd/contrib/bionic-x86_64-string/
H A Dsse2-strlen-slm.S38 # define L(label) .L##label macro
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DNoopAnalysis.h35 void transfer(const CFGElement &E, NoopLattice &L, Environment &Env) {} in transfer()

12345678910>>...34