/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 61 Aggressive("aggressive-ext-opt", cl::Hidden, variable 91 if (Aggressive) { in getAnalysisUsage() 204 } else if (Aggressive && DT->dominates(MBB, UseMBB)) { in OptimizeExtInstr() 402 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : 0; in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-4.s | 58 @CHECK-OBJ-NEXT: Description: Aggressive Size 65 @CHECK-OBJ-NEXT: Description: Aggressive Size
|
D | attribute-2.s | 142 @CHECK-OBJ-NEXT: Description: Aggressive Speed 149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-4.s | 58 @CHECK-OBJ-NEXT: Description: Aggressive Size 65 @CHECK-OBJ-NEXT: Description: Aggressive Size
|
D | attribute-2.s | 142 @CHECK-OBJ-NEXT: Description: Aggressive Speed 149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 257 - Aggressive dead code elimination: Can remove more instructions, e.g. derivatives. 258 - Aggressive dead code elimination: Remove Workgroup variables that are written but not read. 271 #1492: Aggressive dead code elimination can remove OpDecorateStringGOOGLE. 274 #1556: Aggressive dead code elimination: Fix handling of OpCopyMemory. 337 - Aggressive dead code elimination: Understands capability hierarchy when finding 370 - Aggressive dead code elimination now removes OpSwitch constructs. 389 - #1210: Optimizer: Aggressive dead code elimination: Fix 'break' identification. 390 - #1212: Optimizer: Aggressive dead code elimination: Was skipping too many instructions. 391 - #1214: Optimizer: Aggressive dead code elimination: Fix infinite loop. 413 - Aggressive dead code elimination (ADCE) now removes dead functions and [all …]
|
/external/deqp-deps/SPIRV-Tools/ |
D | CHANGES | 236 - Aggressive dead code elimination: Can remove more instructions, e.g. derivatives. 237 - Aggressive dead code elimination: Remove Workgroup variables that are written but not read. 250 #1492: Aggressive dead code elimination can remove OpDecorateStringGOOGLE. 253 #1556: Aggressive dead code elimination: Fix handling of OpCopyMemory. 316 - Aggressive dead code elimination: Understands capability hierarchy when finding 349 - Aggressive dead code elimination now removes OpSwitch constructs. 368 - #1210: Optimizer: Aggressive dead code elimination: Fix 'break' identification. 369 - #1212: Optimizer: Aggressive dead code elimination: Was skipping too many instructions. 370 - #1214: Optimizer: Aggressive dead code elimination: Fix infinite loop. 392 - Aggressive dead code elimination (ADCE) now removes dead functions and [all …]
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 56 Aggressive // -O3 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 56 Aggressive // -O3 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ErrorTest.cpp | 645 enum FooStrategy { Aggressive, Conservative }; enumerator 648 if (S == Aggressive) in foo() 659 foo(Aggressive), in TEST() 677 foo(Aggressive), in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 58 return OptLevel >= CodeGenOpt::Aggressive; in generateFMAsInMachineCombiner()
|
D | AArch64TargetMachine.cpp | 399 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses() 425 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 56 if (OptLevel >= CodeGenOpt::Aggressive) in generateFMAsInMachineCombiner()
|
D | AArch64TargetMachine.cpp | 323 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses() 349 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel()
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes-optimization-minsize.ll | 11 ; CHECK-OBJ-NEXT: Description: Aggressive Size
|
D | build-attributes-optimization.ll | 18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | build-attributes-optimization-minsize.ll | 11 ; CHECK-OBJ-NEXT: Description: Aggressive Size
|
D | build-attributes-optimization.ll | 18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/AggressiveInstCombine/ |
D | trunc_unreachable_bb.ll | 6 ; Aggressive Instcombine should be able ignore unreachable basic block.
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 155 case '3': OLvl = CodeGenOpt::Aggressive; break; in LLVMFuzzerInitialize()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 143 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 59 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetMachine.h | 52 Aggressive // -O3 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 223 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 90 Aggressive("aggressive-ext-opt", cl::Hidden, variable 140 if (Aggressive) { in getAnalysisUsage() 497 } else if (Aggressive && DT->dominates(MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY() 1486 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
|