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

References

lib/Target/SystemZ/SystemZLongBranch.cpp
  392   switch (Branch->getOpcode()) {
  394     Branch->setDesc(TII->get(SystemZ::JG));
  397     Branch->setDesc(TII->get(SystemZ::BRCL));
  400     splitBranchOnCount(Branch, SystemZ::AHI);
  403     splitBranchOnCount(Branch, SystemZ::AGHI);
  406     splitCompareBranch(Branch, SystemZ::CR);
  409     splitCompareBranch(Branch, SystemZ::CGR);
  412     splitCompareBranch(Branch, SystemZ::CHI);
  415     splitCompareBranch(Branch, SystemZ::CGHI);
  418     splitCompareBranch(Branch, SystemZ::CLR);
  421     splitCompareBranch(Branch, SystemZ::CLGR);
  424     splitCompareBranch(Branch, SystemZ::CLFI);
  427     splitCompareBranch(Branch, SystemZ::CLGFI);