Searched refs:OptimizeSize (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 212 bool OptimizeSize; member in __anon85ac22ef0111::Thumb2SizeReduce 244 OptimizeSize = MinimizeSize = false; in INITIALIZE_PASS() 746 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand()) in ReduceTo2Addr() 864 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand()) in ReduceToNarrow() 1143 OptimizeSize = MF.getFunction().hasOptSize(); in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRAttrs.td | 85 integer between 0 and 2, inclusive. It corresponds to the `OptimizeSize`
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.cpp | 108 if (cgo.OptimizationLevel > 0 || cgo.OptimizeSize > 0) 112 cgo.OptimizeSize));
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 213 VALUE_CODEGENOPT(OptimizeSize, 2, 0, Affecting) ///< If -Os (==1, Benign) or -Oz (==2, Benign) is s…
|
| H A D | LangOptions.def | 172 LANGOPT(OptimizeSize , 1, 0, Compatible, "__OPTIMIZE_SIZE__ predefined macro")
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1665 if (Opts.OptimizeSize == 1) in GenerateCodeGenArgs() 1667 else if (Opts.OptimizeSize == 2) in GenerateCodeGenArgs() 1996 Opts.OptimizeSize = getOptimizationLevelSize(Args); in ParseCodeGenArgs() 4491 Opts.OptimizeSize = OptSize != 0; in ParseLangArgs()
|
| H A D | InitPreprocessor.cpp | 1075 if (LangOpts.OptimizeSize) in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 653 switch (Opts.OptimizeSize) { in mapToLevel()
|
| H A D | CGExprCXX.cpp | 2040 if (CGF.CGM.getCodeGenOpts().OptimizeSize > 1) { in EmitObjectDelete()
|
| H A D | CGCall.cpp | 1965 if (CodeGenOpts.OptimizeSize) in getTrivialDefaultFunctionAttributes() 1967 if (CodeGenOpts.OptimizeSize == 2) in getTrivialDefaultFunctionAttributes()
|
| H A D | CGBuiltin.cpp | 2160 if (CGM.getCodeGenOpts().OptimizeSize == 2) in generateBuiltinOSLogHelperFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 477 Opts.OptimizeSize = 0; in ParseLangArgs()
|