Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp166 Directive == PPC::DIR_PWR8 ) in PreEmitNoops()
227 Directive == PPC::DIR_PWR8 || CurSlots == 6) { in EmitNoop()
DPPCSubtarget.h59 DIR_PWR8, enumerator
DPPCSubtarget.cpp250 case PPC::DIR_PWR8: in needsAggressiveScheduling()
DPPC.td49 def DirectivePwr8: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR8", "">;
DPPCInstrInfo.cpp93 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
149 case PPC::DIR_PWR8: in getOperandLatency()
327 …case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling mod… in insertNoop()