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

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8134   if (Bits[PPC::DirectiveE5500] && DarwinDirective < PPC::DIR_E5500) DarwinDirective = PPC::DIR_E5500;
 8134   if (Bits[PPC::DirectiveE5500] && DarwinDirective < PPC::DIR_E5500) DarwinDirective = PPC::DIR_E5500;
lib/Target/PowerPC/PPCISelLowering.cpp
 1199   case PPC::DIR_E5500:
 1223       Subtarget.getDarwinDirective() == PPC::DIR_E5500) {
11702   case PPC::DIR_E5500:
lib/Target/PowerPC/PPCInstrInfo.cpp
  113       Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) {
  136       Directive != PPC::DIR_E500mc && Directive != PPC::DIR_E5500) {
  211     case PPC::DIR_E5500:
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  681   if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500)