/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 144 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 D | CallingConvEmitter.cpp | 167 ListSeparator LS; in EmitAction() local 225 ListSeparator LS; in EmitAction() local 281 ListSeparator LS; in EmitAction() local 403 ListSeparator LS; in EmitArgRegisterLists() local 421 ListSeparator LS; in EmitArgRegisterLists() local
|
H A D | InfoByHwMode.cpp | 93 ListSeparator LS(","); in writeToStream() local 182 ListSeparator LS(","); in writeToStream() local
|
H A D | SearchableTableEmitter.cpp | 349 ListSeparator LS; in emitLookupFunction() local 411 ListSeparator LS; in emitLookupFunction() local 475 ListSeparator LS; in emitLookupDeclaration() local 506 ListSeparator LS; in emitGenericTable() local
|
H A D | FastISelEmitter.cpp | 293 ListSeparator LS; in PrintParameters() local 311 ListSeparator LS; in PrintArguments() local 331 ListSeparator LS; in PrintArguments() local
|
H A D | SubtargetFeatureInfo.cpp | 130 ListSeparator LS(Op == "any_of" ? " || " : " && "); in emitFeaturesAux() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A 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
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 105 bool DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 122 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp | 305 LoopScope<Emitter> LS(this, EndLabel, CondLabel); in visitWhileStmt() local 331 LoopScope<Emitter> LS(this, EndLabel, CondLabel); in visitDoStmt() local 356 LoopScope<Emitter> LS(this, EndLabel, IncLabel); in visitForStmt() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 79 auto LS = State->get<LoopStack>(); in processLoopEnd() local 311 auto LS = State->get<LoopStack>(); in updateLoopStack() local 341 auto LS = State->get<LoopStack>(); in isUnrolledState() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/ |
H A D | RetireStage.h | 38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYInstPrinter.cpp | 204 ListSeparator LS; in printPSRFlag() local 228 ListSeparator LS; in printRegisterList() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 28 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.cpp | 27 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
H A D | ExecutionUtils.cpp | 240 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate() 352 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate() 441 LookupState &LS, LookupKind K, JITDylib &JD, in tryToGenerate()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 39 LS = 0xe, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegisterBank.cpp | 103 ListSeparator LS; in print() local
|
H A D | GCMetadata.cpp | 122 ListSeparator LS(","); in runOnFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | CSKYAttributeParser.cpp | 122 ListSeparator LS(" "); in fpuHardFP() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 767 ListScope LS(W, "DebugDirectory"); in printCOFFDebugDirectory() local 844 ListScope LS(W, "SEHTable"); in printCOFFLoadConfig() local 855 ListScope LS(W, "GuardFidTable"); in printCOFFLoadConfig() local 871 ListScope LS(W, "GuardIatTable"); in printCOFFLoadConfig() local 876 ListScope LS(W, "GuardLJmpTable"); in printCOFFLoadConfig() local 881 ListScope LS(W, "GuardEHContTable"); in printCOFFLoadConfig() local 892 ListScope LS(W, "LoadConfig"); in printCOFFLoadConfig() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 642 const LoopStructure &LS, ScalarEvolution &SE, in LoopConstrainer() 1197 const LoopStructure &LS, BasicBlock *Preheader, Value *ExitSubloopAt, in changeIterationSpaceEnd() 1352 LoopStructure &LS, BasicBlock *ContinuationBlock, in rewriteIncomingValuesForPHIs() 1362 BasicBlock *LoopConstrainer::createPreheader(const LoopStructure &LS, in createPreheader() 1863 LoopStructure &LS) { in isProfitableToTransform() 1937 LoopStructure LS = *MaybeLoopStructure; in run() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 450 ListSeparator LS; in RunAllPassesOnSCC() local 730 ListSeparator LS; in getDescription() local
|
/openbsd-src/gnu/llvm/llvm/tools/lli/ |
H A D | ExecutionUtils.cpp | 118 orc::LookupState &LS, orc::LookupKind K, orc::JITDylib &JD, in tryToGenerate()
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | mcore-opc.h | 24 OMa, SI, I7, LS, BR, BL, LR, LJ, enumerator
|