Lines Matching refs:isContractableFMul
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()
5851 isContractableFMul(*RHS.MI, AllowFusionGlobally)) { in matchCombineFAddFMAFMulToFMadOrFMA()
5919 if (Aggressive && isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMAAggressive()
5920 isContractableFMul(*RHS.MI, AllowFusionGlobally)) { in matchCombineFAddFpExtFMulToFMadOrFMAAggressive()
5943 isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMAAggressive()
5963 if (isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMAAggressive()
5984 isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMAAggressive()
6004 if (isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFAddFpExtFMulToFMadOrFMAAggressive()
6039 if (isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFSubFMulToFMadOrFMA()
6040 isContractableFMul(*RHS.MI, AllowFusionGlobally) && in matchCombineFSubFMulToFMadOrFMA()
6049 (isContractableFMul(*LHS.MI, AllowFusionGlobally) && in matchCombineFSubFMulToFMadOrFMA()
6060 else if ((isContractableFMul(*RHS.MI, AllowFusionGlobally) && in matchCombineFSubFMulToFMadOrFMA()
6094 isContractableFMul(*FMulMI, AllowFusionGlobally)) { in matchCombineFSubFNegFMulToFMadOrFMA()
6109 isContractableFMul(*FMulMI, AllowFusionGlobally)) { in matchCombineFSubFNegFMulToFMadOrFMA()
6139 isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFSubFpExtFMulToFMadOrFMA()
6155 isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFSubFpExtFMulToFMadOrFMA()
6202 isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFSubFpExtFNegFMulToFMadOrFMA()
6218 isContractableFMul(*FMulMI, AllowFusionGlobally) && in matchCombineFSubFpExtFNegFMulToFMadOrFMA()