Searched defs:Aggressive (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 20 | Aggressive Constructor
|
H A D | llvm_target.mli | 25 | Aggressive Constructor
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 61 Aggressive = 3 ///< -O3 enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5315 bool &HasFMAD, bool &Aggressive, in canCombineFMadOrFMA() 5350 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFMulToFMadOrFMA() local 5398 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFpExtFMulToFMadOrFMA() local 5457 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFMAFMulToFMadOrFMA() local 5522 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local 5648 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFMulToFMadOrFMA() local 5700 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFNegFMulToFMadOrFMA() local 5747 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFpExtFMulToFMadOrFMA() local 5798 bool AllowFusionGlobally, HasFMAD, Aggressive; in matchCombineFSubFpExtFNegFMulToFMadOrFMA() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | PeepholeOptimizer.cpp | 106 Aggressive("aggressive-ext-opt", cl::Hidden, variable
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 14623 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFADDForFMACombine() local 14847 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFSUBForFMACombine() local 15163 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); in visitFMULForFMADistributiveCombine() local
|