| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | GISelMITest.cpp | 43 "AArch64", "", "", Options, None, None, CodeGenOpt::Aggressive))); in createTargetMachine() 82 CodeGenOpt::Aggressive))); in createTargetMachine()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ARM/ |
| H A D | attribute-4.s | 58 @CHECK-OBJ-NEXT: Description: Aggressive Size 65 @CHECK-OBJ-NEXT: Description: Aggressive Size
|
| H A D | attribute-2.s | 142 @CHECK-OBJ-NEXT: Description: Aggressive Speed 149 @CHECK-OBJ-NEXT: Description: Aggressive Speed
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 540 if (EnableSVEIntrinsicOpts && TM->getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses() 566 if (TM->getOptLevel() == CodeGenOpt::Aggressive && EnableGEPOpt) { in addIRPasses() 610 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel() 778 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && EnableLoadStoreOpt) in addPreEmitPass() 781 if (TM->getOptLevel() >= CodeGenOpt::Aggressive && in addPreEmitPass()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 56 Aggressive = 3 // -O3 enumerator
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | TargetOptionsTest.cpp | 42 "X86", "", "", Options, None, None, CodeGenOpt::Aggressive)); in createTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetMachine.cpp | 429 if (getOptLevel() == CodeGenOpt::Aggressive) in addIRPasses() 459 bool OnlyOptimizeForSize = (TM->getOptLevel() < CodeGenOpt::Aggressive) && in addPreISel() 513 if (getOptLevel() == CodeGenOpt::Aggressive) in addPreRegAlloc()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 5070 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFMulToFMadOrFMA() local 5118 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFpExtFMulToFMadOrFMA() local 5177 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFMAFMulToFMadOrFMA() local 5242 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local 5246 if (!Aggressive) in matchCombineFAddFpExtFMulToFMadOrFMAAggressive() 5368 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFMulToFMadOrFMA() local 5420 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFNegFMulToFMadOrFMA() local 5434 (Aggressive || (MRI.hasOneNonDBGUse(LHSReg) && in matchCombineFSubFNegFMulToFMadOrFMA() 5449 (Aggressive || (MRI.hasOneNonDBGUse(RHSReg) && in matchCombineFSubFNegFMulToFMadOrFMA() 5467 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFpExtFMulToFMadOrFMA() local [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | build-attributes-optimization-minsize.ll | 11 ; CHECK-OBJ-NEXT: Description: Aggressive Size
|
| H A D | build-attributes-optimization.ll | 18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
|
| /llvm-project-15.0.7/llvm/test/Transforms/AggressiveInstCombine/ |
| H A D | trunc_unreachable_bb.ll | 5 ; Aggressive Instcombine should be able ignore unreachable basic block.
|
| H A D | trunc_const_expr.ll | 5 ; Aggressive Instcombine should be able to reduce width of these constant
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 141 case CodeGenOpt::Aggressive: in print()
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | Args.cpp | 24 return CodeGenOpt::Aggressive; in getCGOptLevel()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ErrorTest.cpp | 660 enum FooStrategy { Aggressive, Conservative }; enumerator 663 if (S == Aggressive) in foo() 674 foo(Aggressive), in TEST() 692 foo(Aggressive), in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 156 case '3': OLvl = CodeGenOpt::Aggressive; break; in LLVMFuzzerInitialize()
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 41 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Aggressive;
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-llvm/ |
| H A D | handle_llvm.cpp | 67 case '3': OLvl = CodeGenOpt::Aggressive; break; in getOptLevel()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.cpp | 239 return CodeGenOpt::Aggressive; in getOptLevelToEnablePostRAScheduler()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/target/ |
| H A D | llvm_target.ml | 20 | Aggressive Constructor
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 138 OL = CodeGenOpt::Aggressive; in LLVMCreateTargetMachine()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 107 Aggressive("aggressive-ext-opt", cl::Hidden, variable 174 if (Aggressive) { in getAnalysisUsage() 546 } else if (Aggressive && DT->dominates(&MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY() 1620 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr; in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetMachine.cpp | 264 if (getOptLevel() == CodeGenOpt::Aggressive) in addEarlyCSEOrGVNPass()
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | optnone-opt.ll | 48 ; O1-DAG: Skipping pass 'Aggressive Dead Code Elimination'
|
| /llvm-project-15.0.7/llvm/unittests/MI/ |
| H A D | LiveIntervalTest.cpp | 49 CodeGenOpt::Aggressive))); in createTargetMachine()
|