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

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8139   if (Bits[PPC::DirectivePwr6] && DarwinDirective < PPC::DIR_PWR6) DarwinDirective = PPC::DIR_PWR6;
 8139   if (Bits[PPC::DirectivePwr6] && DarwinDirective < PPC::DIR_PWR6) DarwinDirective = PPC::DIR_PWR6;
lib/Target/PowerPC/PPCHazardRecognizers.cpp
  164     if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||
  225   if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||
lib/Target/PowerPC/PPCISelLowering.cpp
 1203   case PPC::DIR_PWR6:
14174   case PPC::DIR_PWR6:
lib/Target/PowerPC/PPCInstrInfo.cpp
  215     case PPC::DIR_PWR6:
  476   case PPC::DIR_PWR6: Opcode = PPC::NOP_GT_PWR6; break;