Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp106 bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);
184 bool MSP430DAGToDAGISel::MatchAddress(SDValue N, MSP430ISelAddressMode &AM) { in MatchAddress() function in MSP430DAGToDAGISel
211 if (!MatchAddress(N.getNode()->getOperand(0), AM) && in MatchAddress()
212 !MatchAddress(N.getNode()->getOperand(1), AM)) in MatchAddress()
215 if (!MatchAddress(N.getNode()->getOperand(1), AM) && in MatchAddress()
216 !MatchAddress(N.getNode()->getOperand(0), AM)) in MatchAddress()
229 if (!MatchAddress(N.getOperand(0), AM) && in MatchAddress()
252 if (MatchAddress(N, AM)) in SelectAddr()