Home
last modified time | relevance | path

Searched refs:DIR_PWR7 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp165 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || in PreEmitNoops()
226 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || in EmitNoop()
DPPCSubtarget.h58 DIR_PWR7, enumerator
DPPCSubtarget.cpp249 case PPC::DIR_PWR7: in needsAggressiveScheduling()
DPPC.td48 def DirectivePwr7: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR7", "">;
DPPCInstrInfo.cpp93 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
148 case PPC::DIR_PWR7: in getOperandLatency()
326 case PPC::DIR_PWR7: Opcode = PPC::NOP_GT_PWR7; break; in insertNoop()