Searched defs:HasFMAD (Results 1 – 2 of 2) sorted by relevance
/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/SelectionDAG/ |
H A D | DAGCombiner.cpp | 15829 bool HasFMAD = !UseVP && (LegalOperations && TLI.isFMADLegal(DAG, N)); visitFADDForFMACombine() local 16066 bool HasFMAD = !UseVP && (LegalOperations && TLI.isFMADLegal(DAG, N)); visitFSUBForFMACombine() local 16406 bool HasFMAD = Options.UnsafeFPMath && visitFMULForFMADistributiveCombine() local [all...] |