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.cpp406 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
433 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.cpp103 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
126 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
H A DPPCISelLowering.cpp1453 case PPC::DIR_A2: in PPCTargetLowering()
1489 } else if (CPUDirective == PPC::DIR_A2) { in PPCTargetLowering()
14626 case PPC::DIR_A2: in combineRepeatedFPDivisors()