Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCSubtarget.h50 DIR_A2, enumerator
DPPCTargetTransformInfo.cpp405 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
432 if (ST->getCPUDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
529 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
DPPC.td36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
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()
DPPCISelLowering.cpp1428 case PPC::DIR_A2: in PPCTargetLowering()
1464 } else if (Subtarget.getCPUDirective() == PPC::DIR_A2) { in PPCTargetLowering()
13275 case PPC::DIR_A2: in combineRepeatedFPDivisors()