reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8141 if (Bits[PPC::DirectivePwr7] && DarwinDirective < PPC::DIR_PWR7) DarwinDirective = PPC::DIR_PWR7; 8141 if (Bits[PPC::DirectivePwr7] && DarwinDirective < PPC::DIR_PWR7) DarwinDirective = PPC::DIR_PWR7;lib/Target/PowerPC/PPCHazardRecognizers.cpp
164 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || 225 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||lib/Target/PowerPC/PPCISelLowering.cpp
1205 case PPC::DIR_PWR7: 14176 case PPC::DIR_PWR7:lib/Target/PowerPC/PPCInstrInfo.cpp
131 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) 217 case PPC::DIR_PWR7: 477 case PPC::DIR_PWR7: Opcode = PPC::NOP_GT_PWR7; break;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 ||