Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp144 ListSeparator LS; in EmitInstrDocs() local
191 ListSeparator LS; in EmitInstrDocs() local
200 ListSeparator LS; in EmitInstrDocs() local
211 ListSeparator LS; in EmitInstrDocs() local
H A DCallingConvEmitter.cpp134 ListSeparator LS; in EmitAction() local
164 ListSeparator LS; in EmitAction() local
220 ListSeparator LS; in EmitAction() local
H A DInfoByHwMode.cpp94 ListSeparator LS(","); in writeToStream() local
183 ListSeparator LS(","); in writeToStream() local
H A DSearchableTableEmitter.cpp351 ListSeparator LS; in emitLookupFunction() local
413 ListSeparator LS; in emitLookupFunction() local
477 ListSeparator LS; in emitLookupDeclaration() local
508 ListSeparator LS; in emitGenericTable() local
H A DSubtargetFeatureInfo.cpp133 ListSeparator LS(IsOr ? " || " : " && "); in emitComputeAssemblerAvailableFeatures() local
H A DFastISelEmitter.cpp293 ListSeparator LS; in PrintParameters() local
311 ListSeparator LS; in PrintArguments() local
331 ListSeparator LS; in PrintArguments() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp106 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable()
123 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DRetireStage.h38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h23 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
H A DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCDynamicLibrarySearchGenerator.cpp27 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
H A DExecutionUtils.cpp238 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
342 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h39 LS = 0xe, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBank.cpp103 ListSeparator LS; in print() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp823 ListSeparator LS; in emitCodeGenSwitchBody() local
842 ListSeparator LS; in emitIntrinsicMacro() local
849 ListSeparator LS; in emitIntrinsicMacro() local
862 ListSeparator LS; in emitMangledFuncDef() local
1196 ListSeparator LS(" && "); in emitExtDefStr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp125 ListSeparator LS(","); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h211 ListSeparator LS; in printList() local
220 ListSeparator LS; in printList() local
230 ListSeparator LS; in printHexList() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp717 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory() local
794 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig() local
805 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig() local
814 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig() local
819 ListScope LS(W, "GuardLJmpTable"); in printCOFFLoadConfig() local
824 ListScope LS(W, "GuardEHContTable"); in printCOFFLoadConfig() local
835 ListScope LS(W, "LoadConfig"); in printCOFFLoadConfig() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp645 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer()
1195 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd()
1350 LoopStructure &LS, BasicBlock *ContinuationBlock, in rewriteIncomingValuesForPHIs()
1360 BasicBlock *LoopConstrainer::createPreheader(const LoopStructure &LS, in createPreheader()
1854 LoopStructure &LS) { in isProfitableToTransform()
1928 LoopStructure LS = MaybeLoopStructure.getValue(); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DExecutionUtils.cpp118 orc::LookupState &LS, orc::LookupKind K, orc::JITDylib &JD, in tryToGenerate()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmcore-opc.h26 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmcore-opc.h26 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h172 ListSeparator LS; variable

1234