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

References

lib/Target/PowerPC/PPCReduceCRLogicals.cpp
  546   if (!Register::isVirtualRegister(CopySrc)) {
  549     if (CopySrc == PPC::CR0EQ || CopySrc == PPC::CR6EQ)
  549     if (CopySrc == PPC::CR0EQ || CopySrc == PPC::CR6EQ)
  551     if (CopySrc == PPC::CR0LT || CopySrc == PPC::CR6LT)
  551     if (CopySrc == PPC::CR0LT || CopySrc == PPC::CR6LT)
  553     if (CopySrc == PPC::CR0GT || CopySrc == PPC::CR6GT)
  553     if (CopySrc == PPC::CR0GT || CopySrc == PPC::CR6GT)
  555     if (CopySrc == PPC::CR0UN || CopySrc == PPC::CR6UN)
  555     if (CopySrc == PPC::CR0UN || CopySrc == PPC::CR6UN)
  560       if ((--Me)->modifiesRegister(CopySrc, TRI))
  564   return MRI->getVRegDef(CopySrc);