Searched refs:LS (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium-libpac/test/
H A Djstocstring.pl4 open(LS, "ls $ARGV[0]|");
12 while (<LS>) {
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/
H A Dmemcpy-sh4.S32 mov.l @(r0,r5),r7 ! 21 LS (2 cycles latency)
39 3: mov.l @(r0,r5),r1 ! 21 LS (latency=2) ! NMLK
54 mov.l r3,@-r0 ! 30 LS
56 3: mov.l @(r0,r5),r1 ! 21 LS (latency=2) ! KLMN
71 mov.l r3,@-r0 ! 30 LS
82 mov.b @(r0,r5),r1 ! 20 LS (latency=2)
86 mov.b r1,@-r0 ! 29 LS
105 mov.l @(r0,r5),r7 ! 21 LS (2 cycles latency)
112 3: mov.l @(r0,r5),r1 ! 21 LS (latency=2) ! NMLK
127 mov.l r3,@-r0 ! 30 LS
[all...]
/external/elfutils/0.153/src/
H A Dmake-debug-archive.in19 LS=/bin/ls
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h39 LS, // Unsigned lower or same Less than or equal enumerator in enum:llvm::ARMCC::CondCodes
58 case HI: return LS;
59 case LS: return HI;
79 case ARMCC::LS: return "ls";
/external/llvm/lib/Analysis/
H A DCostModel.cpp177 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); local
178 if (!LS && Level)
185 if (!Level && !RS && !LS)
189 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr;
225 if (matchPairwiseShuffleMask(LS, true, Level)) {
229 if (!matchPairwiseShuffleMask(LS, false, Level))
H A DScalarEvolution.cpp3988 const SCEV *LS = getSCEV(LHS);
3992 const SCEV *LDiff = getMinusSCEV(LA, LS);
3995 return getAddExpr(getSMaxExpr(LS, RS), LDiff);
3997 RDiff = getMinusSCEV(RA, LS);
3999 return getAddExpr(getSMinExpr(LS, RS), LDiff);
4011 const SCEV *LS = getSCEV(LHS);
4015 const SCEV *LDiff = getMinusSCEV(LA, LS);
4018 return getAddExpr(getUMaxExpr(LS, RS), LDiff);
4020 RDiff = getMinusSCEV(RA, LS);
4022 return getAddExpr(getUMinExpr(LS, R
[all...]
/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp49 LiveStacks* LS; member in class:__anon25827::StackSlotColoring
156 if (!LS->hasInterval(FI))
158 LiveInterval &li = LS->getInterval(FI);
189 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
426 LS = &getAnalysis<LiveStacks>();
431 unsigned NumSlots = LS->getNumIntervals();
H A DLiveDebugVariables.cpp82 LexicalScopes &LS; member in class:__anon25754::UserValueScopes
86 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
92 LS.getMachineBasicBlocks(DL, LBlocks);
93 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
288 LexicalScopes LS; member in class:__anon25756::LDVImpl
690 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
702 LS.initialize(mf);
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h153 bool isCurrentFunctionScope(const LexicalScope *LS) { argument
154 return LS == CurrentFnLexicalScope;
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp120 LS = 4, enumerator in enum:__anon110
530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
547 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* ls */
557 drcComp->channelIdx[LS] = channelMapping.elInfo[3].ChannelIndex[0]; /* lrear */
893 if (drcComp->channelIdx[LS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1); /* Ls */
897 if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp); /* 7.1ch */
906 if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIF
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp223 LockSetTy LS = state->get<LockSet>(); local
227 if (!LS.isEmpty()) {
228 const MemRegion *firstLockR = LS.getHead();
245 state = state->set<LockSet>(LS.getTail());
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp226 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); local
228 if (LS) {
229 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2())
231 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2())
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h165 LS, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp180 case NVPTX::PTXCmpMode::LS:
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp362 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt))
363 Next = LS->getSubStmt();
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java677 LS(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
H A Dmemcpy_64.S21 neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry
/external/oprofile/events/x86-64/family11h/
H A Devents32 event:0x23 counters:0,1,2,3 um:zero minimum:500 name:LS_BUFFER_2_FULL_CYCLES : Cycles LS Buffer 2 full
105 event:0xd8 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_LS_FULL : Dispatch stall when LS is full
/external/oprofile/events/x86-64/hammer/
H A Devents30 event:0x23 counters:0,1,2,3 um:zero minimum:500 name:LS_BUFFER_2_FULL_CYCLES : Cycles LS Buffer 2 full
100 event:0xd8 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_LS_FULL : Dispatch stall when LS is full
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h202 LS = 0x9, // Unsigned lower or same Less than or equal enumerator in enum:llvm::AArch64CC::CondCode
225 case LS: return "ls";
259 case LS: return 0; // C == 0 || Z == 1
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h337 void addScopeVariable(LexicalScope *LS, DbgVariable *Var);
H A DDwarfDebug.cpp482 for (LexicalScope *LS : Scope->getChildren())
483 if (std::unique_ptr<DIE> Nested = constructScopeDIE(TheCU, LS))
1500 void DwarfDebug::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { argument
1501 if (addCurrentFnArgument(Var, LS))
1503 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS];
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp566 const ConstantStruct *LS = cast<ConstantStruct>(L); local
573 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8095 Cost(const LoadedSlice &LS, bool ForCodeSize = false) argument
8098 EVT TruncType = LS.Inst->getValueType(0);
8099 EVT LoadedType = LS.getLoadedType();
8101 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType))
8109 void addSliceGain(const LoadedSlice &LS) { argument
8111 const TargetLowering &TLI = LS.DAG->getTargetLoweringInfo();
8112 if (!TLI.isTruncateFree(LS.Inst->getValueType(0),
8113 LS.Inst->getOperand(0).getValueType()))
8116 if (LS.Shift)
8119 if (LS
8174 LoadedSlice(const LoadedSlice &LS) argument
8493 const LoadedSlice &LS = LoadedSlices[CurrSlice]; local
[all...]

Completed in 2095 milliseconds

12