reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1817 extern const TargetRegisterClass ADDR64BitRegClass;
2369 &SystemZ::ADDR64BitRegClass,
lib/Target/SystemZ/SystemZISelLowering.cpp1086 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;