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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  770   SDValue N = RxSBG.Input;
  780     RxSBG.Input = N.getOperand(0);
  802     RxSBG.Input = Input;
  825     RxSBG.Input = Input;
  838     RxSBG.Input = N.getOperand(0);
  844     RxSBG.Input = N.getOperand(0);
  854       RxSBG.Input = N.getOperand(0);
  873     RxSBG.Input = N.getOperand(0);
  899     RxSBG.Input = N.getOperand(0);
  927     RxSBG.Input = N.getOperand(0);
  962     if (RISBG.Input.getOpcode() != ISD::ANY_EXTEND &&
  963         RISBG.Input.getOpcode() != ISD::TRUNCATE)
  991     else if (auto *Load = dyn_cast<LoadSDNode>(RISBG.Input)) {
 1003       SDValue In = convertTo(DL, VT, RISBG.Input);
 1040     convertTo(DL, OpcodeVT, RISBG.Input),
 1068       if (RxSBG[I].Input.getOpcode() != ISD::ANY_EXTEND &&
 1069           RxSBG[I].Input.getOpcode() != ISD::TRUNCATE)
 1097     convertTo(DL, MVT::i64, RxSBG[I].Input),