/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
D | GISelMITest.cpp | 43 "AArch64", "", "", Options, None, None, CodeGenOpt::Aggressive))); in createTargetMachine() 82 CodeGenOpt::Aggressive))); in createTargetMachine()
|
/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/llvm-project/llvm/test/tools/llvm-readobj/ELF/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/include/llvm/Support/ |
D | CodeGen.h | 56 Aggressive // -O3 enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CodeGen.h | 56 Aggressive = 3 // -O3 enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 56 Aggressive = 3 // -O3 enumerator
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.cpp | 456 if (EnableSVEIntrinsicOpts && TM->getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses() 492 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses() 522 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel() 665 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && EnableLoadStoreOpt) in addPreEmitPass()
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | TargetOptionsTest.cpp | 42 "X86", "", "", Options, None, None, CodeGenOpt::Aggressive)); in createTargetMachine()
|
/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-project/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/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/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.cpp | 130 case CodeGenOpt::Aggressive: in operator <<()
|
/external/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()
|
/external/llvm-project/lld/Common/ |
D | Args.cpp | 24 return CodeGenOpt::Aggressive; in getCGOptLevel()
|
/external/llvm-project/llvm/test/Transforms/AggressiveInstCombine/ |
D | trunc_unreachable_bb.ll | 6 ; Aggressive Instcombine should be able ignore unreachable basic block.
|
/external/llvm-project/llvm/unittests/Support/ |
D | ErrorTest.cpp | 648 enum FooStrategy { Aggressive, Conservative }; enumerator 651 if (S == Aggressive) in foo() 662 foo(Aggressive), in TEST() 680 foo(Aggressive), in TEST()
|
/external/llvm-project/llvm/tools/llvm-isel-fuzzer/ |
D | llvm-isel-fuzzer.cpp | 158 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-10.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 42 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|