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

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8133   if (Bits[PPC::DirectiveE500mc] && DarwinDirective < PPC::DIR_E500mc) DarwinDirective = PPC::DIR_E500mc;
 8133   if (Bits[PPC::DirectiveE500mc] && DarwinDirective < PPC::DIR_E500mc) DarwinDirective = PPC::DIR_E500mc;
lib/Target/PowerPC/PPCISelLowering.cpp
 1198   case PPC::DIR_E500mc:
 1222   if (Subtarget.getDarwinDirective() == PPC::DIR_E500mc ||
11701   case PPC::DIR_E500mc:
lib/Target/PowerPC/PPCInstrInfo.cpp
  113       Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) {
  136       Directive != PPC::DIR_E500mc && Directive != PPC::DIR_E5500) {
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  681   if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500)