/external/llvm-project/llvm/unittests/CodeGen/ |
D | LexicalScopesTest.cpp | 134 LexicalScopes LS; in TEST_F() local 181 LexicalScopes LS; in TEST_F() local 216 LexicalScopes LS; in TEST_F() local 251 LexicalScopes LS; in TEST_F() local 272 LexicalScopes LS; in TEST_F() local 305 LexicalScopes LS; in TEST_F() local 343 LexicalScopes LS; in TEST_F() local 385 LexicalScopes LS; in TEST_F() local 442 LexicalScopes LS; in TEST_F() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | VarBypassDetector.cpp | 119 else if (const LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt)) in BuildScopeInformation() local 141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 104 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 121 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
|
/external/skqp/src/compute/hs/gen/ |
D | networks_sorting.c | 30 #define LS(n) { ARRAY_LENGTH_MACRO(sn##n), sn##n } macro
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | LoopUnrolling.cpp | 76 auto LS = State->get<LoopStack>(); in processLoopEnd() local 269 auto LS = State->get<LoopStack>(); in updateLoopStack() local 299 auto LS = State->get<LoopStack>(); in isUnrolledState() local
|
/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()
|
/external/llvm-project/llvm/include/llvm/MCA/Stages/ |
D | RetireStage.h | 37 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFCompileUnit.h | 23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Background.cpp | 81 bool shardIsStale(const LoadedShard &LS, llvm::vfs::FileSystem *FS) { in shardIsStale() 371 for (auto &LS : Result) { in loadProject() local 401 for (auto &LS : Result) { in loadProject() local
|
D | BackgroundIndexLoader.cpp | 55 LoadedShard &LS = It.first->getValue(); in loadShard() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | TPCDynamicLibrarySearchGenerator.cpp | 27 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
D | ExecutionUtils.cpp | 238 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate() 342 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
D | OrcV2CBindings.cpp | 56 static InProgressLookupState *extractLookupState(LookupState &LS) { in extractLookupState() 60 static void resetLookupState(LookupState &LS, InProgressLookupState *IPLS) { in resetLookupState() 100 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
/external/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInfo.h | 39 LS = 0xe, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInfo.h | 39 LS = 0xe, enumerator
|
/external/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 38 static void collectLiveScopes(const DILocalScope &LS, in collectLiveScopes()
|
D | InductiveRangeCheckElimination.cpp | 588 LoopConstrainer(Loop &L, LoopInfo &LI, const LoopStructure &LS, in LoopConstrainer() 946 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() 1102 LoopStructure &LS, BasicBlock *ContinuationBlock, in rewriteIncomingValuesForPHIs() 1120 BasicBlock *LoopConstrainer::createPreheader(const LoopStructure &LS, in createPreheader() 1414 LoopStructure LS = MaybeLoopStructure.getValue(); in runOnLoop() local
|
/external/rust/crates/plotters/src/element/ |
D | candlestick.rs | 45 loss_style: LS, in new()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfFile.cpp | 145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
|