/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrDocsEmitter.cpp | 143 ListSeparator LS; EmitInstrDocs() local 190 ListSeparator LS; EmitInstrDocs() local 199 ListSeparator LS; EmitInstrDocs() local 210 ListSeparator LS; EmitInstrDocs() local
|
H A D | CallingConvEmitter.cpp | 172 ListSeparator LS; EmitAction() local 230 ListSeparator LS; EmitAction() local 286 ListSeparator LS; EmitAction() local 408 ListSeparator LS; EmitArgRegisterLists() local 426 ListSeparator LS; EmitArgRegisterLists() local [all...] |
H A D | InfoByHwMode.cpp |
|
H A D | CodeGenHwModes.cpp |
|
H A D | SearchableTableEmitter.cpp | 352 ListSeparator LS; emitLookupFunction() local 414 ListSeparator LS; emitLookupFunction() local 478 ListSeparator LS; emitLookupDeclaration() local 509 ListSeparator LS; emitGenericTable() local
|
H A D | FastISelEmitter.cpp | 297 ListSeparator LS; PrintParameters() local 315 ListSeparator LS; PrintArguments() local 335 ListSeparator LS; PrintArguments() local
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.cpp | 105 void DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { in addScopeVariable() 117 void DwarfFile::addScopeLabel(LexicalScope *LS, DbgLabel *Label) { in addScopeLabel()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | RetireStage.h | 38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | FloatingPointMode.cpp | 94 ListSeparator LS(" "); in operator <<() local
|
H A D | CSKYAttributeParser.cpp | 122 ListSeparator LS(" "); in fpuHardFP() local
|
H A D | raw_socket_stream.cpp | 62 ListeningSocket(ListeningSocket && LS) ListeningSocket() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 79 auto LS = State->get<LoopStack>(); in processLoopEnd() local 311 auto LS = State->get<LoopStack>(); updateLoopStack() local 341 auto LS = State->get<LoopStack>(); isUnrolledState() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCDynamicLibrarySearchGenerator.cpp | 27 tryToGenerate(LookupState & LS,LookupKind K,JITDylib & JD,JITDylibLookupFlags JDLookupFlags,const SymbolLookupSet & Symbols) tryToGenerate() argument
|
H A D | ExecutionUtils.cpp | 241 tryToGenerate(LookupState & LS,LookupKind K,JITDylib & JD,JITDylibLookupFlags JDLookupFlags,const SymbolLookupSet & Symbols) tryToGenerate() argument 383 tryToGenerate(LookupState & LS,LookupKind K,JITDylib & JD,JITDylibLookupFlags JDLookupFlags,const SymbolLookupSet & Symbols) tryToGenerate() argument 493 tryToGenerate(LookupState & LS,LookupKind K,JITDylib & JD,JITDylibLookupFlags JDLookupFlags,const SymbolLookupSet & Symbols) tryToGenerate() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 456 LoopConstrainer(Loop & L,LoopInfo & LI,function_ref<void (Loop *,bool)> LPMAddNewLoop,const LoopStructure & LS,ScalarEvolution & SE,DominatorTree & DT,Type * T,SubRanges SR) LoopConstrainer() argument 514 changeIterationSpaceEnd(const LoopStructure & LS,BasicBlock * Preheader,Value * ExitSubloopAt,BasicBlock * ContinuationBlock) const changeIterationSpaceEnd() argument 668 rewriteIncomingValuesForPHIs(LoopStructure & LS,BasicBlock * ContinuationBlock,const LoopConstrainer::RewrittenRangeInfo & RRI) const rewriteIncomingValuesForPHIs() argument 678 createPreheader(const LoopStructure & LS,BasicBlock * OldPreheader,const char * Tag) const createPreheader() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYInstPrinter.cpp | 204 ListSeparator LS; in printPSRFlag() local 228 ListSeparator LS; in printRegisterList() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterBank.cpp | 90 ListSeparator LS; in print() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
H A D | ARCInfo.h | 39 LS = 0xe, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMarkLastScratchLoad.cpp | 30 LiveStacks *LS = nullptr; member in __anon2e8ff78a0111::AMDGPUMarkLastScratchLoad
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 769 ListScope LS(W, "DebugDirectory"); printCOFFDebugDirectory() local 846 ListScope LS(W, "CHPEMetadata"); printCOFFLoadConfig() local 933 ListScope LS(W, "SEHTable"); printCOFFLoadConfig() local 950 ListScope LS(W, "GuardFidTable"); printCOFFLoadConfig() local 956 ListScope LS(W, "GuardIatTable"); printCOFFLoadConfig() local 962 ListScope LS(W, "GuardLJmpTable"); printCOFFLoadConfig() local 968 ListScope LS(W, "GuardEHContTable"); printCOFFLoadConfig() local 979 ListScope LS(W, "LoadConfig"); printCOFFLoadConfig() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 525 ListSeparator LS; print() local 539 ListSeparator LS; print() local
|