Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp165 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9) in PreEmitNoops()
226 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 || in EmitNoop()
H A DPPCSubtarget.h61 DIR_PWR8, enumerator
H A DPPCTargetTransformInfo.cpp505 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
539 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
H A DPPC.td52 def DirectivePwr8: SubtargetFeature<"", "CPUDirective", "PPC::DIR_PWR8", "">;
H A DPPCInstrInfo.cpp124 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
210 case PPC::DIR_PWR8: in getOperandLatency()
1241 …case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling mod… in insertNoop()
H A DPPCISelLowering.cpp1469 case PPC::DIR_PWR8: in PPCTargetLowering()
16670 case PPC::DIR_PWR8: in getPrefLoopAlignment()
18049 case PPC::DIR_PWR8: in combineMUL()