Home
last modified time | relevance | path

Searched defs:Conf (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp201 createTargetMachine(const Config & Conf,const Target * TheTarget,Module & M) createTargetMachine() argument
233 runNewPMPasses(const Config & Conf,Module & Mod,TargetMachine * TM,unsigned OptLevel,bool IsThinLTO,ModuleSummaryIndex * ExportSummary,const ModuleSummaryIndex * ImportSummary) runNewPMPasses() argument
341 opt(const Config & Conf,TargetMachine * TM,unsigned Task,Module & Mod,bool IsThinLTO,ModuleSummaryIndex * ExportSummary,const ModuleSummaryIndex * ImportSummary,const std::vector<uint8_t> & CmdArgs) opt() argument
368 codegen(const Config & Conf,TargetMachine * TM,AddStreamFn AddStream,unsigned Task,Module & Mod,const ModuleSummaryIndex & CombinedIndex) codegen() argument
553 thinBackend(const Config & Conf,unsigned Task,AddStreamFn AddStream,Module & Mod,const ModuleSummaryIndex & CombinedIndex,const FunctionImporter::ImportMapTy & ImportList,const GVSummaryMapTy & DefinedGlobals,MapVector<StringRef,BitcodeModule> * ModuleMap,const std::vector<uint8_t> & CmdArgs) thinBackend() argument
[all...]
H A DLTO.cpp92 computeLTOCacheKey(SmallString<40> & Key,const Config & Conf,const ModuleSummaryIndex & Index,StringRef ModuleID,const FunctionImporter::ImportMapTy & ImportList,const FunctionImporter::ExportSetTy & ExportList,const std::map<GlobalValue::GUID,GlobalValue::LinkageTypes> & ResolvedODR,const GVSummaryMapTy & DefinedGlobals,const std::set<GlobalValue::GUID> & CfiFunctionDefs,const std::set<GlobalValue::GUID> & CfiFunctionDecls) computeLTOCacheKey() argument
590 RegularLTOState(unsigned ParallelCodeGenParallelismLevel,const Config & Conf) RegularLTOState() argument
604 LTO(Config Conf,ThinBackend Backend,unsigned ParallelCodeGenParallelismLevel,LTOKind LTOMode) LTO() argument
1373 const Config &Conf; global() member in lto::ThinBackendProc
1381 ThinBackendProc(const Config & Conf,ModuleSummaryIndex & CombinedIndex,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,lto::IndexWriteCallback OnWrite,bool ShouldEmitImportsFiles) ThinBackendProc() argument
1441 InProcessThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,ThreadPoolStrategy ThinLTOParallelism,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,AddStreamFn AddStream,FileCache Cache,lto::IndexWriteCallback OnWrite,bool ShouldEmitIndexFiles,bool ShouldEmitImportsFiles) InProcessThinBackend() argument
1568 __anonaa2c08901302(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createInProcessThinBackend() argument
1617 WriteIndexesThinBackend(const Config & Conf,ModuleSummaryIndex & CombinedIndex,const DenseMap<StringRef,GVSummaryMapTy> & ModuleToDefinedGVSummaries,std::string OldPrefix,std::string NewPrefix,std::string NativeObjectPrefix,bool ShouldEmitImportsFiles,raw_fd_ostream * LinkedObjectsFile,lto::IndexWriteCallback OnWrite) WriteIndexesThinBackend() argument
1669 __anonaa2c08901502(const Config &Conf, ModuleSummaryIndex &CombinedIndex, const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, AddStreamFn AddStream, FileCache Cache) createWriteIndexesThinBackend() argument
[all...]
H A DThinLTOCodeGenerator.cpp381 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry() local
535 lto::Config Conf; resolvePrevailingInIndex() local
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigCompileTests.cpp39 Config Conf; member in clang::clangd::config::__anon6107e7220111::ConfigCompileTests
[all...]
/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp284 Config Conf; in run() local
[all...]
/llvm-project/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp409 for (const BenchmarkCode &Conf : Configurations) { runBenchmarkConfigurations() local
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp869 Config Conf; createLTO() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1212 lto::Config Conf; runThinLTOBackend() local
[all...]
/llvm-project/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp622 lto::Config Conf; global() local
/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp978 printCOFFLoadConfig(const T * Conf,LoadConfigTables & Tables) printCOFFLoadConfig() argument
[all...]