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

Declarations

gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc
 3872   extern const TargetRegisterClass VRSAVERCRegClass;

References

gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc
 4790     &PPC::VRSAVERCRegClass,
lib/Target/PowerPC/PPCFrameLowering.cpp
 1916     } else if (PPC::VRSAVERCRegClass.contains(Reg)) {
 2056       if (PPC::VRSAVERCRegClass.contains(Reg)) {
lib/Target/PowerPC/PPCInstrInfo.cpp
 1058     } else if (PPC::VRSAVERCRegClass.hasSubClassEq(RC)) {
 1096     } else if (PPC::VRSAVERCRegClass.contains(Reg)) {
 1144     } else if (PPC::VRSAVERCRegClass.hasSubClassEq(RC)) {
 1182     } else if (PPC::VRSAVERCRegClass.contains(Reg)) {
 1217   if (PPC::VRSAVERCRegClass.hasSubClassEq(RC))
 1269   if (PPC::VRSAVERCRegClass.hasSubClassEq(RC))