Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h50 DIR_A2, enumerator
H A DPPCTargetTransformInfo.cpp403 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
430 if (ST->getCPUDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
527 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
H A DPPC.td36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
H A DPPCInstrInfo.cpp105 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
128 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
H A DPPCISelLowering.cpp1459 case PPC::DIR_A2: in PPCTargetLowering()
1496 } else if (Subtarget.getCPUDirective() == PPC::DIR_A2) { in PPCTargetLowering()
13793 case PPC::DIR_A2: in combineRepeatedFPDivisors()