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

Declarations

gen/lib/Target/SystemZ/SystemZGenRegisterInfo.inc
 1817   extern const TargetRegisterClass ADDR64BitRegClass;

References

gen/lib/Target/SystemZ/SystemZGenRegisterInfo.inc
 2369     &SystemZ::ADDR64BitRegClass,
lib/Target/SystemZ/SystemZISelLowering.cpp
 1086         return std::make_pair(0U, &SystemZ::ADDR64BitRegClass);
 6511   Register Reg = MRI.createVirtualRegister(&SystemZ::ADDR64BitRegClass);
 7250     const TargetRegisterClass *RC = &SystemZ::ADDR64BitRegClass;
 7351       Register Reg = MRI.createVirtualRegister(&SystemZ::ADDR64BitRegClass);
 7360       Register Reg = MRI.createVirtualRegister(&SystemZ::ADDR64BitRegClass);
lib/Target/SystemZ/SystemZInstrInfo.cpp
 1471              RC == &SystemZ::ADDR64BitRegClass) {
lib/Target/SystemZ/SystemZRegisterInfo.cpp
  302         MF.getRegInfo().createVirtualRegister(&SystemZ::ADDR64BitRegClass);
lib/Target/SystemZ/SystemZRegisterInfo.h
   52     return &SystemZ::ADDR64BitRegClass;