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

References

gen/lib/Target/PowerPC/PPCGenDAGISel.inc
28053 /* 67675*/      OPC_MorphNodeTo0, TARGET_VAL(PPC::BLR8), 0|OPFL_Chain|OPFL_GlueInput|OPFL_Variadic0,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2331     case PPC::BLR8:
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1241     } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) {
 1277       RetInst.setOpcode(PPC::BLR8);
lib/Target/PowerPC/PPCEarlyReturn.cpp
   60           (I->getOpcode() != PPC::BLR && I->getOpcode() != PPC::BLR8) ||
lib/Target/PowerPC/PPCFastISel.cpp
 1793                                     TII.get(PPC::BLR8));
lib/Target/PowerPC/PPCFrameLowering.cpp
 1699         (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) &&
lib/Target/PowerPC/PPCInstrInfo.cpp
  102                       STI.isPPC64() ? PPC::BLR8 : PPC::BLR),
 1440   if (OpC == PPC::BLR || OpC == PPC::BLR8) {
 1597   case PPC::BLR8: