reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  105     bool MatchAddress(SDValue N, MSP430ISelAddressMode &AM);

References

lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  210     if (!MatchAddress(N.getNode()->getOperand(0), AM) &&
  211         !MatchAddress(N.getNode()->getOperand(1), AM))
  214     if (!MatchAddress(N.getNode()->getOperand(1), AM) &&
  215         !MatchAddress(N.getNode()->getOperand(0), AM))
  228       if (!MatchAddress(N.getOperand(0), AM) &&
  251   if (MatchAddress(N, AM))