Searched defs:LS (Results 1 - 17 of 17) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp166 llvm::ImmutableList<const MemRegion*> LS = state->get<LockSet>(); local
170 if (LS.isEmpty())
173 const MemRegion *firstLockR = LS.getHead();
191 state = state->set<LockSet>(LS.getTail());
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h61 bool isCurrentFunctionScope(const LexicalScope *LS) { argument
62 return LS == CurrentFnLexicalScope;
/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp48 LiveStacks* LS; member in class:__anon9331::StackSlotColoring
153 if (!LS->hasInterval(FI))
155 LiveInterval &li = LS->getInterval(FI);
176 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
398 LS = &getAnalysis<LiveStacks>();
403 unsigned NumSlots = LS->getNumIntervals();
H A DLiveDebugVariables.cpp79 LexicalScopes &LS; member in class:__anon9260::UserValueScopes
83 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
89 LS.getMachineBasicBlocks(DL, LBlocks);
90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
285 LexicalScopes LS; member in class:__anon9262::LDVImpl
676 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
688 LS.initialize(mf);
695 LS.releaseMemory();
/external/llvm/include/llvm/Support/
H A DIntegersSubsetMapping.h218 SuccessorClass *LS,
228 CurrentLSuccessor = LS;
217 onLROpen(const IntTy &Pt, SuccessorClass *LS, SuccessorClass *RS) argument
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp352 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); local
354 if (LS &&
355 (LS->getMemoryVT() == MVT::f32 || LS->getMemoryVT() == MVT::f64) &&
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp120 LS = 4, enumerator in enum:__anon107
530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
546 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
882 if (drcComp->channelIdx[LS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1); /* Ls */
886 if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0)) tmp = fMult(FL2FXCONST_DBL(0.707f), tmp); /* 7.1ch */
895 if (drcComp->channelIdx[LS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[LS]])>>(DOWNMIX_SHIFT-1); /* Ls */
911 if (drcComp->channelIdx[LS] >
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArraysTest.java1858 public void test_hashCode$LS() {
/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/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1431 void DwarfDebug::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { argument
1432 // SmallVector<DbgVariable *, 8> &Vars = ScopeVariables.lookup(LS);
1433 ScopeVariables[LS].push_back(Var);
/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/webkit/Source/JavaScriptCore/assembler/
H A DARMAssembler.h115 LS = 0x90000000, enumerator in enum:JSC::ARMAssembler::__anon14895
H A DSH4Assembler.h336 LS = 0x4, // Unsigend Lower or Same enumerator in enum:JSC::SH4Assembler::__anon14921
679 case LS:
/external/clang/lib/Sema/
H A DSemaStmt.cpp372 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt); local
373 TheDecl->setStmt(LS);
376 return Owned(LS);
383 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt); local
384 return Owned(LS);
/external/clang/tools/libclang/
H A DCIndex.cpp2175 LabelDecl *LS = cast<LabelRefVisit>(&LI)->get(); local
2176 if (LabelStmt *stmt = LS->getStmt()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9072 LSBaseSDNode *LS = cast<LSBaseSDNode>(N); local
9074 Ptr = LS->getBasePtr();
9075 Size = LS->getMemoryVT().getSizeInBits() >> 3;
9076 SrcValue = LS->getSrcValue();
9077 SrcValueOffset = LS->getSrcValueOffset();
9078 SrcValueAlign = LS->getOriginalAlignment();
9079 TBAAInfo = LS->getTBAAInfo();
9080 return isa<LoadSDNode>(LS);
/external/qemu/
H A Dppc-dis.c653 /* The LS field in an X (sync) form instruction. */
654 #define LS LIA + 1
658 #define ME LS + 1
1802 /* An X form sync instruction with everything filled in except the LS field. */
4419 { "sync", X(31,598), XSYNC_MASK, PPCCOM, { LS } },
650 #define LS macro

Completed in 633 milliseconds