Home
last modified time | relevance | path

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

123

/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemcpy.c13 #define LS >> in memcpy() macro
16 #define LS << in memcpy() macro
59 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
61 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
63 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
65 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
75 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
77 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
79 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
81 *(u32 *)(d+12) = (x LS 1 in memcpy()
[all...]
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemcpy.c18 #define LS >> in __memcpy() macro
21 #define LS << in __memcpy() macro
64 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in __memcpy()
66 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in __memcpy()
68 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in __memcpy()
70 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in __memcpy()
80 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in __memcpy()
82 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in __memcpy()
84 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in __memcpy()
86 *(u32 *)(d+12) = (x LS 1 in __memcpy()
[all...]
/third_party/musl/porting/liteos_m/user/src/string/
H A Dmemcpy.c14 #define LS >> in memcpy() macro
17 #define LS << in memcpy() macro
60 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
62 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
64 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
66 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
76 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
78 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
80 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
82 *(u32 *)(d+12) = (x LS 1 in memcpy()
[all...]
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemcpy.c14 #define LS >> in memcpy() macro
17 #define LS << in memcpy() macro
60 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
62 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
64 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
66 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
76 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
78 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
80 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
82 *(u32 *)(d+12) = (x LS 1 in memcpy()
[all...]
/third_party/musl/src/string/
H A Dmemcpy.c13 #define LS >> in memcpy() macro
16 #define LS << in memcpy() macro
59 *(u32 *)(d+0) = (w LS 24) | (x RS 8); in memcpy()
61 *(u32 *)(d+4) = (x LS 24) | (w RS 8); in memcpy()
63 *(u32 *)(d+8) = (w LS 24) | (x RS 8); in memcpy()
65 *(u32 *)(d+12) = (x LS 24) | (w RS 8); in memcpy()
75 *(u32 *)(d+0) = (w LS 16) | (x RS 16); in memcpy()
77 *(u32 *)(d+4) = (x LS 16) | (w RS 16); in memcpy()
79 *(u32 *)(d+8) = (w LS 16) | (x RS 16); in memcpy()
81 *(u32 *)(d+12) = (x LS 1 in memcpy()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h40 LS, // Unsigned lower or same Less than or equal enumerator
59 case HI: return LS; in getOppositeCondition()
60 case LS: return HI; in getOppositeCondition()
76 case ARMCC::HS: return ARMCC::LS; in getSwappedCondition()
79 case ARMCC::LS: return ARMCC::HS; in getSwappedCondition()
157 case ARMCC::LS: return "ls"; in ARMCondCodeToString()
180 .Case("ls", ARMCC::LS) in ARMCondCodeFromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp121 LexicalScopes LS; member in __anon24029::LiveDebugValues
129 LexicalScopes &LS; member in __anon24029::LiveDebugValues::UserValueScopes
133 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(std::move(D)), LS(L) {} in UserValueScopes()
139 LS.getMachineBasicBlocks(DL, LBlocks); in dominates()
140 return LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB); in dominates()
191 VarLoc(const MachineInstr &MI, LexicalScopes &LS) in VarLoc()
194 Expr(MI.getDebugExpression()), MI(MI), UVS(MI.getDebugLoc(), LS) { in VarLoc()
220 static VarLoc CreateEntryLoc(const MachineInstr &MI, LexicalScopes &LS, in CreateEntryLoc()
222 VarLoc VL(MI, LS); in CreateEntryLoc()
235 LexicalScopes &LS, in CreateEntryBackupLoc()
[all...]
H A DStackSlotColoring.cpp62 LiveStacks* LS; member in __anon24129::StackSlotColoring
173 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
175 LiveInterval &li = LS->getInterval(FI); in ScanForSpillSlotRefs()
214 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
215 for (auto &I : *LS) in InitializeSlots()
494 LS = &getAnalysis<LiveStacks>(); in runOnMachineFunction()
499 unsigned NumSlots = LS->getNumIntervals(); in runOnMachineFunction()
H A DLiveDebugVariables.cpp336 LiveIntervals &LIS, LexicalScopes &LS);
852 LiveIntervals &LIS, LexicalScopes &LS) { in computeIntervals()
909 LexicalScope *Scope = LS.findLexicalScope(dl); in computeIntervals()
978 LexicalScopes LS; in computeIntervals() local
979 LS.initialize(*MF); in computeIntervals()
982 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, LS); in computeIntervals()
850 computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI, LiveIntervals &LIS, LexicalScopes &LS) computeIntervals() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp556 // Rewrite the iteration space of the loop denoted by (LS, Preheader). The
578 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
582 // The loop denoted by `LS' has `OldPreheader' as its preheader. This
583 // function creates a new preheader for `LS' and returns it.
584 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader,
588 // `changeIterationSpaceEnd' and is the preheader to the loop denoted by `LS'.
589 // This function rewrites the PHI nodes in `LS.Header' to start with the
592 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader,
629 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer()
633 Range(R), MainLoopStructure(LS) {} in LoopConstrainer()
627 LoopConstrainer(Loop &L, LoopInfo &LI, function_ref<void(Loop *, bool)> LPMAddNewLoop, const LoopStructure &LS, ScalarEvolution &SE, DominatorTree &DT, InductiveRangeCheck::Range R) LoopConstrainer() argument
1179 changeIterationSpaceEnd( const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, BasicBlock *ContinuationBlock) const changeIterationSpaceEnd() argument
1334 rewriteIncomingValuesForPHIs( LoopStructure &LS, BasicBlock *ContinuationBlock, const LoopConstrainer::RewrittenRangeInfo &RRI) const rewriteIncomingValuesForPHIs() argument
1345 createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, const char *Tag) const createPreheader() argument
1830 LoopStructure LS = MaybeLoopStructure.getValue(); run() local
[all...]
H A DADCE.cpp171 void collectLiveScopes(const DILocalScope &LS);
420 void AggressiveDeadCodeElimination::collectLiveScopes(const DILocalScope &LS) { in collectLiveScopes() argument
421 if (!AliveScopes.insert(&LS).second) in collectLiveScopes()
424 if (isa<DISubprogram>(LS)) in collectLiveScopes()
428 collectLiveScopes(cast<DILocalScope>(*LS.getScope())); in collectLiveScopes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp119 size_t LS = S1.size();
122 if (LS != RS)
123 return LS < RS;
127 return memcmp(S1.data(), S2.data(), LS) < 0;
233 const std::pair<const CVSymbol *, const PublicSym32 *> &LS,
235 if (LS.second->Segment != RS.second->Segment)
236 return LS.second->Segment < RS.second->Segment;
237 if (LS.second->Offset != RS.second->Offset)
238 return LS.second->Offset < RS.second->Offset;
240 return LS
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp104 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument
105 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable()
121 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument
122 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
H A DDwarfFile.h152 bool addScopeVariable(LexicalScope *LS, DbgVariable *Var);
154 void addScopeLabel(LexicalScope *LS, DbgLabel *Label);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
26 LS, LE, IsDWO, UnitVector) {} in DWARFCompileUnit()
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFCompileUnit() argument
H A DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
34 LS, LE, IsDWO, UnitVector) {} in DWARFTypeUnit()
27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFTypeUnit() argument
H A DDWARFUnit.h164 const DWARFSection *AOS, const DWARFSection &LS, bool LE,
271 const DWARFSection &LS, bool LE, bool IsDWO,
311 void setLocSection(const DWARFSection *LS, uint64_t Base) { in setLocSection() argument
312 LocSection = LS; in setLocSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
H A DRetireStage.h37 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage() argument
38 : Stage(), RCU(R), PRF(F), LSU(LS) {} in RetireStage()
/third_party/backends/backend/
H A Dcoolscan.c427 if(s->LS>=2) in coolscan_autofocus()
608 if (1 == s->LS) in coolscan_set_window_param_LS20()
609 { /* Analog gamma reserved on LS-1000 */ in coolscan_set_window_param_LS20()
739 /* the coolscan LS-30 uses the upper left corner in coolscan_set_window_param_LS30()
839 if(s->LS<2) /* distinguish between old and new scanners */ in coolscan_set_window_param()
994 if(s->LS<2) /* distinguish between old and new scanners */ in coolscan_get_window_param()
1045 if(s->LS>=2) in coolscan_start_scan()
1058 if(s->LS<2) in prescan()
1121 if(scanner->LS<2) in do_prescan_now()
1142 if(s->LS< in send_one_LUT()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h39 LS = 0xe, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp945 ShuffleVectorInst *LS = dyn_cast<ShuffleVectorInst>(RD->LHS); in matchPairwiseReductionAtLevel()
946 if (!LS && Level) in matchPairwiseReductionAtLevel()
953 if (!Level && !RS && !LS) in matchPairwiseReductionAtLevel()
957 Value *NextLevelOpL = LS ? LS->getOperand(0) : nullptr; in matchPairwiseReductionAtLevel()
992 if (matchPairwiseShuffleMask(LS, /*IsLeft=*/true, Level)) { in matchPairwiseReductionAtLevel()
996 if (!matchPairwiseShuffleMask(LS, /*IsLeft=*/false, Level)) in matchPairwiseReductionAtLevel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h139 LS, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()
69 &LS](uint64_t Offset, DWARFSectionKind SectionKind, in addUnitsImpl()
87 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
92 AOS, LS, LE, IsDWO, *this); in addUnitsImpl()
175 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFUnit()
178 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument
171 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFUnit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1149 LatticeCell LS; in evaluateCMPri() local
1150 if (!getCell(R1, Inputs, LS)) in evaluateCMPri()
1152 if (LS.isProperty()) in evaluateCMPri()
1153 return evaluateCMPpi(Cmp, LS.properties(), A2, Result); in evaluateCMPri()
1157 for (unsigned i = 0; i < LS.size(); ++i) { in evaluateCMPri()
1159 bool Computed = constToInt(LS.Values[i], A) && in evaluateCMPri()
1176 LatticeCell LS; in evaluateCMPrp() local
1177 if (!getCell(R1, Inputs, LS)) in evaluateCMPrp()
1179 if (LS.isProperty()) in evaluateCMPrp()
1180 return evaluateCMPpp(Cmp, LS in evaluateCMPrp()
2681 LatticeCell LS; evaluateHexCondMove() local
[all...]
H A DHexagonFrameLowering.cpp2206 IndexType &LS = LastStore[I.first]; in optimizeSpillSlots() local
2207 if (LS != IndexType::None) in optimizeSpillSlots()
2208 RL.add(LS, LL, false, false); in optimizeSpillSlots()
2211 LS = IndexType::None; in optimizeSpillSlots()
2214 IndexType LS = I.second; in optimizeSpillSlots() local
2215 if (LS == IndexType::None) in optimizeSpillSlots()
2218 RL.add(LS, IndexType::None, false, false); in optimizeSpillSlots()
2557 unsigned LS = 0; in mayOverflowFrameOffset() local
2562 ++LS; in mayOverflowFrameOffset()
2567 ++LS; in mayOverflowFrameOffset()
[all...]

Completed in 28 milliseconds

123