HomeSort by relevance Sort by last modified time
    Searched refs:LS (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 221 LockSetTy LS = state->get<LockSet>();
225 if (!LS.isEmpty()) {
226 const MemRegion *firstLockR = LS.getHead();
241 state = state->set<LockSet>(LS.getTail());
LocalizationChecker.cpp 604 const LocalizedState *LS = C.getState()->get<LocalizedMemMap>(mt);
605 if (LS && LS->isLocalized())
617 const LocalizedState *LS = C.getState()->get<LocalizedMemMap>(mt);
618 if (LS && LS->isNonLocalized())
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
Chart.java 21 public static final String LS = System.lineSeparator();
ShowRegionalVariants.java 288 static final LikelySubtags LS = new LikelySubtags();
293 String max = LS.maximize(key.toString());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 110 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 150 LS,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 123 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTX.h 148 LS,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ADCE.cpp 169 void collectLiveScopes(const DILocalScope &LS);
418 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocalScope &LS) {
419 if (!AliveScopes.insert(&LS).second)
422 if (isa<DISubprogram>(LS))
426 collectLiveScopes(cast<DILocalScope>(*LS.getScope()));
  /external/aac/libAACenc/src/
metadata_compressor.cpp 125 enum { L = 0, R = 1, C = 2, LFE = 3, LS = 4, RS = 5, S = 6, LS2 = 7, RS2 = 8 };
177 Ls, Rs, S, Ls2, Rs2). */
419 /* channel 1 (L, Ls,...) */
425 (DOWNMIX_SHIFT - 1); /* Ls */
434 (DOWNMIX_SHIFT - 1); /* Ls */
535 if (drcComp->channelIdx[LS] >= 0)
537 (FIXP_PCM)pSamples[drcComp->channelIdx[LS]]) >>
538 (DOWNMIX_SHIFT - 1); /* Ls */
551 if ((drcComp->channelIdx[LS] >= 0) && (drcComp->channelIdx[LS2] >= 0))
577 if (drcComp->channelIdx[LS] >= 0
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveDebugValues.cpp 87 LexicalScopes LS;
93 LexicalScopes &LS;
97 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {}
103 LS.getMachineBasicBlocks(DL, LBlocks);
104 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB);
140 VarLoc(const MachineInstr &MI, LexicalScopes &LS)
142 UVS(MI.getDebugLoc(), LS) {
374 VarLoc VL(MI, LS);
423 VarLoc VL(*NewDMI, LS);
819 LS.initialize(MF)
    [all...]
LiveDebugVariables.cpp 306 LiveIntervals &LIS, LexicalScopes &LS);
726 LiveIntervals &LIS, LexicalScopes &LS) {
775 LexicalScope *Scope = LS.findLexicalScope(dl);
839 LexicalScopes LS;
840 LS.initialize(*MF);
843 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, LS);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StackSlotColoring.cpp 60 LiveStacks* LS;
195 if (!LS->hasInterval(FI))
197 LiveInterval &li = LS->getInterval(FI);
218 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
275 const TargetRegisterClass *RC = LS->getIntervalRegClass(RSS);
421 const TargetRegisterClass *RC = LS->getIntervalRegClass(SS);
724 LS = &getAnalysis<LiveStacks>();
730 unsigned NumSlots = LS->getNumIntervals();
LiveDebugVariables.cpp 79 LexicalScopes &LS;
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;
658 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
670 LS.initialize(mf);
678 LS.releaseMemory();
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 84 LexicalScopes &LS;
88 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {}
94 LS.getMachineBasicBlocks(DL, LBlocks);
95 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB);
286 LexicalScopes LS;
345 LS.reset();
717 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
729 LS.initialize(mf);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 124 const DWARFSection *AOS, const DWARFSection &LS,
184 const DWARFSection *AOS, const DWARFSection &LS, bool LE,
194 &LS](uint32_t Offset) -> std::unique_ptr<UnitType> {
201 Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
327 const DWARFSection &LS, bool LE, bool IsDWO,
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 203 LS = 0x9, // Unsigned lower or same Less than or equal
226 case LS: return "ls";
260 case LS: return 0; // C == 0 || Z == 1
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 144 void addCMR(Counter C, StringRef File, unsigned LS, unsigned CS, unsigned LE,
147 C, getFileIndexForFunction(File), LS, CS, LE, CE));
150 void addExpansionCMR(StringRef File, StringRef ExpandedFile, unsigned LS,
154 LS, CS, LE, CE));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/InstPrinter/
ARCInstPrinter.cpp 78 case ARCCC::LS:
79 return "ls";
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 98 GV.LS = 'left_side'
102 GV.GESTURE_LOCATIONS = [GV.TL, GV.TR, GV.BL, GV.BR, GV.TS, GV.BS, GV.LS, GV.RS,
test_conf.py 327 (GV.TL, GV.TR, GV.BL, GV.BR, GV.TS, GV.BS, GV.LS, GV.RS,
339 GV.LS: ('left hand side',),
593 variations=(GV.TL, GV.TR, GV.BL, GV.BR, GV.TS, GV.BS, GV.LS, GV.RS,
603 GV.LS: ('left hand side',),
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 37 StringRef SOS, StringRef AOS, StringRef LS, bool LE,
41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCInstrInfo.cpp 115 return ARCCC::LS;
116 case ARCCC::LS:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 762 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(RD->LHS);
763 if (!LS && Level)
770 if (!Level && !RS && !LS)
774 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr;
809 if (matchPairwiseShuffleMask(LS, /*IsLeft=*/true, Level)) {
813 if (!matchPairwiseShuffleMask(LS, /*IsLeft=*/false, Level))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 203 LS = 0x9, // Unsigned lower or same Less than or equal
226 case LS: return "ls";
260 case LS: return 0; // C == 0 || Z == 1

Completed in 860 milliseconds

12 3 4 5 6