Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h56 Aggressive = 3 // -O3 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
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()
DAArch64SelectionDAGInfo.cpp57 return OptLevel >= CodeGenOpt::Aggressive; in generateFMAsInMachineCombiner()
DAArch64.td320 "Enable Aggressive FMA for floating-point.">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp413 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses()
440 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
DARMAsmPrinter.cpp132 else if (TM.getOptLevel() == CodeGenOpt::Aggressive) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
/third_party/spirv-tools/
DCHANGES829 - Aggressive dead code elimination: Can remove more instructions, e.g. derivatives.
830 - Aggressive dead code elimination: Remove Workgroup variables that are written but not read.
843 #1492: Aggressive dead code elimination can remove OpDecorateStringGOOGLE.
846 #1556: Aggressive dead code elimination: Fix handling of OpCopyMemory.
909 - Aggressive dead code elimination: Understands capability hierarchy when finding
942 - Aggressive dead code elimination now removes OpSwitch constructs.
961 - #1210: Optimizer: Aggressive dead code elimination: Fix 'break' identification.
962 - #1212: Optimizer: Aggressive dead code elimination: Was skipping too many instructions.
963 - #1214: Optimizer: Aggressive dead code elimination: Fix infinite loop.
985 - Aggressive dead code elimination (ADCE) now removes dead functions and
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES887 - Aggressive dead code elimination: Can remove more instructions, e.g. derivatives.
888 - Aggressive dead code elimination: Remove Workgroup variables that are written but not read.
901 #1492: Aggressive dead code elimination can remove OpDecorateStringGOOGLE.
904 #1556: Aggressive dead code elimination: Fix handling of OpCopyMemory.
967 - Aggressive dead code elimination: Understands capability hierarchy when finding
1000 - Aggressive dead code elimination now removes OpSwitch constructs.
1019 - #1210: Optimizer: Aggressive dead code elimination: Fix 'break' identification.
1020 - #1212: Optimizer: Aggressive dead code elimination: Was skipping too many instructions.
1021 - #1214: Optimizer: Aggressive dead code elimination: Fix infinite loop.
1043 - Aggressive dead code elimination (ADCE) now removes dead functions and
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES887 - Aggressive dead code elimination: Can remove more instructions, e.g. derivatives.
888 - Aggressive dead code elimination: Remove Workgroup variables that are written but not read.
901 #1492: Aggressive dead code elimination can remove OpDecorateStringGOOGLE.
904 #1556: Aggressive dead code elimination: Fix handling of OpCopyMemory.
967 - Aggressive dead code elimination: Understands capability hierarchy when finding
1000 - Aggressive dead code elimination now removes OpSwitch constructs.
1019 - #1210: Optimizer: Aggressive dead code elimination: Fix 'break' identification.
1020 - #1212: Optimizer: Aggressive dead code elimination: Was skipping too many instructions.
1021 - #1214: Optimizer: Aggressive dead code elimination: Fix infinite loop.
1043 - Aggressive dead code elimination (ADCE) now removes dead functions and
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp234 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPeepholeOptimizer.cpp108 Aggressive("aggressive-ext-opt", cl::Hidden, variable
175 if (Aggressive) { in getAnalysisUsage()
543 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY()
1607 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
DMachineBlockPlacement.cpp3075 if (PassConfig->getOptLevel() >= CodeGenOpt::Aggressive) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.cpp214 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp124 mOptLevel = CodeGenOpt::Aggressive; in JitManager()
127 KNOB_JIT_OPTIMIZATION_LEVEL <= CodeGenOpt::Aggressive) in JitManager()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp249 case rr::Optimization::Level::Aggressive: return llvm::CodeGenOpt::Aggressive; in toLLVM()
DNucleus.hpp51 Aggressive, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c101 Aggressive // -O3 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp214 CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp634 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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()
[all …]
/third_party/skia/third_party/externals/swiftshader/
DCMakeLists.txt201 set_property(CACHE REACTOR_DEFAULT_OPT_LEVEL PROPERTY STRINGS "None" "Less" "Default" "Aggressive")
/third_party/typescript/src/compiler/
Dcore.ts1691 Aggressive = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp272 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive) in getMachineCombinerPatterns()

12