Lines Matching refs:MatchAddress
106 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
169 /// MatchAddressBase - Helper for MatchAddress. Add the specified node to the
184 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) {
185 DEBUG(errs() << "MatchAddress: "; AM.dump());
211 if (!MatchAddress(N.getNode()->getOperand(0), AM) &&
212 !MatchAddress(N.getNode()->getOperand(1), AM))
215 if (!MatchAddress(N.getNode()->getOperand(1), AM) &&
216 !MatchAddress(N.getNode()->getOperand(0), AM))
229 if (!MatchAddress(N.getOperand(0), AM) &&
252 if (MatchAddress(N, AM))