Home
last modified time | relevance | path

Searched refs:LF (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd/contrib/ntp/sntp/scripts/
H A DgenLocInfo6 LF=
26 LF=$locfile
34 LF=$lf
40 case "$LF" in
60 LF=$lf
74 LF=$lf
87 LF=$lf
95 LF=$lf
112 LF=$lf
126 LF=$lf
[all …]
/freebsd/bin/pax/
H A Doptions.h61 #define LF 0x00000080 macro
106 #define BDEXTR (AF|BF|LF|TF|WF|XF|CBF|CHF|CLF|CPF|CXF)
107 #define BDARCH (CF|KF|LF|NF|PF|RF|CDF|CEF|CYF|CZF)
109 #define BDLIST (AF|BF|IF|KF|LF|OF|PF|RF|TF|UF|WF|XF|CBF|CDF|CHF|CLF|CPF|CXF|CYF|CZF)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp54 LibFunc LF; in canHandle() local
55 bool KnownLibCall = TLI.getLibFunc(*CF, LF) && TLI.has(LF); in canHandle()
59 switch (LF) { in canHandle()
251 LibFunc LF; in visitCall() local
252 bool KnownLibCall = TLI.getLibFunc(*F, LF) && TLI.has(LF); in visitCall()
255 visitKnownLibCall(CI, LF, *R); in visitCall()
268 void MemoryOpRemark::visitKnownLibCall(const CallInst &CI, LibFunc LF, in visitKnownLibCall() argument
270 switch (LF) { in visitKnownLibCall()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp676 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local
677 OS << LF.getContents(); in writeFragment()
923 auto &LF = cast<MCLEBFragment>(Frag); in layout() local
924 Fixups = LF.getFixups(); in layout()
925 Contents = LF.getContents(); in layout()
1020 SmallVectorImpl<char> &Data = LF.getContents(); in relaxLEB()
1021 LF.getFixups().clear(); in relaxLEB()
1032 getContext().reportError(LF.getValue().getLoc(), in relaxLEB()
1035 LF.setValue(MCConstantExpr::create(0, Context)); in relaxLEB()
1048 if (LF.isSigned()) in relaxLEB()
[all …]
H A DMCFragment.cpp462 const auto *LF = cast<MCLEBFragment>(this); in dump() local
464 OS << " Value:" << LF->getValue() << " Signed:" << LF->isSigned(); in dump()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp133 LibFunc LF; in runPartiallyInlineLibCalls() local
135 !TLI->getLibFunc(*CalledFunc, LF) || !TLI->has(LF)) in runPartiallyInlineLibCalls()
138 switch (LF) { in runPartiallyInlineLibCalls()
H A DLoopStrengthReduce.cpp3386 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae() local
3387 LF.UserInst = UserInst; in CollectFixupsAndInitialFormulae()
3390 LF.Offset = Offset; in CollectFixupsAndInitialFormulae()
3579 LF.OperandValToReplace = U; in CollectLoopInvariantFixupsAndFormulae()
3580 LF.Offset = Offset; in CollectLoopInvariantFixupsAndFormulae()
4184 for (auto &LF : LU.Fixups) in GenerateTruncates() local
5337 if (LF.PostIncLoops.count(L)) { in AdjustInsertPositionForExpand()
5391 return LF.OperandValToReplace; in Expand()
5708 Value *FullV = Expand(LU, LF, F, LF.UserInst->getIterator(), DeadInsts); in Rewrite()
5727 LF.UserInst->replaceUsesOfWith(LF.OperandValToReplace, FullV); in Rewrite()
[all …]
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes17 <LF> ASCII line feed (hex 0a)
31 Special characters other than <LF>, <CR> and <SP> are preceded by ^.
35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>"
53 "<CR><LF>iqyy ddd hh:mm:ss.fff ld"
78 "<CR><LF><^A>ddd:hh:mm:ssq<CR>"
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp539 LoopFinder LF(*DT, *PDT); in lowerPhis() local
553 LF.initialize(MBB); in lowerPhis()
591 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerPhis()
596 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, *MRI, LaneMaskRegAttrs, in lowerPhis()
655 LoopFinder LF(*DT, *PDT); in lowerCopiesToI1() local
659 LF.initialize(MBB); in lowerCopiesToI1()
710 unsigned FoundLoopLevel = LF.findLoop(PostDomBound); in lowerCopiesToI1()
714 LF.addLoopEntries(FoundLoopLevel, SSAUpdater, *MRI, LaneMaskRegAttrs); in lowerCopiesToI1()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp130 LibFunc LF = (LibFunc)FI; in initialize() local
131 bool Available = TLI.has(LF); in initialize()
133 TLII.setAvailable(LF); in initialize()
134 emplace_back(TLI.getName(LF), Available); in initialize()
/freebsd/sys/cam/scsi/
H A Dscsi_ses.h41 #define GEN_GETTER(LS, US, LF, UF) \ argument
43 LS ## _get_ ## LF(struct LS *elem) { \
48 #define GEN_SETTER(LS, US, LF, UF) \ argument
56 #define GEN_HDR_GETTER(LS, US, LF, UF) \ argument
58 LS ## _get_ ## LF(struct LS *page) { \
63 #define GEN_HDR_SETTER(LS, US, LF, UF) \ argument
71 #define GEN_ACCESSORS(LS, US, LF, UF) \ argument
72 GEN_GETTER(LS, US, LF, UF) \
73 GEN_SETTER(LS, US, LF, UF)
76 GEN_HDR_GETTER(LS, US, LF, UF) \
[all …]
/freebsd/usr.sbin/lpr/lpd/
H A Dprintcap38 # local filters (e.g. LF -> CR-LF conversion for HP printers), create
/freebsd/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h12 #define LF 269 macro
/freebsd/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.h15 #define LF 269 macro
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp635 LibFunc LF; in AddFlushBeforeForkAndExec() local
636 if (TLI->getLibFunc(*Callee, LF)) { in AddFlushBeforeForkAndExec()
637 if (LF == LibFunc_fork) { in AddFlushBeforeForkAndExec()
641 } else if (LF == LibFunc_execl || LF == LibFunc_execle || in AddFlushBeforeForkAndExec()
642 LF == LibFunc_execlp || LF == LibFunc_execv || in AddFlushBeforeForkAndExec()
643 LF == LibFunc_execvp || LF == LibFunc_execve || in AddFlushBeforeForkAndExec()
644 LF == LibFunc_execvpe || LF == LibFunc_execvP) { in AddFlushBeforeForkAndExec()
/freebsd/tools/lua/
H A Dtemplate.lua83 local LF = byte("\n")
435 if byte(view, n, n) == LF then
519 if byte(view, y, y) == LF then
535 if byte(view, x, x) == LF then
570 if byte(view, e, e) == LF then
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp94 LibFunc LF; in isKnownLibFunction() local
99 return TLI.getLibFunc(F, LF) || in isKnownLibFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp296 std::pair<bool, bool> LoongArchAsmBackend::relaxLEB128(MCLEBFragment &LF, in relaxLEB128() argument
299 const MCExpr &Expr = LF.getValue(); in relaxLEB128()
300 if (LF.isSigned() || !Expr.evaluateKnownAbsolute(Value, Layout)) in relaxLEB128()
302 LF.getFixups().push_back( in relaxLEB128()
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in159 open my $LF, '<', $NTPCONF || log_fatal(LOG_ERR, "Can't open <$NTPCONF>: $!");
161 while (<$LF>) {
165 close $LF;
/freebsd/crypto/openssl/doc/man3/
H A DSMIME_read_ASN1.pod25 to be followed by B<CR> and B<LF> characters, else only by an B<LF> character.
H A DSMIME_read_CMS.pod33 to be followed by B<CR> and B<LF> characters, else only by an B<LF> character.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp339 std::pair<bool, bool> RISCVAsmBackend::relaxLEB128(MCLEBFragment &LF, in relaxLEB128() argument
342 if (LF.isSigned()) in relaxLEB128()
344 const MCExpr &Expr = LF.getValue(); in relaxLEB128()
346 LF.getFixups().push_back( in relaxLEB128()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h301 LibFunc LF; variable
309 if (getLibFunc(AttrStr, LF))
310 setUnavailable(LF);
/freebsd/contrib/byacc/test/
H A Dok_syntax1.y38 %token LF '\f'
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryOpRemark.h79 void visitKnownLibCall(const CallInst &CI, LibFunc LF,

12345