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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
 1064     while (expandRxSBG(RxSBG[I]))
 1068       if (RxSBG[I].Input.getOpcode() != ISD::ANY_EXTEND &&
 1069           RxSBG[I].Input.getOpcode() != ISD::TRUNCATE)
 1081   if (Opcode == SystemZ::ROSBG && (RxSBG[I].Mask & 0xff) == 0)
 1088   if (Opcode == SystemZ::ROSBG && detectOrAndInsertion(Op0, RxSBG[I].Mask)) {
 1097     convertTo(DL, MVT::i64, RxSBG[I].Input),
 1098     CurDAG->getTargetConstant(RxSBG[I].Start, DL, MVT::i32),
 1099     CurDAG->getTargetConstant(RxSBG[I].End, DL, MVT::i32),
 1100     CurDAG->getTargetConstant(RxSBG[I].Rotate, DL, MVT::i32)