/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 56 Aggressive = 3 // -O3 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 463 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()
|
D | AArch64SelectionDAGInfo.cpp | 57 return OptLevel >= CodeGenOpt::Aggressive; in generateFMAsInMachineCombiner()
|
D | AArch64.td | 320 "Enable Aggressive FMA for floating-point.">;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 413 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses() 440 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
|
D | ARMAsmPrinter.cpp | 132 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/ |
D | ThinLTOCodeGenerator.h | 42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|
/third_party/spirv-tools/ |
D | CHANGES | 829 - 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/ |
D | CHANGES | 887 - 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/ |
D | CHANGES | 887 - 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/ |
D | MipsSubtarget.cpp | 234 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 142 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 108 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()
|
D | MachineBlockPlacement.cpp | 3075 if (PassConfig->getOptLevel() >= CodeGenOpt::Aggressive) { in runOnMachineFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.cpp | 214 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 124 mOptLevel = CodeGenOpt::Aggressive; in JitManager() 127 KNOB_JIT_OPTIMIZATION_LEVEL <= CodeGenOpt::Aggressive) in JitManager()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMJIT.cpp | 249 case rr::Optimization::Level::Aggressive: return llvm::CodeGenOpt::Aggressive; in toLLVM()
|
D | Nucleus.hpp | 51 Aggressive, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 101 Aggressive // -O3 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 214 CGOptLevel = CodeGenOpt::Aggressive; in setOptLevel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetMachine.cpp | 634 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11547 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/ |
D | CMakeLists.txt | 201 set_property(CACHE REACTOR_DEFAULT_OPT_LEVEL PROPERTY STRINGS "None" "Less" "Default" "Aggressive")
|
/third_party/typescript/src/compiler/ |
D | core.ts | 1691 Aggressive = 2, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 272 if (Subtarget.getTargetMachine().getOptLevel() != CodeGenOpt::Aggressive) in getMachineCombinerPatterns()
|