Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp101 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
179 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress() function in MSP430DAGToDAGISel
206 if (!MatchAddress(N.getNode()->getOperand(0), AM) && in MatchAddress()
207 !MatchAddress(N.getNode()->getOperand(1), AM)) in MatchAddress()
210 if (!MatchAddress(N.getNode()->getOperand(1), AM) && in MatchAddress()
211 !MatchAddress(N.getNode()->getOperand(0), AM)) in MatchAddress()
224 if (!MatchAddress(N.getOperand(0), AM) && in MatchAddress()
247 if (MatchAddress(N, AM)) in SelectAddr()