| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 56 Aggressive // -O3 enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 430 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses() 456 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel() 573 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && EnableLoadStoreOpt) in addPreEmitPass()
|
| H A D | AArch64SelectionDAGInfo.cpp | 58 return OptLevel >= CodeGenOpt::Aggressive; in generateFMAsInMachineCombiner()
|
| H A D | AArch64.td | 301 "Enable Aggressive FMA for floating-point.">;
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 59 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 223 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 108 Aggressive("aggressive-ext-opt", cl::Hidden, variable 175 if (Aggressive) { in getAnalysisUsage() 543 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY() 1609 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 2765 if (PassConfig->getOptLevel() >= CodeGenOpt::Aggressive) { in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 143 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 206 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 419 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
|
| H A D | ARMAsmPrinter.cpp | 132 else if (TM.getOptLevel() == CodeGenOpt::Aggressive) in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 236 Conf.CGOptLevel = CodeGenOpt::Aggressive; in run()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 197 CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 442 case '3': OLvl = CodeGenOpt::Aggressive; break; in compileModule()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 586 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | opt.cpp | 399 return CodeGenOpt::Aggressive; in GetCodeGenOptLevel()
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | lli.cpp | 346 case '3': return CodeGenOpt::Aggressive; in getOptLevel()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 381 return CodeGenOpt::Aggressive; in getCGOptLevel()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 10479 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine() local 10490 if (Aggressive && isContractableFMUL(N0) && isContractableFMUL(N1)) { in visitFADDForFMACombine() 10496 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFADDForFMACombine() 10503 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFADDForFMACombine() 10538 if (Aggressive) { in visitFADDForFMACombine() 10691 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine() local 10702 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFSUBForFMACombine() 10710 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFSUBForFMACombine() 10808 if (Aggressive) { in visitFSUBForFMACombine() 10981 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine() local [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c.opt | 808 -femit-struct-debug-baseonly Aggressive reduced debug info for structs
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 412 # Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN
|
| H A D | Changelog | 1674 - Aggressive NSEC tests 1688 - Aggressive use of NSEC implementation. Use cached NSEC records to
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 274 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive) in getMachineCombinerPatterns()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 133 return llvm::CodeGenOpt::Aggressive; in getOptimizationLevel()
|