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

Declarations

gen/lib/Target/SystemZ/SystemZGenRegisterInfo.inc
 1818   extern const TargetRegisterClass VR128BitRegClass;

References

gen/lib/Target/SystemZ/SystemZGenRegisterInfo.inc
 2074   &SystemZ::VR128BitRegClass,
 2370     &SystemZ::VR128BitRegClass,
lib/Target/SystemZ/SystemZFrameLowering.cpp
  214     if (SystemZ::VR128BitRegClass.contains(Reg)) {
  217                                &SystemZ::VR128BitRegClass, TRI);
  244     if (SystemZ::VR128BitRegClass.contains(Reg))
  246                                 &SystemZ::VR128BitRegClass, TRI);
  446     } else if (SystemZ::VR128BitRegClass.contains(Reg)) {
lib/Target/SystemZ/SystemZISelLowering.cpp
   94     addRegisterClass(MVT::f128, &SystemZ::VR128BitRegClass);
   99     addRegisterClass(MVT::v16i8, &SystemZ::VR128BitRegClass);
  100     addRegisterClass(MVT::v8i16, &SystemZ::VR128BitRegClass);
  101     addRegisterClass(MVT::v4i32, &SystemZ::VR128BitRegClass);
  102     addRegisterClass(MVT::v2i64, &SystemZ::VR128BitRegClass);
  103     addRegisterClass(MVT::v4f32, &SystemZ::VR128BitRegClass);
  104     addRegisterClass(MVT::v2f64, &SystemZ::VR128BitRegClass);
 1107         return std::make_pair(0U, &SystemZ::VR128BitRegClass);
 1144       return parseRegisterNumber(Constraint, &SystemZ::VR128BitRegClass,
 1350         RC = &SystemZ::VR128BitRegClass;
lib/Target/SystemZ/SystemZInstrInfo.cpp
  792   if (SystemZ::VR128BitRegClass.contains(DestReg) &&
  796                              SystemZ::subreg_h64, &SystemZ::VR128BitRegClass);
  799                              SystemZ::subreg_h64, &SystemZ::VR128BitRegClass);
  807       SystemZ::VR128BitRegClass.contains(SrcReg)) {
  810                              SystemZ::subreg_h64, &SystemZ::VR128BitRegClass);
  813                              SystemZ::subreg_h64, &SystemZ::VR128BitRegClass);
  854   else if (SystemZ::VR128BitRegClass.contains(DestReg, SrcReg))
 1494              RC == &SystemZ::VR128BitRegClass) {