Home
last modified time | relevance | path

Searched refs:N120 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10295 SDValue N120 = N12.getOperand(0); in visitFADDForFMACombine() local
10296 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() local
10564 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7919 SDValue N120 = N12.getOperand(0); in visitFADDForFMACombine() local
7920 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() local
8166 if (N120.getOpcode() == ISD::FMUL) { in visitFSUBForFMACombine()
8167 SDValue N1200 = N120.getOperand(0); in visitFSUBForFMACombine()
8168 SDValue N1201 = N120.getOperand(1); in visitFSUBForFMACombine()