/external/llvm-project/llvm/unittests/CodeGen/ |
D | LexicalScopesTest.cpp | 134 LexicalScopes LS; in TEST_F() local 135 EXPECT_TRUE(LS.empty()); in TEST_F() 136 LS.reset(); in TEST_F() 137 EXPECT_EQ(LS.getCurrentFunctionScope(), nullptr); in TEST_F() 139 LS.initialize(*MF); in TEST_F() 140 EXPECT_FALSE(LS.empty()); in TEST_F() 141 LexicalScope *FuncScope = LS.getCurrentFunctionScope(); in TEST_F() 160 LS.getMachineBasicBlocks(OutermostLoc.get(), MBBVec); in TEST_F() 167 EXPECT_TRUE(LS.dominates(OutermostLoc.get(), &MBB)); in TEST_F() 168 EXPECT_FALSE(LS.dominates(InBlockLoc.get(), &MBB)); in TEST_F() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | stfiwx.ll | 2 …%s -march=ppc32 -mtriple=powerpc-apple-darwin8 -mattr=-stfiwx | FileCheck -check-prefix=CHECK-LS %s 6 ; CHECK-LS-LABEL: @test1 16 ; CHECK-LS: lwz 17 ; CHECK-LS: stw 18 ; CHECK-LS-NOT: stfiwx 19 ; CHECK-LS: blr 24 ; CHECK-LS-LABEL: @test2 38 ; CHECK-LS: lwz 39 ; CHECK-LS: stw 40 ; CHECK-LS-NOT: stfiwx [all …]
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | BackgroundIndexLoader.cpp | 55 LoadedShard &LS = It.first->getValue(); in loadShard() local 59 return {LS, Edges}; in loadShard() 61 LS.AbsolutePath = StartSourceFile.str(); in loadShard() 62 LS.DependentTU = std::string(DependentTU); in loadShard() 63 BackgroundIndexStorage *Storage = IndexStorageFactory(LS.AbsolutePath); in loadShard() 67 return {LS, Edges}; in loadShard() 70 LS.Shard = std::move(Shard); in loadShard() 71 for (const auto &It : *LS.Shard->Sources) { in loadShard() 85 LS.Digest = IGN.Digest; in loadShard() 86 LS.CountReferences = IGN.Flags & IncludeGraphNode::SourceFlag::IsTU; in loadShard() [all …]
|
D | Background.cpp | 81 bool shardIsStale(const LoadedShard &LS, llvm::vfs::FileSystem *FS) { in shardIsStale() argument 82 auto Buf = FS->getBufferForFile(LS.AbsolutePath); in shardIsStale() 85 LS.AbsolutePath, Buf.getError().message()); in shardIsStale() 89 return digest(Buf->get()->getBuffer()) != LS.Digest; in shardIsStale() 371 for (auto &LS : Result) { in loadProject() local 372 if (!LS.Shard) in loadProject() 375 LS.Shard->Symbols in loadProject() 376 ? std::make_unique<SymbolSlab>(std::move(*LS.Shard->Symbols)) in loadProject() 378 auto RS = LS.Shard->Refs in loadProject() 379 ? std::make_unique<RefSlab>(std::move(*LS.Shard->Refs)) in loadProject() [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | stfiwx.ll | 2 …instrs < %s -mtriple=powerpc-unknown-linux-gnu -mattr=-stfiwx | FileCheck -check-prefix=CHECK-LS %s 6 ; CHECK-LS-LABEL: @test1 17 ; CHECK-LS: lwz 18 ; CHECK-LS: stw 19 ; CHECK-LS-NOT: stfiwx 20 ; CHECK-LS: blr 25 ; CHECK-LS-LABEL: @test2 40 ; CHECK-LS: lwz 41 ; CHECK-LS: stw 42 ; CHECK-LS-NOT: stfiwx [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | LoopUnrolling.cpp | 76 auto LS = State->get<LoopStack>(); in processLoopEnd() local 77 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd() 78 State = State->set<LoopStack>(LS.getTail()); in processLoopEnd() 269 auto LS = State->get<LoopStack>(); in updateLoopStack() local 270 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack() 271 LCtx == LS.getHead().getLocationContext()) { in updateLoopStack() 272 if (LS.getHead().isUnrolled() && madeNewBranch(Pred, LoopStmt)) { in updateLoopStack() 273 State = State->set<LoopStack>(LS.getTail()); in updateLoopStack() 286 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack() 299 auto LS = State->get<LoopStack>(); in isUnrolledState() local [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartCollation.java | 45 "<ul>" + LS 46 + "<li>The characters used in the illustration are:" + LS 47 + "<ol>" + LS 48 …s='" + NOT_TAILORED + "'>not tailored</span> (added from standard exemplars for context)</li>" + LS 49 …OT_EXEMPLARS + "'>tailored</span>, but not in any exemplars (standard, aux, punctuation)</li>" + LS 50 + "<li>those both tailored and in exemplars</li>" + LS 51 + "</ol>" + LS 52 + "<li>The tailored characters may include:" + LS 53 + "<ol>" + LS 54 + "<li>some longer strings (contractions) from the rules</li>" + LS [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 541 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 548 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 556 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 588 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, in LoopConstrainer() argument 593 MainLoopStructure(LS) {} in LoopConstrainer() 946 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument 1023 auto BBInsertLocation = std::next(Function::iterator(LS.Latch)); in changeIterationSpaceEnd() 1024 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd() 1026 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd() 1030 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() [all …]
|
D | ADCE.cpp | 38 static void collectLiveScopes(const DILocalScope &LS, in collectLiveScopes() argument 40 if (!AliveScopes.insert(&LS).second) in collectLiveScopes() 43 if (isa<DISubprogram>(LS)) in collectLiveScopes() 47 collectLiveScopes(cast<DILocalScope>(*LS.getScope()), AliveScopes); in collectLiveScopes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
D | ARMBaseInfo.h | 40 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()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | convertphitype.ll | 13 ; CHECK-NEXT: [[LS:%.*]] = load i32, i32* [[S:%.*]], align 4 14 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 48 ; CHECK-NEXT: [[LS:%.*]] = load i32, i32* [[S:%.*]], align 4 49 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 75 ; CHECK-NEXT: [[LS:%.*]] = load i32, i32* [[S:%.*]], align 4 76 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 103 ; CHECK-NEXT: [[LS:%.*]] = load i32, i32* [[S:%.*]], align 4 104 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast i32 [[LS]] to float 133 ; CHECK-NEXT: [[LS:%.*]] = load double, double* [[S:%.*]], align 4 134 ; CHECK-NEXT: [[LS_BC:%.*]] = bitcast double [[LS]] to i64 [all …]
|
/external/llvm-project/llvm/lib/Target/ARM/Utils/ |
D | ARMBaseInfo.h | 40 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()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 245 bool isProfitableToTransform(const Loop &L, LoopStructure &LS); 594 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 600 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 608 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 645 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer() argument 649 Range(R), MainLoopStructure(LS) {} in LoopConstrainer() 1195 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument 1270 BasicBlock *BBInsertLocation = LS.Latch->getNextNode(); in changeIterationSpaceEnd() 1271 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd() 1273 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 578 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader, 584 BasicBlock *createPreheader(const LoopStructure &LS, BasicBlock *OldPreheader, 592 LoopStructure &LS, BasicBlock *ContinuationBlockAndPreheader, 629 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer() argument 633 Range(R), MainLoopStructure(LS) {} in LoopConstrainer() 1180 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() argument 1255 BasicBlock *BBInsertLocation = LS.Latch->getNextNode(); in changeIterationSpaceEnd() 1256 RRI.ExitSelector = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".exit.selector", in changeIterationSpaceEnd() 1258 RRI.PseudoExit = BasicBlock::Create(Ctx, Twine(LS.Tag) + ".pseudo.exit", &F, in changeIterationSpaceEnd() 1262 bool Increasing = LS.IndVarIncreasing; in changeIterationSpaceEnd() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 119 size_t LS = S1.size(); in gsiRecordLess() local 122 if (LS != RS) in gsiRecordLess() 123 return LS < RS; in gsiRecordLess() 127 return memcmp(S1.data(), S2.data(), LS) < 0; in gsiRecordLess() 233 const std::pair<const CVSymbol *, const PublicSym32 *> &LS, in comparePubSymByAddrAndName() argument 235 if (LS.second->Segment != RS.second->Segment) in comparePubSymByAddrAndName() 236 return LS.second->Segment < RS.second->Segment; in comparePubSymByAddrAndName() 237 if (LS.second->Offset != RS.second->Offset) in comparePubSymByAddrAndName() 238 return LS.second->Offset < RS.second->Offset; in comparePubSymByAddrAndName() 240 return LS.second->Name < RS.second->Name; in comparePubSymByAddrAndName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 104 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 121 LexicalScopes LS; member in __anon0fae8d260111::LiveDebugValues 129 LexicalScopes &LS; member in __anon0fae8d260111::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 …]
|
/external/tcpdump/tests/ |
D | ospf3_nbma-vv.out | 72 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 160) fe80::3 > fe80::1: OSPFv3, LS-R… 101 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::1 > fe80::3: OSPFv3, LS-Re… 116 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 228) fe80::3 > fe80::1: OSPFv3, LS-U… 137 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 504) fe80::1 > fe80::3: OSPFv3, LS-U… 194 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 44) fe80::3 > fe80::1: OSPFv3, LS-Up… 199 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 92) fe80::1 > fe80::3: OSPFv3, LS-Up… 210 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 52) fe80::3 > fe80::1: OSPFv3, LS-Up… 295 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::3 > fe80::2: OSPFv3, LS-Re… 310 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::2 > fe80::3: OSPFv3, LS-R… 332 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 216) fe80::2 > fe80::3: OSPFv3, LS-U… [all …]
|
D | ospf3_bc-vv.out | 74 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 100) fe80::2 > fe80::1: OSPFv3, LS-R… 90 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 88) fe80::1 > fe80::2: OSPFv3, LS-Re… 107 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 288) fe80::1 > fe80::2: OSPFv3, LS-U… 134 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 232) fe80::2 > fe80::1: OSPFv3, LS-U… 158 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::2 > ff02::5: OSPFv3, LS-Up… 165 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 168) fe80::1 > ff02::5: OSPFv3, LS-U… 187 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 76) fe80::2 > ff02::5: OSPFv3, LS-Up… 194 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::1 > ff02::5: OSPFv3, LS-A… 208 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 196) fe80::2 > ff02::5: OSPFv3, LS-A… 235 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::2 > fe80::1: OSPFv3, LS-Up… [all …]
|
D | ospf3_mp-vv.out | 89 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 124) fe80::3 > fe80::1: OSPFv3, LS-R… 112 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 100) fe80::1 > fe80::3: OSPFv3, LS-R… 131 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 296) fe80::3 > fe80::1: OSPFv3, LS-U… 158 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 376) fe80::1 > fe80::3: OSPFv3, LS-U… 200 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::3 > fe80::1: OSPFv3, LS-Up… 207 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 60) fe80::1 > fe80::3: OSPFv3, LS-Up… 229 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 196) fe80::3 > fe80::2: OSPFv3, LS-A… 279 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 156) fe80::1 > fe80::3: OSPFv3, LS-A… 295 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 196) fe80::3 > fe80::1: OSPFv3, LS-A… 355 IP6 (class 0xe0, hlim 1, next-header OSPF (89) payload length: 136) fe80::2 > fe80::3: OSPFv3, LS-R… [all …]
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument 107 auto &ScopeVars = ScopeVariables[LS]; in addScopeVariable() 123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel() argument 124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | VarBypassDetector.cpp | 119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local 120 Next = LS->getSubStmt(); in BuildScopeInformation() 141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect() local 142 Detect(from, ToScopes[LS]); in Detect()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | VarLocBasedImpl.cpp | 281 LexicalScopes LS; member in __anon87d824590111::VarLocBasedLDV 335 VarLoc(const MachineInstr &MI, LexicalScopes &LS) in VarLoc() 364 static VarLoc CreateEntryLoc(const MachineInstr &MI, LexicalScopes &LS, in CreateEntryLoc() 366 VarLoc VL(MI, LS); in CreateEntryLoc() 379 LexicalScopes &LS, in CreateEntryBackupLoc() 381 VarLoc VL(MI, LS); in CreateEntryBackupLoc() 392 LexicalScopes &LS, in CreateEntryCopyBackupLoc() 395 VarLoc VL(MI, LS); in CreateEntryCopyBackupLoc() 405 static VarLoc CreateCopyLoc(const MachineInstr &MI, LexicalScopes &LS, in CreateCopyLoc() 407 VarLoc VL(MI, LS); in CreateCopyLoc() [all …]
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit() argument 24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO, in DWARFCompileUnit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
D | RetireStage.h | 37 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage() argument 38 : Stage(), RCU(R), PRF(F), LSU(LS) {} in RetireStage()
|