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

References

gen/lib/Target/SystemZ/SystemZGenMCCodeEmitter.inc
 3527     case SystemZ::BRCL: {
lib/Target/SystemZ/SystemZAsmPrinter.cpp
  230     LoweredMI = MCInstBuilder(SystemZ::BRCL)
lib/Target/SystemZ/SystemZInstrInfo.cpp
 1416   case SystemZ::BRCL:
lib/Target/SystemZ/SystemZLongBranch.cpp
  362   MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL))
  380   MachineInstr *BRCL = BuildMI(*MBB, MI, DL, TII->get(SystemZ::BRCL))
  397     Branch->setDesc(TII->get(SystemZ::BRCL));