Searched defs:Aggressive (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/include/mlir/Transforms/ |
H A D | GreedyPatternRewriteDriver.h | 39 Aggressive enumerator
|
/llvm-project/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 20 | Aggressive Constructor
|
H A D | llvm_target.mli | 25 | Aggressive Constructor
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 58 Aggressive = 3 ///< -O3 enumerator
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5637 canCombineFMadOrFMA(MachineInstr & MI,bool & AllowFusionGlobally,bool & HasFMAD,bool & Aggressive,bool CanReassociate) canCombineFMadOrFMA() argument 5672 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFMulToFMadOrFMA() local 5720 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFpExtFMulToFMadOrFMA() local 5779 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFMAFMulToFMadOrFMA() local 5844 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local 5970 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFMulToFMadOrFMA() local 6022 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFNegFMulToFMadOrFMA() local 6069 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFpExtFMulToFMadOrFMA() local 6120 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFpExtFNegFMulToFMadOrFMA() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 106 Aggressive("aggressive-ext-opt", cl::Hidden, global() variable
|
/llvm-project/llvm/unittests/Support/ |
H A D | ErrorTest.cpp | 661 enum FooStrategy { Aggressive, Conservative }; global() enumerator
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15858 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFADDForFMACombine() local 16090 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFSUBForFMACombine() local 16415 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFMULForFMADistributiveCombine() local [all...] |