Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp902 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
936 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.cpp122 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
209 case PPC::DIR_PWR8: in getOperandLatency()
1254 …case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling mod… in insertNoop()
H A DPPCISelLowering.cpp1429 case PPC::DIR_PWR8: in PPCTargetLowering()
15945 case PPC::DIR_PWR8: in getPrefLoopAlignment()
17272 case PPC::DIR_PWR8: in combineMUL()