Searched refs:N120 (Results 1 – 2 of 2) sorted by relevance
10295 SDValue N120 = N12.getOperand(0); in visitFADDForFMACombine() local10296 if (isContractableFMUL(N120) && in visitFADDForFMACombine()10297 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N120.getValueType())) { in visitFADDForFMACombine()10299 N120.getOperand(0), N120.getOperand(1), in visitFADDForFMACombine()10563 SDValue N120 = N1.getOperand(2).getOperand(0); in visitFSUBForFMACombine() local10564 if (isContractableFMUL(N120) && in visitFSUBForFMACombine()10565 TLI.isFPExtFoldable(PreferredFusedOpcode, VT, N120.getValueType())) { in visitFSUBForFMACombine()10566 SDValue N1200 = N120.getOperand(0); in visitFSUBForFMACombine()10567 SDValue N1201 = N120.getOperand(1); in visitFSUBForFMACombine()
7919 SDValue N120 = N12.getOperand(0); in visitFADDForFMACombine() local7920 if (N120.getOpcode() == ISD::FMUL) in visitFADDForFMACombine()7922 N120.getOperand(0), N120.getOperand(1), in visitFADDForFMACombine()8165 SDValue N120 = N1.getOperand(2).getOperand(0); in visitFSUBForFMACombine() local8166 if (N120.getOpcode() == ISD::FMUL) { in visitFSUBForFMACombine()8167 SDValue N1200 = N120.getOperand(0); in visitFSUBForFMACombine()8168 SDValue N1201 = N120.getOperand(1); in visitFSUBForFMACombine()