Searched refs:isContractableFMul (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5677 static bool isContractableFMul(MachineInstr &MI, bool AllowFusionGlobally) { in isContractableFMul() function 5741 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFMulToFMadOrFMA() 5742 isContractableFMul(*RHS.MI, AllowFusionGlobally)) { in matchCombineFAddFMulToFMadOrFMA() 5748 if (isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFMulToFMadOrFMA() 5759 if (isContractableFMul(*RHS.MI, AllowFusionGlobally) && in matchCombineFAddFMulToFMadOrFMA() 5792 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMA() 5793 isContractableFMul(*RHS.MI, AllowFusionGlobally)) { in matchCombineFAddFpExtFMulToFMadOrFMA() 5801 isContractableFMul(*FpExtSrc, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMA() 5816 isContractableFMul(*FpExtSrc, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMA() 5850 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFMAFMulToFMadOrFMA() [all …]
|