Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp111 LibFunc LF; in runPartiallyInlineLibCalls() local
113 !TLI->getLibFunc(*CalledFunc, LF) || !TLI->has(LF)) in runPartiallyInlineLibCalls()
116 switch (LF) { in runPartiallyInlineLibCalls()
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(); in CollectFixupsAndInitialFormulae() local
3315 LF.UserInst = UserInst; in CollectFixupsAndInitialFormulae()
3316 LF.OperandValToReplace = U.getOperandValToReplace(); in CollectFixupsAndInitialFormulae()
3317 LF.PostIncLoops = TmpPostIncLoops; in CollectFixupsAndInitialFormulae()
3318 LF.Offset = Offset; in CollectFixupsAndInitialFormulae()
3319 LU.AllFixupsOutsideLoop &= LF in CollectFixupsAndInitialFormulae()
3464 LSRFixup &LF = LU.getNewFixup(); CollectLoopInvariantFixupsAndFormulae() local
5064 AdjustInsertPositionForExpand(BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU, SCEVExpander &Rewriter) const AdjustInsertPositionForExpand() argument
5128 Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F, BasicBlock::iterator IP, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const Expand() argument
5306 RewriteForPHI( PHINode *PN, const LSRUse &LU, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const RewriteForPHI() argument
5421 Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F, SCEVExpander &Rewriter, SmallVectorImpl<WeakTrackingVH> &DeadInsts) const Rewrite() argument
[all...]
/third_party/nghttp2/third-party/llhttp/src/
H A Dllhttp.c6650 state->reason = "Expected LF after chunk data"; in llhttp__internal__run()
6724 state->reason = "Expected LF after chunk size"; in llhttp__internal__run()
7306 state->reason = "Expected LF after headers"; in llhttp__internal__run()
7501 state->reason = "Expected LF after CR"; in llhttp__internal__run()
7594 state->reason = "Missing expected LF after header value"; in llhttp__internal__run()
9028 state->reason = "Expected LF after CR"; in llhttp__internal__run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp639 LibFunc LF;
640 if (TLI->getLibFunc(*Callee, LF) &&
641 (LF == LibFunc_fork || LF == LibFunc_execl ||
642 LF == LibFunc_execle || LF == LibFunc_execlp ||
643 LF == LibFunc_execv || LF == LibFunc_execvp ||
644 LF == LibFunc_execve || LF
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dread.c40 #define LF 0x000A macro
190 if(c == CR || c == LF){ in getStringToken()
203 if(c == CR || c == LF){ in getStringToken()
/third_party/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp61 static const UChar LF = 0x0a; in isNewlineMark() local
64 // CR LF in isNewlineMark()
65 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){ in isNewlineMark()
69 // CR or LF in isNewlineMark()
70 if ( c == CR || c == LF) { in isNewlineMark()
/third_party/icu/icu4c/source/tools/genrb/
H A Dread.c40 #define LF 0x000A macro
190 if(c == CR || c == LF){ in getStringToken()
203 if(c == CR || c == LF){ in getStringToken()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dread.c38 #define LF 0x000A macro
188 if(c == CR || c == LF){ in getStringToken()
201 if(c == CR || c == LF){ in getStringToken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h233 LibFunc LF; in TargetLibraryInfo() local
241 if (getLibFunc(AttrStr, LF)) in TargetLibraryInfo()
242 setUnavailable(LF); in TargetLibraryInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp612 const MCLEBFragment &LF = cast<MCLEBFragment>(F); in writeFragment() local
613 OS << LF.getContents(); in writeFragment()
940 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB() argument
941 uint64_t OldSize = LF.getContents().size(); in relaxLEB()
943 bool Abs = LF.getValue().evaluateKnownAbsolute(Value, Layout); in relaxLEB()
946 SmallString<8> &Data = LF.getContents(); in relaxLEB()
953 if (LF.isSigned()) in relaxLEB()
957 return OldSize != LF.getContents().size(); in relaxLEB()
H A DMCFragment.cpp420 const auto *LF = cast<MCLEBFragment>(this); in dump() local
422 OS << " Value:" << LF->getValue() << " Signed:" << LF->isSigned(); in dump()
/third_party/cups-filters/filter/
H A Dtexttotext.c46 LF = 0, enumerator
477 if (!strcasecmp(val, "LF")) in main()
478 newline_char = LF; in main()
488 (newline_char == LF ? "Line Feed (LF)" : in main()
490 "Carriage Return (CR) and Line Feed (LF)"))); in main()
545 if (newline_char == LF) in main()
554 margin, 2 characters for newline (CR + LF) plus form feed plus closing in main()
758 if (*procptr == '\r' || *procptr == '\n') { /* CR or LF */ in main()
759 /* Only write newline if we are not on the LF o in main()
[all...]
/third_party/ffmpeg/libavcodec/
H A Daptx.c315 [LF] = { quantize_intervals_LF,
341 [LF] = { hd_quantize_intervals_LF,
H A Daptx.h39 LF, // Low Frequency (0-5.5 kHz) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp269 raw_ostream &operator<<(raw_ostream &OS, const SymbolLookupFlags &LF) { in operator <<() argument
270 switch (LF) { in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraph.cpp100 if (Function *LF = LHS->getFunction()) in print()
102 return LF->getName() < RF->getName(); in print()
/third_party/python/Lib/
H A Dpoplib.py39 # Line terminators (we always output CRLF, but accept any of CRLF, LFCR, LF)
41 LF = b'\n' variable
42 CRLF = CR+LF
140 # server can send any combination of CR & LF
141 # however, 'readline()' returns lines ending in LF
142 # so only possibilities are ...LF, ...CRLF, CR...LF
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1046 // Systems based on ASCII or a compatible character set use either LF (Line feed, '\n', 0x0A, 10 in decimal) or in LoadFile()
1047 // CR (Carriage return, '\r', 0x0D, 13 in decimal) individually, or CR followed by LF (CR+LF, 0x0D 0x0A)... in LoadFile()
1048 // * LF: Multics, Unix and Unix-like systems (GNU/Linux, AIX, Xenix, Mac OS X, FreeBSD, etc.), BeOS, Amiga, RISC OS, and others in LoadFile()
1049 // * CR+LF: DEC RT-11 and most other early non-Unix, non-IBM OSes, CP/M, MP/M, DOS, OS/2, Microsoft Windows, Symbian OS in LoadFile()
1055 const char LF = 0x0a; in LoadFile() local
1064 *q++ = LF; in LoadFile()
1066 if ( *p == LF ) { // check for CR+LF (and skip LF) in LoadFile()
[all...]
/third_party/python/Lib/curses/
H A Dascii.py14 LF = 0x0a # ^J variable
42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
/third_party/skia/third_party/externals/icu/scripts/
H A Dupdate.sh40 svn export --native-eol LF "${repo}/${file}" "${treeroot}/${file}"
/third_party/icu/icu4c/source/common/
H A Duprops.h317 LF =0x000a, enumerator
/third_party/node/deps/icu-small/source/common/
H A Duprops.h317 LF =0x000a, enumerator
/third_party/skia/third_party/externals/icu/source/common/
H A Duprops.h316 LF =0x000a, enumerator
/third_party/python/Modules/cjkcodecs/
H A D_codecs_iso2022.c38 #define LF 0x0A macro
475 case LF: in DECODER()
477 OUTCHAR(LF); in DECODER()

Completed in 32 milliseconds

123