Searched refs:LF (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/sntp/scripts/
H A DgenLocInfo6 LF=
26 LF=$locfile
34 LF=$lf
39 # If we have a file to use (ie, LF is not empty) then look for one.
40 case "$LF" in
60 LF=$lf
68 case "$LF" in
74 LF=$lf
79 case "$LF" in
87 LF
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h15 #define LF 269 macro
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h12 #define LF 269 macro
/freebsd-11-stable/bin/pax/
H A Doptions.h62 #define LF 0x00000080 macro
107 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
108 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
110 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp111 LibFunc LF; local
113 !TLI->getLibFunc(*CalledFunc, LF) || !TLI->has(LF))
116 switch (LF) {
H A DLoopStrengthReduce.cpp2038 const LSRFixup &LF,
2042 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
2045 void RewriteForPHI(PHINode *PN, const LSRUse &LU, const LSRFixup &LF,
2048 void Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
3314 LSRFixup &LF = LU.getNewFixup(); local
3315 LF.UserInst = UserInst;
3316 LF.OperandValToReplace = U.getOperandValToReplace();
3317 LF.PostIncLoops = TmpPostIncLoops;
3318 LF.Offset = Offset;
3319 LU.AllFixupsOutsideLoop &= LF
3464 LSRFixup &LF = LU.getNewFixup(); local
5064 AdjustInsertPositionForExpand(BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU, SCEVExpander &Rewriter) const argument
5128 Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F, BasicBlock::iterator IP, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const argument
5306 RewriteForPHI( PHINode *PN, const LSRUse &LU, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const argument
5421 Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const argument
[all...]
H A DLoopFuse.cpp1632 LoopFuser LF(LI, DT, DI, SE, PDT, ORE, DL);
1633 return LF.fuseLoops(F);
1647 LoopFuser LF(LI, DT, DI, SE, PDT, ORE, DL);
1648 bool Changed = LF.fuseLoops(F);
H A DDeadStoreElimination.cpp182 LibFunc LF; local
183 if (TLI.getLibFunc(*F, LF) && TLI.has(LF)) {
184 switch (LF) {
/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c73 #define LF 10 macro
76 #define LF '\n' macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h233 LibFunc LF; local
241 if (getLibFunc(AttrStr, LF))
242 setUnavailable(LF);
/freebsd-11-stable/contrib/byacc/test/
H A Dok_syntax1.y38 %token LF '\f'
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraph.cpp100 if (Function *LF = LHS->getFunction())
102 return LF->getName() < RF->getName();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp543 LoopFinder LF(*DT, *PDT);
564 LF.initialize(MBB);
607 unsigned FoundLoopLevel = LF.findLoop(PostDomBound);
612 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, IncomingBlocks);
670 LoopFinder LF(*DT, *PDT);
674 LF.initialize(MBB);
720 unsigned FoundLoopLevel = LF.findLoop(PostDomBound);
724 LF.addLoopEntries(FoundLoopLevel, SSAUpdater);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp269 raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupFlags &LF) { argument
270 switch (LF) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h40 #define GEN_GETTER(LS, US, LF, UF) \
42 LS ## _get_ ## LF(struct LS *elem) { \
47 #define GEN_SETTER(LS, US, LF, UF) \
49 LS ## _set_ ## LF(struct LS *elem, int val) { \
55 #define GEN_HDR_GETTER(LS, US, LF, UF) \
57 LS ## _get_ ## LF(struct LS *page) { \
62 #define GEN_HDR_SETTER(LS, US, LF, UF) \
64 LS ## _set_ ## LF(struct LS *page, int val) { \
70 #define GEN_ACCESSORS(LS, US, LF, UF) \
71 GEN_GETTER(LS, US, LF, U
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp420 const auto *LF = cast<MCLEBFragment>(this); local
422 OS << " Value:" << LF->getValue() << " Signed:" << LF->isSigned();
H A DMCAssembler.cpp612 const MCLEBFragment &LF = cast<MCLEBFragment>(F); local
613 OS << LF.getContents();
940 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { argument
941 uint64_t OldSize = LF.getContents().size();
943 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout);
946 SmallString<8> &Data = LF.getContents();
953 if (LF.isSigned())
957 return OldSize != LF.getContents().size();
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h62 #define LF '\n' macro
H A Dputshell.c155 case LF:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp641 LibFunc LF;
642 if (TLI->getLibFunc(*Callee, LF)) {
643 if (LF == LibFunc_fork) {
647 } else if (LF == LibFunc_execl || LF == LibFunc_execle ||
648 LF == LibFunc_execlp || LF == LibFunc_execv ||
649 LF == LibFunc_execvp || LF == LibFunc_execve ||
650 LF
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l91 LF|lf|NL|nl { number = 10; return TNUM; }
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in158 open my $LF, '<', $NTPCONF || log_fatal(LOG_ERR, "Can't open <$NTPCONF>: $!");
160 while (<$LF>) {
164 close $LF;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_hopfser.c71 #define LF 0x0a macro
H A Drefclock_acts.c91 * 47999 90-04-18 21:39:15 50 0 +.1 045.0 UTC(NIST) *<CR><LF>
106 * jjjjj nnn hhmmss UTC<CR><LF>
107 * *<CR><LF>
125 * 1995-01-23 20:58:51 MEZ 10402303260219950123195849740+40000500<CR><LF>
165 #define LF 0x0a /* ASCII LF */ macro
337 if (*tptr == LF) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp158 LoopInfo *LF; member in class:__anon2259::HexagonLoopIdiomRecognize
2173 Loop *ParentL = LF->getLoopFor(Preheader);
2181 ParentL->addBasicBlockToLoop(NewPreheader, *LF);
2224 ParentL->addBasicBlockToLoop(MemmoveB, *LF);
2343 if (LF->getLoopFor(UseB) != L)
2399 if (LF->getLoopFor(BB) != L)
2428 LF = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();

Completed in 245 milliseconds

12