/external/llvm/test/CodeGen/PowerPC/ |
D | stfiwx.ll | 2 …%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/ |
D | InductiveRangeCheckElimination.cpp | 563 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/ |
D | README_MSMProp2.txt | 90 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/ |
D | jstocstring.pl | 4 open(LS, "ls $ARGV[0]|"); 12 while (<LS>) {
|
/external/aac/libAACenc/src/ |
D | metadata_compressor.cpp | 120 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/ |
D | CostModel.cpp | 178 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/ |
D | StackSlotColoring.cpp | 49 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()
|
D | LiveDebugVariables.cpp | 83 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/ |
D | ARMBaseInfo.h | 39 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/ |
D | make-debug-archive.in | 19 LS=/bin/ls 129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
|
/external/llvm/unittests/ProfileData/ |
D | CoverageMappingTest.cpp | 105 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/ |
D | ospf-gmpls.out | 2 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/ |
D | Mips16ISelDAGToDAG.cpp | 228 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/ |
D | PthreadLockChecker.cpp | 223 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/ |
D | DwarfFile.cpp | 138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument 139 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS]; in addScopeVariable()
|
D | DwarfFile.h | 96 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
|
/external/icu/icu4c/source/data/curr/ |
D | fr_SY.txt | 12 "LS",
|
/external/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 30 LS{"萊索托"}
|
D | fa_AF.txt | 59 LS{"لیسوتو"}
|
/external/icu/icu4c/source/data/misc/ |
D | postalCodeData.txt | 57 "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/ |
D | NVPTX.h | 166 LS, enumerator
|
/external/mockftpserver/tags/1.2.3/src/site/apt/ |
D | stubftpserver-commandhandlers.apt | 33 | LIST | DIR / LS | ListCommandHandler |
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | stubftpserver-commandhandlers.apt | 31 | LIST | DIR / LS | ListCommandHandler |
|
/external/mockftpserver/tags/1.1/src/site/apt/ |
D | stubftpserver-commandhandlers.apt | 33 | LIST | DIR / LS | ListCommandHandler |
|
/external/mockftpserver/tags/1.2.4/src/site/apt/ |
D | stubftpserver-commandhandlers.apt | 33 | LIST | DIR / LS | ListCommandHandler |
|