| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 56 Aggressive = 3 // -O3 enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 513 if (EnableSVEIntrinsicOpts && TM->getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses() 549 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses() 579 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel() 727 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && EnableLoadStoreOpt) in addPreEmitPass()
|
| H A D | AArch64.td | 344 "Enable Aggressive FMA for floating-point.">;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 136 case CodeGenOpt::Aggressive: in print()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Args.cpp | 24 return CodeGenOpt::Aggressive; in getCGOptLevel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 425 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses() 452 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
|
| H A D | ARMAsmPrinter.cpp | 142 else if (TM.getOptLevel() == CodeGenOpt::Aggressive) in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 234 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 108 Aggressive("aggressive-ext-opt", cl::Hidden, variable 175 if (Aggressive) { in getAnalysisUsage() 546 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY() 1620 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 3333 if (PassConfig->getOptLevel() >= CodeGenOpt::Aggressive) { in runOnMachineFunction() 3345 (PassConfig->getOptLevel() < CodeGenOpt::Aggressive || in runOnMachineFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 244 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 202 Config.CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 291 Conf.CGOptLevel = CodeGenOpt::Aggressive; in run()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 454 case '3': OLvl = CodeGenOpt::Aggressive; break; in compileModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 444 return CodeGenOpt::Aggressive; in GetCodeGenOptLevel()
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 17 Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1988 return OptLevel >= CodeGenOpt::Aggressive ? 4 : 2; in getTailDuplicateSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 408 case '3': return CodeGenOpt::Aggressive; in getOptLevel()
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 443 # Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN 863 # Aggressive rate limit when the limit is reached and until demand has 887 # Aggressive rate limit when the limit is reached and until demand has
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 986 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1246 "(Aggressive) or NonLocalized only if it is not backed by a " 1247 "SymRegion (Non-Aggressive), basically leaving only string "
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 446 return CodeGenOpt::Aggressive; in getCGOptLevel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 13039 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine() local 13050 if (Aggressive && isContractableFMUL(N0) && isContractableFMUL(N1)) { in visitFADDForFMACombine() 13056 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFADDForFMACombine() 13063 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFADDForFMACombine() 13122 if (Aggressive) { in visitFADDForFMACombine() 13247 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine() local 13260 if (isContractableFMUL(XY) && (Aggressive || XY->hasOneUse())) { in visitFSUBForFMACombine() 13270 if (isContractableFMUL(YZ) && (Aggressive || YZ->hasOneUse())) { in visitFSUBForFMACombine() 13395 if (Aggressive && isReassociable(N)) { in visitFSUBForFMACombine() 13560 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine() local [all …]
|