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

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8143   if (Bits[PPC::DirectivePwr9] && DarwinDirective < PPC::DIR_PWR9) DarwinDirective = PPC::DIR_PWR9;
 8143   if (Bits[PPC::DirectivePwr9] && DarwinDirective < PPC::DIR_PWR9) DarwinDirective = PPC::DIR_PWR9;
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
 1207   case PPC::DIR_PWR9:
14178   case PPC::DIR_PWR9: {
15344     case PPC::DIR_PWR9:
lib/Target/PowerPC/PPCInstrInfo.cpp
  480   case PPC::DIR_PWR9: Opcode = PPC::NOP_GT_PWR7; break;
lib/Target/PowerPC/PPCSubtarget.cpp
  193   return (DarwinDirective == PPC::DIR_PWR9) && EnableMachinePipeliner;
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  655       Directive == PPC::DIR_PWR9)
  688       Directive == PPC::DIR_PWR9)