Home
last modified time | relevance | path

Searched refs:Aggressive (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h56 Aggressive = 3 // -O3 enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp513 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 DAArch64.td344 "Enable Aggressive FMA for floating-point.">;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp136 case CodeGenOpt::Aggressive: in print()
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DArgs.cpp24 return CodeGenOpt::Aggressive; in getCGOptLevel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp425 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses()
452 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
H A DARMAsmPrinter.cpp142 else if (TM.getOptLevel() == CodeGenOpt::Aggressive) in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp234 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp108 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 DMachineBlockPlacement.cpp3333 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 DNVPTXTargetMachine.cpp244 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp202 Config.CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp291 Conf.CGOptLevel = CodeGenOpt::Aggressive; in run()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp454 case '3': OLvl = CodeGenOpt::Aggressive; break; in compileModule()
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp444 return CodeGenOpt::Aggressive; in GetCodeGenOptLevel()
/freebsd-13.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch17 Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1988 return OptLevel >= CodeGenOpt::Aggressive ? 4 : 2; in getTailDuplicateSize()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp408 case '3': return CodeGenOpt::Aggressive; in getOptLevel()
/freebsd-13.1/contrib/unbound/doc/
H A Dexample.conf.in443 # 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 DAMDGPUTargetMachine.cpp986 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1246 "(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 DBackendUtil.cpp446 return CodeGenOpt::Aggressive; in getCGOptLevel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13039 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 …]

12