Home
last modified time | relevance | path

Searched refs:LS (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/external/llvm/test/CodeGen/PowerPC/
Dstfiwx.ll2 …%s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-stfiwx | FileCheck -check-prefix=CHECK-LS %s
6 ; CHECK-LS-LABEL: @test1
16 ; CHECK-LS: lwz
17 ; CHECK-LS: stw
18 ; CHECK-LS-NOT: stfiwx
19 ; CHECK-LS: blr
24 ; CHECK-LS-LABEL: @test2
38 ; CHECK-LS: lwz
39 ; CHECK-LS: stw
40 ; CHECK-LS-NOT: stfiwx
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dstfiwx.ll2 …hineinstrs < %s -mtriple=powerpc-apple-darwin8 -mattr=-stfiwx | FileCheck -check-prefix=CHECK-LS %s
6 ; CHECK-LS-LABEL: @test1
16 ; CHECK-LS: lwz
17 ; CHECK-LS: stw
18 ; CHECK-LS-NOT: stfiwx
19 ; CHECK-LS: blr
24 ; CHECK-LS-LABEL: @test2
38 ; CHECK-LS: lwz
39 ; CHECK-LS: stw
40 ; CHECK-LS-NOT: stfiwx
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartCollation.java44 + "<ul>" + LS
46 + "<ol>" + LS
47 + "<li>it doesn't show the strength differences</li>" + LS
48 …t does not yet take the settings or imports into account, so those are listed separately</li>" + LS
49 + "<li>consult the XML file for the exact details</li>" + LS
50 + "</ol>" + LS
51 + "<li>The characters used in the illustration are:" + LS
52 + "<ol>" + LS
53 …s='" + NOT_TAILORED + "'>not tailored</span> (added from standard exemplars for context)</li>" + LS
54 …OT_EXEMPLARS + "'>tailored</span>, but not in any exemplars (standard, aux, punctuation)</li>" + LS
[all …]
DFormattedFileWriter.java43 StringBuffer contents = new StringBuffer("<div id='chits'>" + Chart.LS); // in toString()
50 …+ FileUtilities.anchorize(title) + "' href='" + fileName + "'>" + title + "</a></div>" + Chart.LS); in toString()
52 contents.append("\t<div class='chit'>" + explanation + "</div>" + Chart.LS); in toString()
79 contents.append("</div>" + Chart.LS); in toString()
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp541 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
548 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
556 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
588 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, in LoopConstrainer() argument
593 MainLoopStructure(LS) {} in LoopConstrainer()
946 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument
1023 auto BBInsertLocation = std::next(Function::iterator(LS.Latch)); in changeIterationSpaceEnd()
1024 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd()
1026 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd()
1030 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd()
[all …]
DADCE.cpp38 static void collectLiveScopes(const DILocalScope &LS, in collectLiveScopes() argument
40 if (!AliveScopes.insert(&LS).second) in collectLiveScopes()
43 if (isa<DISubprogram>(LS)) in collectLiveScopes()
47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes); in collectLiveScopes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp622 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
628 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
636 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
673 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer() argument
677 Range(R), MainLoopStructure(LS) {} in LoopConstrainer()
1253 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument
1328 BasicBlock *BBInsertLocation = LS.Latch->getNextNode(); in changeIterationSpaceEnd()
1329 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd()
1331 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd()
1335 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd()
[all …]
/external/u-boot/arch/arm/dts/
Dhi6220-hikey.dts22 serial2 = &uart2; /* LS Expansion UART0 */
23 serial3 = &uart3; /* LS Expansion UART1 */
55 label = "LS-UART0";
58 label = "LS-UART1";
Dhi3798cv200-poplar.dts172 label = "LS-I2C0";
177 label = "LS-I2C1";
202 label = "LS-SPI0";
211 label = "LS-UART0";
213 /* No optional LS-UART1 on Low Speed Expansion Connector. */
Dstih410-b2260.dts82 label = "LS-UART0";
93 label = "LS-UART1";
99 label = "LS-SPI0";
106 label = "LS-I2C0";
112 label = "LS-I2C1";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/
DARMBaseInfo.h41 LS, // Unsigned lower or same Less than or equal enumerator
60 case HI: return LS; in getOppositeCondition()
61 case LS: return HI; in getOppositeCondition()
81 case ARMCC::LS: return "ls"; in ARMCondCodeToString()
104 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp91 size_t LS = S1.size(); in gsiRecordLess() local
94 if (LS != RS) in gsiRecordLess()
95 return LS < RS; in gsiRecordLess()
99 return memcmp(S1.data(), S2.data(), LS) < 0; in gsiRecordLess()
206 const std::pair<const CVSymbol *, const PublicSym32 *> &LS, in comparePubSymByAddrAndName() argument
208 if (LS.second->Segment != RS.second->Segment) in comparePubSymByAddrAndName()
209 return LS.second->Segment < RS.second->Segment; in comparePubSymByAddrAndName()
210 if (LS.second->Offset != RS.second->Offset) in comparePubSymByAddrAndName()
211 return LS.second->Offset < RS.second->Offset; in comparePubSymByAddrAndName()
213 return LS.second->Name < RS.second->Name; in comparePubSymByAddrAndName()
/external/tcpdump/tests/
Dospf3_nbma-vv.out72 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 160) fe80::3 > fe80::1: OSPFv3, LS-R…
101 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::1 > fe80::3: OSPFv3, LS-Re…
116 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 228) fe80::3 > fe80::1: OSPFv3, LS-U…
137 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 504) fe80::1 > fe80::3: OSPFv3, LS-U…
194 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::1: OSPFv3, LS-Up…
199 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::1 > fe80::3: OSPFv3, LS-Up…
210 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 52) fe80::3 > fe80::1: OSPFv3, LS-Up…
295 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::3 > fe80::2: OSPFv3, LS-Re…
310 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::2 > fe80::3: OSPFv3, LS-R…
332 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 216) fe80::2 > fe80::3: OSPFv3, LS-U…
[all …]
Dospf3_bc-vv.out74 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 100) fe80::2 > fe80::1: OSPFv3, LS-R…
90 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 88) fe80::1 > fe80::2: OSPFv3, LS-Re…
107 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 288) fe80::1 > fe80::2: OSPFv3, LS-U…
134 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 232) fe80::2 > fe80::1: OSPFv3, LS-U…
158 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::2 > ff02::5: OSPFv3, LS-Up…
165 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 168) fe80::1 > ff02::5: OSPFv3, LS-U…
187 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::2 > ff02::5: OSPFv3, LS-Up…
194 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::1 > ff02::5: OSPFv3, LS-A…
208 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 196) fe80::2 > ff02::5: OSPFv3, LS-A…
235 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::2 > fe80::1: OSPFv3, LS-Up…
[all …]
Dospf3_mp-vv.out89 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 124) fe80::3 > fe80::1: OSPFv3, LS-R…
112 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 100) fe80::1 > fe80::3: OSPFv3, LS-R…
131 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 296) fe80::3 > fe80::1: OSPFv3, LS-U…
158 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 376) fe80::1 > fe80::3: OSPFv3, LS-U…
200 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::1: OSPFv3, LS-Up…
207 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::1 > fe80::3: OSPFv3, LS-Up…
229 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 196) fe80::3 > fe80::2: OSPFv3, LS-A…
279 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 156) fe80::1 > fe80::3: OSPFv3, LS-A…
295 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 196) fe80::3 > fe80::1: OSPFv3, LS-A…
355 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::2 > fe80::3: OSPFv3, LS-R…
[all …]
/external/u-boot/arch/arm/mach-tegra/tegra20/
Dpinmux.c389 PINP(LSC1, DISPA, DISPB, SPI3, HDMI, LS),
390 PINP(LSCK, DISPA, DISPB, SPI3, HDMI, LS),
391 PINP(LDC, DISPA, DISPB, RSVD3, RSVD4, LS),
392 PINP(LCSN, DISPA, DISPB, SPI3, RSVD4, LS),
396 PINP(LSDA, DISPA, DISPB, SPI3, HDMI, LS),
397 PINP(LSDI, DISPA, DISPB, SPI3, RSVD4, LS),
398 PINP(LPW0, DISPA, DISPB, SPI3, HDMI, LS),
399 PINP(LPW1, DISPA, DISPB, RSVD3, RSVD4, LS),
400 PINP(LPW2, DISPA, DISPB, SPI3, HDMI, LS),
/external/chromium-libpac/test/
Djstocstring.pl4 open(LS, "ls $ARGV[0]|");
12 while (<LS>) {
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit() argument
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFTypeUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h24 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit() argument
26 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
DDWARFTypeUnit.h32 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit() argument
34 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFTypeUnit()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp49 LiveStacks* LS; member in __anon4bd7ee760111::StackSlotColoring
156 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
158 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs()
190 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
191 for (auto &I : *LS) in InitializeSlots()
433 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction()
438 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
/external/llvm/lib/Analysis/
DCostModel.cpp175 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); in matchPairwiseReductionAtLevel() local
176 if (!LS && Level) in matchPairwiseReductionAtLevel()
183 if (!Level && !RS && !LS) in matchPairwiseReductionAtLevel()
187 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr; in matchPairwiseReductionAtLevel()
223 if (matchPairwiseShuffleMask(LS, true, Level)) { in matchPairwiseReductionAtLevel()
227 if (!matchPairwiseShuffleMask(LS, false, Level)) in matchPairwiseReductionAtLevel()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.def41 X(Ole , LS , kNone, ge , none , true , false) \
59 X(Ugt, false , false , HI, HI , LS , gt , false, false) \
62 X(Ule, false , false , LS, LS , HI , ge , true , false) \
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h39 LS, // Unsigned lower or same Less than or equal enumerator
58 case HI: return LS; in getOppositeCondition()
59 case LS: return HI; in getOppositeCondition()
79 case ARMCC::LS: return "ls"; in ARMCondCodeToString()

12345678910>>...28