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

References

lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
  186   switch (N.getOpcode()) {
  189     uint64_t Val = cast<ConstantSDNode>(N)->getSExtValue();
  195     if (!MatchWrapper(N, AM))
  203       AM.Base.FrameIndex = cast<FrameIndexSDNode>(N)->getIndex();
  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))
  224     if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
  228       if (!MatchAddress(N.getOperand(0), AM) &&
  232           CurDAG->MaskedValueIsZero(N.getOperand(0), CN->getAPIntValue())) {
  241   return MatchAddressBase(N, AM);