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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
  694   if (SplatBitSize > 64)
  699     int64_t SignedValue = SignExtend64(Value, SplatBitSize);
  703       VecVT = MVT::getVectorVT(MVT::getIntegerVT(SplatBitSize),
  704                                SystemZ::VectorBits / SplatBitSize);
  709     if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) {
  713       OpVals.push_back(Start - (64 - SplatBitSize));
  714       OpVals.push_back(End - (64 - SplatBitSize));
  716       VecVT = MVT::getVectorVT(MVT::getIntegerVT(SplatBitSize),
  717                                SystemZ::VectorBits / SplatBitSize);
  763   SplatBitSize = Width;
  771   BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
  775   BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,