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

Declarations

lib/Target/SystemZ/SystemZInstrInfo.h
  305   bool isRxSBGMask(uint64_t Mask, unsigned BitSize,

References

lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
  754   if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
lib/Target/SystemZ/SystemZISelLowering.cpp
  709     if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) {
lib/Target/SystemZ/SystemZInstrInfo.cpp
  959     if (isRxSBGMask(Imm, And.RegSize, Start, End)) {
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  151       if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))