Lines Matching full:matchaddress
103 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
165 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
180 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) {
181 DEBUG(errs() << "MatchAddress: "; AM.dump());
207 if (!MatchAddress(N.getNode()->getOperand(0), AM) &&
208 !MatchAddress(N.getNode()->getOperand(1), AM))
211 if (!MatchAddress(N.getNode()->getOperand(1), AM) &&
212 !MatchAddress(N.getNode()->getOperand(0), AM))
225 if (!MatchAddress(N.getOperand(0), AM) &&
248 if (MatchAddress(N, AM))