Home
last modified time | relevance | path

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

1234567891011

/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/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp563 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
570 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
578 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
610 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, in LoopConstrainer() argument
615 MainLoopStructure(LS) {} in LoopConstrainer()
968 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument
1045 auto BBInsertLocation = std::next(Function::iterator(LS.Latch)); in changeIterationSpaceEnd()
1046 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd()
1048 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd()
1052 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd()
[all …]
/external/valgrind/helgrind/
DREADME_MSMProp2.txt90 States are New, Read(VTS,LS), Write(VTS,LS)
92 where LS is a lockset (as before) and VTS is a vector timestamp.
138 The effect of a state Read(VTS,LS) is to constrain all later-observed
140 in common with LS, or (2) those writes must happen-after VTS. If
145 The effect of a state Write(VTS,LS) is similar, but it applies to all
147 least one lock in common with LS, or (2) those accesses must
153 If we ignore the LS component of these states, the intuitive
/external/chromium-libpac/test/
Djstocstring.pl4 open(LS, "ls $ARGV[0]|");
12 while (<LS>) {
/external/aac/libAACenc/src/
Dmetadata_compressor.cpp120 LS = 4, enumerator
530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0]; in FDK_DRC_Generator_Initialize()
547 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* ls */ in FDK_DRC_Generator_Initialize()
557 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* lrear */ in FDK_DRC_Generator_Initialize()
893 …if (drcComp->channelIdx[LS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcC… in FDK_DRC_Generator_Calc()
897 …if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(… in FDK_DRC_Generator_Calc()
906 …if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcC… in FDK_DRC_Generator_Calc()
922 …if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(slev, (FIXP_PCM)pSamples[drcComp->channelIdx[LS in FDK_DRC_Generator_Calc()
924 …if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(… in FDK_DRC_Generator_Calc()
[all …]
/external/llvm/lib/Analysis/
DCostModel.cpp178 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); in matchPairwiseReductionAtLevel() local
179 if (!LS && Level) in matchPairwiseReductionAtLevel()
186 if (!Level && !RS && !LS) in matchPairwiseReductionAtLevel()
190 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr; in matchPairwiseReductionAtLevel()
226 if (matchPairwiseShuffleMask(LS, true, Level)) { in matchPairwiseReductionAtLevel()
230 if (!matchPairwiseShuffleMask(LS, false, Level)) in matchPairwiseReductionAtLevel()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp49 LiveStacks* LS; member in __anon2482aeeb0111::StackSlotColoring
156 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
158 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs()
189 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
190 for (auto &I : *LS) in InitializeSlots()
434 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction()
439 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
DLiveDebugVariables.cpp83 LexicalScopes &LS; member in __anon0f87dc460111::UserValueScopes
87 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {} in UserValueScopes()
93 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
94 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB)) in dominates()
285 LexicalScopes LS; member in __anon0f87dc460311::LDVImpl
344 LS.reset(); in clear()
728 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS); in computeIntervals()
740 LS.initialize(mf); in runOnMachineFunction()
/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()
/external/elfutils/src/src/
Dmake-debug-archive.in19 LS=/bin/ls
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp105 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE, in addCMR()
108 CounterMappingRegion::makeRegion(C, getFile(File), LS, CS, LE, CE)); in addCMR()
111 void addExpansionCMR(StringRef File, StringRef ExpandedFile, unsigned LS, in addExpansionCMR()
114 getFile(File), getFile(ExpandedFile), LS, CS, LE, CE)); in addExpansionCMR()
/external/tcpdump/tests/
Dospf-gmpls.out2 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length 152
27 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length 152
52 40.35.1.2 > 224.0.0.5: OSPFv2, LS-Update, length 192
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp228 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); in selectAddr16() local
230 if (LS) { in selectAddr16()
231 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2()) in selectAddr16()
233 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2()) in selectAddr16()
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp223 LockSetTy LS = state->get<LockSet>(); in ReleaseLock() local
227 if (!LS.isEmpty()) { in ReleaseLock()
228 const MemRegion *firstLockR = LS.getHead(); in ReleaseLock()
245 state = state->set<LockSet>(LS.getTail()); in ReleaseLock()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument
139 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS]; in addScopeVariable()
DDwarfFile.h96 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
/external/icu/icu4c/source/data/curr/
Dfr_SY.txt12 "LS",
/external/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt30 LS{"萊索托"}
Dfa_AF.txt59 LS{"لیسوتو"}
/external/icu/icu4c/source/data/misc/
DpostalCodeData.txt57 "S|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG"
100 LS{"\d{3}"}
/external/llvm/lib/Target/NVPTX/
DNVPTX.h166 LS, enumerator
/external/mockftpserver/tags/1.2.3/src/site/apt/
Dstubftpserver-commandhandlers.apt33 | LIST | DIR / LS | ListCommandHandler |
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/
Dstubftpserver-commandhandlers.apt31 | LIST | DIR / LS | ListCommandHandler |
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-commandhandlers.apt33 | LIST | DIR / LS | ListCommandHandler |
/external/mockftpserver/tags/1.2.4/src/site/apt/
Dstubftpserver-commandhandlers.apt33 | LIST | DIR / LS | ListCommandHandler |

1234567891011