Searched defs:HasFMAD (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5410 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/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15574 bool HasFMAD = !UseVP && (LegalOperations && TLI.isFMADLegal(DAG, N)); visitFADDForFMACombine() local 15811 bool HasFMAD = !UseVP && (LegalOperations && TLI.isFMADLegal(DAG, N)); visitFSUBForFMACombine() local 16151 bool HasFMAD = Options.UnsafeFPMath && visitFMULForFMADistributiveCombine() local [all...] |