Home
last modified time | relevance | path

Searched refs:Aggressive (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCodeGen.h56 Aggressive = 3 // -O3 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp463 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses()
496 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
627 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && EnableLoadStoreOpt) in addPreEmitPass()
H A DAArch64SelectionDAGInfo.cpp57 return OptLevel >= CodeGenOpt::Aggressive; in generateFMAsInMachineCombiner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp413 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses()
440 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
H A DARMAsmPrinter.cpp132 else if (TM.getOptLevel() == CodeGenOpt::Aggressive) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp234 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp214 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachineC.cpp142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMJIT.cpp249 case rr::Optimization::Level::Aggressive: return llvm::CodeGenOpt::Aggressive; in toLLVM()
H A DNucleus.hpp51 Aggressive, member in rr::Optimization::Level
H A DSubzeroReactor.cpp267 case rr::Optimization::Level::Aggressive: return Ice::Opt_2; in toIce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp108 Aggressive("aggressive-ext-opt", cl::Hidden,
109 cl::desc("Aggressive extension optimization"));
175 if (Aggressive) {
543 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) {
1607 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
H A DMachineBlockPlacement.cpp3075 if (PassConfig->getOptLevel() >= CodeGenOpt::Aggressive) { in runOnMachineFunction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c96 * - 3: Aggressive (-O3)
104 Aggressive // -O3 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp214 CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp634 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11547 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine() local
11558 if (Aggressive && isContractableFMUL(N0) && isContractableFMUL(N1)) { in visitFADDForFMACombine()
11564 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFADDForFMACombine()
11571 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFADDForFMACombine()
11608 if (Aggressive) { in visitFADDForFMACombine()
11765 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine() local
11776 if (isContractableFMUL(N0) && (Aggressive || N0->hasOneUse())) { in visitFSUBForFMACombine()
11784 if (isContractableFMUL(N1) && (Aggressive || N1->hasOneUse())) { in visitFSUBForFMACombine()
11793 (Aggressive || (N0->hasOneUse() && N0.getOperand(0).hasOneUse()))) { in visitFSUBForFMACombine()
11886 if (Aggressive) { in visitFSUBForFMACombine()
12066 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFMULForFMADistributiveCombine() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp272 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive) in getMachineCombinerPatterns()

Completed in 50 milliseconds