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

12

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
H A DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection,
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp138 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { argument
139 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS];
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp221 LockSetTy LS = state->get<LockSet>(); local
225 if (!LS.isEmpty()) {
226 const MemRegion *firstLockR = LS.getHead();
241 state = state->set<LockSet>(LS.getTail());
/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp49 LiveStacks* LS; member in class:__anon12293::StackSlotColoring
156 if (!LS->hasInterval(FI))
158 LiveInterval &li = LS->getInterval(FI);
189 Intervals.reserve(LS->getNumIntervals());
190 for (auto &I : *LS)
434 LS = &getAnalysis<LiveStacks>();
439 unsigned NumSlots = LS->getNumIntervals();
H A DLiveDebugVariables.cpp83 LexicalScopes &LS; member in class:__anon12209::UserValueScopes
87 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
93 LS.getMachineBasicBlocks(DL, LBlocks);
94 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB);
283 LexicalScopes LS; member in class:__anon12211::LDVImpl
342 LS.reset();
710 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
722 LS.initialize(mf);
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp229 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent); local
231 if (LS) {
232 if (LS->getMemoryVT() == MVT::f32 && Subtarget->hasMips4_32r2())
234 if (LS->getMemoryVT() == MVT::f64 && Subtarget->hasMips4_32r2())
/external/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp105 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE, argument
108 CounterMappingRegion::makeRegion(C, getFile(File), LS, CS, LE, CE));
111 void addExpansionCMR(StringRef File, StringRef ExpandedFile, unsigned LS, argument
114 getFile(File), getFile(ExpandedFile), LS, CS, LE, CE)); local
/external/llvm/lib/Analysis/
H A DCostModel.cpp175 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(L); local
176 if (!LS && Level)
183 if (!Level && !RS && !LS)
187 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr;
223 if (matchPairwiseShuffleMask(LS, true, Level)) {
227 if (!matchPairwiseShuffleMask(LS, false, Level))
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp36 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
40 LineSection(LS), StringSection(SS), StringOffsetSection([&]() {
34 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *IndexEntry) argument
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h150 LS, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp120 LS = 4, enumerator in enum:__anon277
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/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/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/Transforms/IPO/
H A DMergeFunctions.cpp714 const ConstantStruct *LS = cast<ConstantStruct>(L); local
721 if (int Res = cmpConstants(cast<Constant>(LS->getOperand(i)),
/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp547 // Rewrite the iteration space of the loop denoted by (LS, Preheader). The
570 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
574 // The loop denoted by `LS' has `OldPreheader' as its preheader. This
575 // function creates a new preheader for `LS' and returns it.
577 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
581 // `changeIterationSpaceEnd' and is the preheader to the loop denoted by `LS'.
582 // This function rewrites the PHI nodes in `LS.Header' to start with the
585 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
617 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, argument
622 MainLoopStructure(LS) {}
974 changeIterationSpaceEnd( const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, BasicBlock *ContinuationBlock) const argument
1130 rewriteIncomingValuesForPHIs( LoopStructure &LS, BasicBlock *ContinuationBlock, const LoopConstrainer::RewrittenRangeInfo &RRI) const argument
1149 createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, const char *Tag) const argument
1443 LoopStructure LS = MaybeLoopStructure.getValue(); local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp669 unsigned LS = findLastSet(RImm); local
670 if (LS != r-1)
673 uint64_t OnesMask = -(int64_t) (UINT64_C(1) << (LS+1));
784 unsigned LS = findLastSet(RImm); local
785 // We're adding (63-LS) higher-order ones, and we expect to mask them off
787 // 63-LS == 64-r => LS == r-1
788 if (LS != r-1)
791 uint64_t OnesMask = -(int64_t) (UINT64_C(1) << (LS+1));
799 MaskEnd = LS;
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp470 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt); local
471 TheDecl->setStmt(LS);
480 return LS;
487 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt); local
488 return LS;
/external/clang/tools/libclang/
H A DCIndex.cpp2697 const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get(); local
2698 if (LabelStmt *stmt = LS->getStmt()) {
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h203 LS = 0x9, // Unsigned lower or same Less than or equal enumerator in enum:llvm::AArch64CC::CondCode
226 case LS: return "ls";
260 case LS: return 0; // C == 0 || Z == 1
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10087 Cost(const LoadedSlice &LS, bool ForCodeSize = false) argument
10090 EVT TruncType = LS.Inst->getValueType(0);
10091 EVT LoadedType = LS.getLoadedType();
10093 !LS.DAG->getTargetLoweringInfo().isZExtFree(LoadedType, TruncType))
10101 void addSliceGain(const LoadedSlice &LS) { argument
10103 const TargetLowering &TLI = LS.DAG->getTargetLoweringInfo();
10104 if (!TLI.isTruncateFree(LS.Inst->getOperand(0).getValueType(),
10105 LS.Inst->getValueType(0)))
10108 if (LS.Shift)
10111 if (LS
10482 const LoadedSlice &LS = LoadedSlices[CurrSlice]; local
[all...]
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1105 milliseconds

12