Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h50 DIR_A2, enumerator
H A DPPCTargetTransformInfo.cpp791 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
818 if (ST->getCPUDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
919 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.cpp1378 case PPC::DIR_A2: in PPCTargetLowering()
1414 } else if (Subtarget.getCPUDirective() == PPC::DIR_A2) { in PPCTargetLowering()
12709 case PPC::DIR_A2: in combineRepeatedFPDivisors()