Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp426 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addIRPasses()
461 (TM->getOptLevel() < CodeGenOptLevel::Aggressive) && in addPreISel()
515 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addPreRegAlloc()
H A DARMConstantIslandPass.cpp344 if (MF->getTarget().getOptLevel() != CodeGenOptLevel::Aggressive || in AlignBlocks()
H A DARMAsmPrinter.cpp140 else if (TM.getOptLevel() == CodeGenOptLevel::Aggressive) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h86 Aggressive = 3 ///< -O3 enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp135 case CodeGenOptLevel::Aggressive: in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp655 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 DAArch64Features.td797 "Enable Aggressive FMA for floating-point.">;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp187 if (HTM->getOptLevel() < CodeGenOptLevel::Aggressive) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5931 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 DThinLTOCodeGenerator.h49 CodeGenOptLevel CGOptLevel = CodeGenOptLevel::Aggressive;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp106 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 DMachineBlockPlacement.cpp3517 if (OptLevel >= CodeGenOptLevel::Aggressive) { in initTailDupThreshold()
3529 (OptLevel < CodeGenOptLevel::Aggressive || in initTailDupThreshold()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp242 return CodeGenOptLevel::Aggressive; in getOptLevelToEnablePostRAScheduler()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp153 OL = CodeGenOptLevel::Aggressive; in LLVMTargetMachineOptionsSetCodeGenOptLevel()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp301 if (getOptLevel() == CodeGenOptLevel::Aggressive) in addEarlyCSEOrGVNPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1231 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 DPPCTargetMachine.cpp469 if (TM->getOptLevel() == CodeGenOptLevel::Aggressive && in addIRPasses()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h765 bool &HasFMAD, bool &Aggressive,
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch17 Aggressive NSEC uses the DNSSEC NSEC chain to synthesize NXDOMAIN and other
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2307 return OptLevel >= CodeGenOptLevel::Aggressive ? 4 : 2; in getTailDuplicateSize()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1292 "(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 Dexample.conf.in589 # 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 DDAGCombiner.cpp16909 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 DClang.cpp2832 auto applyFastMath = [&](bool Aggressive) { in RenderFloatingPointOptions() argument
2833 if (Aggressive) { in RenderFloatingPointOptions()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp4602 return OptLevel >= CodeGenOptLevel::Aggressive in getTailDuplicateSize()

12