Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h50 DIR_A2, enumerator
DPPCTargetTransformInfo.cpp794 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
821 if (ST->getCPUDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
922 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
DPPC.td36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
DPPCInstrInfo.cpp103 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
126 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
DPPCISelLowering.cpp1387 case PPC::DIR_A2: in PPCTargetLowering()
1423 } else if (Subtarget.getCPUDirective() == PPC::DIR_A2) { in PPCTargetLowering()
12764 case PPC::DIR_A2: in combineRepeatedFPDivisors()