Searched refs:MatchAddress (Results 1 – 1 of 1) sorted by relevance
100 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);190 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress() function in MSP430DAGToDAGISel217 if (!MatchAddress(N.getNode()->getOperand(0), AM) && in MatchAddress()218 !MatchAddress(N.getNode()->getOperand(1), AM)) in MatchAddress()221 if (!MatchAddress(N.getNode()->getOperand(1), AM) && in MatchAddress()222 !MatchAddress(N.getNode()->getOperand(0), AM)) in MatchAddress()235 if (!MatchAddress(N.getOperand(0), AM) && in MatchAddress()258 if (MatchAddress(N, AM)) in SelectAddr()