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

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  753   Mask &= RxSBG.Mask;
  755     RxSBG.Mask = Mask;
  766   return (Mask & RxSBG.Mask) != 0;
  867       if (RxSBG.Mask == 1 && RxSBG.Rotate == 1)
  983     else if (RISBG.Mask == 0xff ||
  984              RISBG.Mask == 0xffff ||
  985              RISBG.Mask == 0x7fffffff ||
  986              SystemZ::isImmLF(~RISBG.Mask) ||
  987              SystemZ::isImmHF(~RISBG.Mask))
  995           RISBG.Mask == 0xffffff00 &&
 1004       SDValue Mask = CurDAG->getConstant(RISBG.Mask, DL, VT);
 1081   if (Opcode == SystemZ::ROSBG && (RxSBG[I].Mask & 0xff) == 0)
 1088   if (Opcode == SystemZ::ROSBG && detectOrAndInsertion(Op0, RxSBG[I].Mask)) {