Home
last modified time | relevance | path

Searched refs:CGOptLevel (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h41 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Aggressive; member
219 void setCodeGenOptLevel(CodeGenOptLevel CGOptLevel) { in setCodeGenOptLevel() argument
220 TMBuilder.CGOptLevel = CGOptLevel; in setCodeGenOptLevel()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp44 static cl::opt<char> CGOptLevel( variable
331 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
332 Conf.CGOptLevel = *Level; in run()
334 llvm::errs() << "invalid cg optimization level: " << CGOptLevel << '\n'; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h57 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Default; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp205 Config.CGOptLevel = *CGOptLevelOrNone; in setOptLevel()
429 std::nullopt, Config.CGOptLevel)); in createTargetMachine()
H A DThinLTOCodeGenerator.cpp387 Conf.CGOptLevel = TMBuilder.CGOptLevel; in ModuleCacheEntry()
600 RelocModel, std::nullopt, CGOptLevel)); in create()
H A DLTOBackend.cpp223 CodeModel, Conf.CGOptLevel)); in createTargetMachine()
H A DLTO.cpp151 AddUnsigned(static_cast<int>(Conf.CGOptLevel)); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp64 c.CGOptLevel = config->ltoCgo; in createConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp83 c.CGOptLevel = *optLevelOrNone; in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp108 c.CGOptLevel = config->ltoCgo; in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1229 Conf.CGOptLevel = *OptLevelOrNone; in runThinLTOBackend()