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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 3998     case PPC::VRSAVE: OpKind = MCK_VRSAVERC; break;
gen/lib/Target/PowerPC/PPCGenRegisterInfo.inc
 1167   { PPC::VRSAVE },
 1426     PPC::VRSAVE, 
 1853   { 109U, PPC::VRSAVE },
 2141   { 109U, PPC::VRSAVE },
 2326   { PPC::VRSAVE, 109U },
 2879   { PPC::VRSAVE, 109U },
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1183       RegNo = PPC::VRSAVE;
lib/Target/PowerPC/PPCFrameLowering.cpp
  179       {PPC::VRSAVE, -4},
  257       {PPC::VRSAVE, -4},
 2208     if (Reg == PPC::VRSAVE && !Subtarget.isDarwinABI())
 2381     if (Reg == PPC::VRSAVE && !Subtarget.isDarwinABI())
lib/Target/PowerPC/PPCRegisterInfo.cpp
  299     markSuperRegs(Reserved, PPC::VRSAVE);