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

References

gen/lib/Target/PowerPC/PPCGenSubtargetInfo.inc
 8131   if (Bits[PPC::DirectiveA2] && DarwinDirective < PPC::DIR_A2) DarwinDirective = PPC::DIR_A2;
 8131   if (Bits[PPC::DirectiveA2] && DarwinDirective < PPC::DIR_A2) DarwinDirective = PPC::DIR_A2;
lib/Target/PowerPC/PPCISelLowering.cpp
 1196   case PPC::DIR_A2:
 1230   } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) {
11699   case PPC::DIR_A2:
lib/Target/PowerPC/PPCInstrInfo.cpp
  112   if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 ||
  135   if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 &&
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  557   if (ST->getDarwinDirective() == PPC::DIR_A2) {
  583   if (ST->getDarwinDirective() == PPC::DIR_A2)
  677   if (Directive == PPC::DIR_A2)