/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 236 unsigned OptLevel, bool Freestanding, in optimizeModule() argument 241 if (Freestanding) in optimizeModule() 336 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry() argument 356 Conf.Freestanding = Freestanding; in ModuleCacheEntry() 424 bool Freestanding, unsigned OptLevel, unsigned count) { in ProcessThinLTOModule() argument 464 optimizeModule(TheModule, TM, OptLevel, Freestanding, &Index); in ProcessThinLTOModule() 882 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize() 1084 DefinedGVSummaries, OptLevel, Freestanding, in run() 1130 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count); in run()
|
D | LTOCodeGenerator.cpp | 594 if (Freestanding) in optimize()
|
D | LTO.cpp | 133 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 230 unsigned OptLevel, bool Freestanding, in optimizeModule() argument 235 if (Freestanding) in optimizeModule() 320 bool Freestanding, const TargetMachineBuilder &TMBuilder) { in ModuleCacheEntry() argument 340 Conf.Freestanding = Freestanding; in ModuleCacheEntry() 408 bool Freestanding, unsigned OptLevel, unsigned count) { in ProcessThinLTOModule() argument 440 optimizeModule(TheModule, TM, OptLevel, Freestanding, &Index); in ProcessThinLTOModule() 851 optimizeModule(TheModule, *TMBuilder.create(), OptLevel, Freestanding, in optimize() 1053 DefinedGVSummaries, OptLevel, Freestanding, in run() 1099 DisableCodeGen, SaveTempsDir, Freestanding, OptLevel, count); in run()
|
D | LTOCodeGenerator.cpp | 569 if (Freestanding) in optimize()
|
D | LTO.cpp | 140 AddUnsigned(Conf.Freestanding); in computeLTOCacheKey()
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | tli-nobuiltin.ll | 9 ; Freestanding run: expects fprintf to NOT be turned into fwrite 22 ; Freestanding run: expects fprintf to NOT be turned into fwrite
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 184 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() 245 bool Freestanding = false; member
|
D | ThinLTOCodeGenerator.h | 212 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() 340 bool Freestanding = false; variable
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | LTOCodeGenerator.h | 184 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() 245 bool Freestanding = false; member
|
D | ThinLTOCodeGenerator.h | 212 void setFreestanding(bool Enabled) { Freestanding = Enabled; } in setFreestanding() 340 bool Freestanding = false; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | Config.h | 56 bool Freestanding = false; member
|
/external/llvm-project/llvm/include/llvm/LTO/ |
D | Config.h | 57 bool Freestanding = false; member
|
/external/llvm/test/CodeGen/X86/ |
D | win64_alloca_dynalloca.ll | 34 ; Freestanding
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | win64_alloca_dynalloca.ll | 34 ; Freestanding
|
/external/zstd/contrib/freestanding_lib/ |
D | freestanding.py | 427 class Freestanding(object): class 679 Freestanding(
|
/external/llvm-project/clang/lib/Basic/ |
D | Module.cpp | 114 .Case("freestanding", LangOpts.Freestanding) in hasFeature()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 132 LANGOPT(Freestanding, 1, 0, "freestanding implementation")
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 367 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
|
D | CompilerInvocation.cpp | 1890 Opts.Freestanding = Args.hasArg(OPT_ffreestanding); in ParseLangArgs() 1891 Opts.NoBuiltin = Args.hasArg(OPT_fno_builtin) || Opts.Freestanding; in ParseLangArgs()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | LangOptions.def | 142 LANGOPT(Freestanding, 1, 0, "freestanding implementation")
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 359 if (LangOpts.Freestanding) in InitializeStandardPredefinedMacros()
|
D | CompilerInvocation.cpp | 3038 Opts.Freestanding = Args.hasArg(OPT_ffreestanding); in ParseLangArgs() 3039 Opts.NoBuiltin = Args.hasArg(OPT_fno_builtin) || Opts.Freestanding; in ParseLangArgs()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Clang.cpp | 4812 bool Freestanding = in ConstructJob() local 4815 if (Freestanding) in ConstructJob() 4826 !Freestanding); in ConstructJob()
|
/external/clang/lib/AST/ |
D | Decl.cpp | 2524 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()
|