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

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8142   if (Bits[PPC::DirectivePwr8] && DarwinDirective < PPC::DIR_PWR8) DarwinDirective = PPC::DIR_PWR8;
 8142   if (Bits[PPC::DirectivePwr8] && DarwinDirective < PPC::DIR_PWR8) DarwinDirective = PPC::DIR_PWR8;
lib/Target/PowerPC/PPCHazardRecognizers.cpp
  165         Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9)
  226       Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 ||
lib/Target/PowerPC/PPCISelLowering.cpp
 1206   case PPC::DIR_PWR8:
14177   case PPC::DIR_PWR8:
15339     case PPC::DIR_PWR8:
lib/Target/PowerPC/PPCInstrInfo.cpp
  131   if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8)
  218     case PPC::DIR_PWR8:
  478   case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling model is ready */
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  654   if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 ||
  687   if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 ||