Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp210 if (ST->getDarwinDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
236 if (ST->getDarwinDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
308 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
H A DPPCSubtarget.h48 DIR_A2, enumerator
H A DPPC.td37 def DirectiveA2 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_A2", "">;
H A DPPCInstrInfo.cpp114 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
137 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
H A DPPCISelLowering.cpp1143 case PPC::DIR_A2: in PPCTargetLowering()
1177 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) { in PPCTargetLowering()
11047 case PPC::DIR_A2: in combineRepeatedFPDivisors()