Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp153 ListSeparator LS; in EmitInstrDocs() local
200 ListSeparator LS; in EmitInstrDocs() local
209 ListSeparator LS; in EmitInstrDocs() local
220 ListSeparator LS; in EmitInstrDocs() local
H A DCallingConvEmitter.cpp173 ListSeparator LS; in EmitAction() local
231 ListSeparator LS; in EmitAction() local
288 ListSeparator LS; in EmitAction() local
412 ListSeparator LS; in EmitArgRegisterLists() local
430 ListSeparator LS; in EmitArgRegisterLists() local
H A DSearchableTableEmitter.cpp365 ListSeparator LS; in emitLookupFunction() local
438 ListSeparator LS; in emitLookupFunction() local
528 ListSeparator LS; in emitLookupDeclaration() local
559 ListSeparator LS; in emitGenericTable() local
H A DFastISelEmitter.cpp307 ListSeparator LS; in PrintParameters() local
325 ListSeparator LS; in PrintArguments() local
345 ListSeparator LS; in PrintArguments() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp105 void DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() argument
122 addScopeLabel(LexicalScope * LS,DbgLabel * Label) addScopeLabel() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DRetireStage.h38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFloatingPointMode.cpp81 ListSeparator LS(" "); operator <<() local
H A DCSKYAttributeParser.cpp122 ListSeparator LS(" "); in fpuHardFP() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp79 auto LS = State->get<LoopStack>(); in processLoopEnd() local
328 auto LS = State->get<LoopStack>(); in updateLoopStack() local
358 auto LS = State->get<LoopStack>(); in isUnrolledState() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h28 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
H A DDWARFTypeUnit.h30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp462 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer()
520 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd()
674 LoopStructure &LS, BasicBlock *ContinuationBlock, in rewriteIncomingValuesForPHIs()
684 BasicBlock *LoopConstrainer::createPreheader(const LoopStructure &LS, in createPreheader()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDeclContext.h94 llvm::ListSeparator LS; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCDynamicLibrarySearchGenerator.cpp31 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
H A DExecutionUtils.cpp242 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
384 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
505 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp204 ListSeparator LS; in printPSRFlag() local
228 ListSeparator LS; in printRegisterList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h39 LS = 0xe, enumerator
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp95 ListSeparator LS(","); in writeToStream() local
180 ListSeparator LS(","); in writeToStream() local
H A DCodeGenHwModes.cpp28 ListSeparator LS(" && "); in HwMode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBank.cpp105 ListSeparator LS; print() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp30 LiveStacks *LS = nullptr; member in __anonbeb091f80111::AMDGPUMarkLastScratchLoad
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp770 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory() local
849 ListScope LS(W, "CHPEMetadata"); in printCOFFLoadConfig() local
936 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig() local
953 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig() local
959 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig() local
965 ListScope LS(W, "GuardLJmpTable"); in printCOFFLoadConfig() local
971 ListScope LS(W, "GuardEHContTable"); in printCOFFLoadConfig() local
982 ListScope LS(W, "LoadConfig"); in printCOFFLoadConfig() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp527 ListSeparator LS; in print() local
541 ListSeparator LS; in print() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp

12345