/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.cpp | 585 TM->getOptLevel() == CodeGenOptLevel::Aggressive) in addIRPasses() 626 if (getOptLevel() == CodeGenOptLevel::Aggressive && EnableSelectOpt) in addIRPasses() 673 (TM->getOptLevel() < CodeGenOptLevel::Aggressive) && in addPreISel() 842 if (TM->getOptLevel() >= CodeGenOptLevel::Aggressive && EnableLoadStoreOpt) in addPreEmitPass() 845 if (TM->getOptLevel() >= CodeGenOptLevel::Aggressive && in addPreEmitPass()
|
H A D | AArch64Features.td | 722 "Enable Aggressive FMA for floating-point.">;
|
H A D | AArch64InstrInfo.cpp | 9504 return OptLevel >= CodeGenOptLevel::Aggressive ? 6 : 2; in getTailDuplicateSize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 58 Aggressive = 3 ///< -O3 enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 442 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addIRPasses() 477 (TM->getOptLevel() < CodeGenOptLevel::Aggressive) && in addPreISel() 531 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addPreRegAlloc()
|
H A D | ARMConstantIslandPass.cpp | 348 if (MF->getTarget().getOptLevel() != CodeGenOptLevel::Aggressive || in AlignBlocks()
|
H A D | ARMAsmPrinter.cpp | 139 else if (TM.getOptLevel() == CodeGenOptLevel::Aggressive) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 137 case CodeGenOptLevel::Aggressive: in print()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5693 bool &HasFMAD, bool &Aggressive, in canCombineFMadOrFMA() argument 5720 Aggressive = TLI.enableAggressiveFMAFusion(DstType); in canCombineFMadOrFMA() 5728 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFMulToFMadOrFMA() local 5729 if (!canCombineFMadOrFMA(MI, AllowFusionGlobally, HasFMAD, Aggressive)) in matchCombineFAddFMulToFMadOrFMA() 5741 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFMulToFMadOrFMA() 5749 (Aggressive || MRI.hasOneNonDBGUse(LHS.Reg))) { in matchCombineFAddFMulToFMadOrFMA() 5760 (Aggressive || MRI.hasOneNonDBGUse(RHS.Reg))) { in matchCombineFAddFMulToFMadOrFMA() 5776 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFpExtFMulToFMadOrFMA() local 5777 if (!canCombineFMadOrFMA(MI, AllowFusionGlobally, HasFMAD, Aggressive)) in matchCombineFAddFpExtFMulToFMadOrFMA() 5792 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMA() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 41 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Aggressive;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopAlign.cpp | 194 if (HTM->getOptLevel() < CodeGenOptLevel::Aggressive) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 237 return CodeGenOptLevel::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 106 Aggressive("aggressive-ext-opt", cl::Hidden, variable 174 if (Aggressive) { in getAnalysisUsage() 589 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY() 1672 DT = Aggressive ? &getAnalysis<MachineDominatorTreeWrapperPass>().getDomTree() in runOnMachineFunction()
|
H A D | MachineBlockPlacement.cpp | 3457 if (PassConfig->getOptLevel() >= CodeGenOptLevel::Aggressive) { in runOnMachineFunction() 3469 (PassConfig->getOptLevel() < CodeGenOptLevel::Aggressive || in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.cpp | 269 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addEarlyCSEOrGVNPass()
|
/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/PowerPC/ |
H A D | PPCTargetMachine.cpp | 467 if (TM->getOptLevel() == CodeGenOptLevel::Aggressive && in addIRPasses()
|
H A D | PPCInstrInfo.cpp | 758 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOptLevel::Aggressive) in getMachineCombinerPatterns()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 989 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addEarlyCSEOrGVNPass() 996 if (isPassEnabled(EnableLoopPrefetch, CodeGenOptLevel::Aggressive)) in addStraightLineScalarOptimizationPasses()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CombinerHelper.h | 730 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 2226 return OptLevel >= CodeGenOptLevel::Aggressive ? 4 : 2; in getTailDuplicateSize()
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 578 # Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN 1015 # Aggressive rate limit when the limit is reached and until demand has 1046 # Aggressive rate limit when the limit is reached and until demand has
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1344 "(Aggressive) or NonLocalized only if it is not backed by a " 1345 "SymRegion (Non-Aggressive), basically leaving only string "
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15905 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine() local 15920 if (Aggressive && isContractableFMUL(N0) && isContractableFMUL(N1)) { in visitFADDForFMACombine() 15926 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFADDForFMACombine() 15933 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFADDForFMACombine() 16005 if (Aggressive) { in visitFADDForFMACombine() 16137 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine() local 16150 if (isContractableFMUL(XY) && (Aggressive || XY->hasOneUse())) { in visitFSUBForFMACombine() 16161 if (isContractableFMUL(YZ) && (Aggressive || YZ->hasOneUse())) { in visitFSUBForFMACombine() 16191 (Aggressive || (N0->hasOneUse() && N0.getOperand(0).hasOneUse()))) { in visitFSUBForFMACombine() 16295 if (Aggressive && isReassociable(N)) { in visitFSUBForFMACombine() [all …]
|