Home
last modified time | relevance | path

Searched defs:LS (Results 1 – 25 of 122) sorted by relevance

12345

/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp134 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/
DVarBypassDetector.cpp119 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/
DDwarfFile.cpp104 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/
DDwarfFile.cpp106 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/
Dnetworks_sorting.c30 #define LS(n) { ARRAY_LENGTH_MACRO(sn##n), sn##n } macro
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp76 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/
DRetireStage.h37 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
/external/llvm-project/llvm/include/llvm/MCA/Stages/
DRetireStage.h37 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h21 StringRef SOS, StringRef AOS, StringRef LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.cpp81 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
DBackgroundIndexLoader.cpp55 LoadedShard &LS = It.first->getValue(); in loadShard() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCDynamicLibrarySearchGenerator.cpp27 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
DExecutionUtils.cpp238 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
342 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
DOrcV2CBindings.cpp56 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/
DARCInfo.h39 LS = 0xe, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
DARCInfo.h39 LS = 0xe, enumerator
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp38 static void collectLiveScopes(const DILocalScope &LS, in collectLiveScopes()
DInductiveRangeCheckElimination.cpp588 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/
Dcandlestick.rs45 loss_style: LS, in new()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp145 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()

12345