Home
last modified time | relevance | path

Searched defs:Aggressive (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h58 Aggressive = 3 ///< -O3 enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5410 canCombineFMadOrFMA(MachineInstr & MI,bool & AllowFusionGlobally,bool & HasFMAD,bool & Aggressive,bool CanReassociate) canCombineFMadOrFMA() argument
5445 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFMulToFMadOrFMA() local
5493 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFpExtFMulToFMadOrFMA() local
5552 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFMAFMulToFMadOrFMA() local
5617 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local
5743 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFMulToFMadOrFMA() local
5795 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFNegFMulToFMadOrFMA() local
5842 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFpExtFMulToFMadOrFMA() local
5893 bool AllowFusionGlobally, HasFMAD, Aggressive; matchCombineFSubFpExtFNegFMulToFMadOrFMA() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp106 Aggressive("aggressive-ext-opt", cl::Hidden, variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15605 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFADDForFMACombine() local
15835 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFSUBForFMACombine() local
16160 bool Aggressive = TLI.enableAggressiveFMAFusion(VT); visitFMULForFMADistributiveCombine() local
[all...]