| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 426 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addIRPasses() 461 (TM->getOptLevel() < CodeGenOptLevel::Aggressive) && in addPreISel() 515 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addPreRegAlloc()
|
| H A D | ARMConstantIslandPass.cpp | 344 if (MF->getTarget().getOptLevel() != CodeGenOptLevel::Aggressive || in AlignBlocks()
|
| H A D | ARMAsmPrinter.cpp | 140 else if (TM.getOptLevel() == CodeGenOptLevel::Aggressive) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 86 Aggressive = 3 ///< -O3 enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 135 case CodeGenOptLevel::Aggressive: in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 655 if (getOptLevel() == CodeGenOptLevel::Aggressive && EnableSelectOpt) in addIRPasses() 701 (TM->getOptLevel() < CodeGenOptLevel::Aggressive) && in addPreISel() 873 if (TM->getOptLevel() >= CodeGenOptLevel::Aggressive && EnableLoadStoreOpt) in addPreEmitPass() 876 if (TM->getOptLevel() >= CodeGenOptLevel::Aggressive && in addPreEmitPass()
|
| H A D | AArch64Features.td | 797 "Enable Aggressive FMA for floating-point.">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopAlign.cpp | 187 if (HTM->getOptLevel() < CodeGenOptLevel::Aggressive) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5931 bool &HasFMAD, bool &Aggressive, in canCombineFMadOrFMA() argument 5958 Aggressive = TLI.enableAggressiveFMAFusion(DstType); in canCombineFMadOrFMA() 5967 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFMulToFMadOrFMA() local 5968 if (!canCombineFMadOrFMA(MI, AllowFusionGlobally, HasFMAD, Aggressive)) in matchCombineFAddFMulToFMadOrFMA() 5980 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFMulToFMadOrFMA() 5988 (Aggressive || MRI.hasOneNonDBGUse(LHS.Reg))) { in matchCombineFAddFMulToFMadOrFMA() 5999 (Aggressive || MRI.hasOneNonDBGUse(RHS.Reg))) { in matchCombineFAddFMulToFMadOrFMA() 6016 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFpExtFMulToFMadOrFMA() local 6017 if (!canCombineFMadOrFMA(MI, AllowFusionGlobally, HasFMAD, Aggressive)) in matchCombineFAddFpExtFMulToFMadOrFMA() 6032 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMA() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 49 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Aggressive;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 106 static cl::opt<bool> Aggressive("aggressive-ext-opt", cl::Hidden, variable 572 if (Aggressive) { in getAnalysisUsage() 863 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY() 1652 Aggressive ? &MFAM.getResult<MachineDominatorTreeAnalysis>(MF) : nullptr; in run() 1669 auto *DT = Aggressive in runOnMachineFunction()
|
| H A D | MachineBlockPlacement.cpp | 3517 if (OptLevel >= CodeGenOptLevel::Aggressive) { in initTailDupThreshold() 3529 (OptLevel < CodeGenOptLevel::Aggressive || in initTailDupThreshold()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 242 return CodeGenOptLevel::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 153 OL = CodeGenOptLevel::Aggressive; in LLVMTargetMachineOptionsSetCodeGenOptLevel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 301 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addEarlyCSEOrGVNPass()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 1231 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addEarlyCSEOrGVNPass() 1238 if (isPassEnabled(EnableLoopPrefetch, CodeGenOptLevel::Aggressive)) in addStraightLineScalarOptimizationPasses() 2337 if (TM.getOptLevel() == CodeGenOptLevel::Aggressive) in addEarlyCSEOrGVNPass() 2345 if (isPassEnabled(EnableLoopPrefetch, CodeGenOptLevel::Aggressive)) in addStraightLineScalarOptimizationPasses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 469 if (TM->getOptLevel() == CodeGenOptLevel::Aggressive && in addIRPasses()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.h | 765 bool &HasFMAD, bool &Aggressive,
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 17 Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN and other
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 2307 return OptLevel >= CodeGenOptLevel::Aggressive ? 4 : 2; in getTailDuplicateSize()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1292 "(Aggressive) or NonLocalized only if it is not backed by a " 1293 "SymRegion (Non-Aggressive), basically leaving only string "
|
| /freebsd/contrib/unbound/doc/ |
| H A D | example.conf.in | 589 # Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN 1028 # Aggressive rate limit when the limit is reached and until demand has 1059 # Aggressive rate limit when the limit is reached and until demand has
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 16909 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine() local 16924 if (Aggressive && isContractableFMUL(N0) && isContractableFMUL(N1)) { in visitFADDForFMACombine() 16930 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFADDForFMACombine() 16937 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFADDForFMACombine() 17009 if (Aggressive) { in visitFADDForFMACombine() 17141 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine() local 17154 if (isContractableFMUL(XY) && (Aggressive || XY->hasOneUse())) { in visitFSUBForFMACombine() 17165 if (isContractableFMUL(YZ) && (Aggressive || YZ->hasOneUse())) { in visitFSUBForFMACombine() 17195 (Aggressive || (N0->hasOneUse() && N0.getOperand(0).hasOneUse()))) { in visitFSUBForFMACombine() 17294 if (Aggressive && N->getFlags().hasAllowReassociation()) { in visitFSUBForFMACombine() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2832 auto applyFastMath = [&](bool Aggressive) { in RenderFloatingPointOptions() argument 2833 if (Aggressive) { in RenderFloatingPointOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 4602 return OptLevel >= CodeGenOptLevel::Aggressive in getTailDuplicateSize()
|