Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp193 if (ST->getDarwinDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
211 if (ST->getDarwinDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
261 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
DPPCSubtarget.cpp170 case PPC::DIR_A2: in needsAggressiveScheduling()
DPPCSubtarget.h48 DIR_A2, enumerator
DPPC.td37 def DirectiveA2 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_A2", "">;
DPPCInstrInfo.cpp78 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
101 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
DPPCISelLowering.cpp915 case PPC::DIR_A2: in PPCTargetLowering()
948 } else if (Subtarget.getDarwinDirective() == PPC::DIR_A2) { in PPCTargetLowering()
9511 case PPC::DIR_A2: in combineRepeatedFPDivisors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp539 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
565 if (ST->getCPUDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
666 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
DPPCSubtarget.h47 DIR_A2, enumerator
DPPC.td36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
DPPCInstrInfo.cpp112 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
135 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
DPPCISelLowering.cpp1236 case PPC::DIR_A2: in PPCTargetLowering()
1271 } else if (Subtarget.getCPUDirective() == PPC::DIR_A2) { in PPCTargetLowering()
12015 case PPC::DIR_A2: in combineRepeatedFPDivisors()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h50 DIR_A2, enumerator
DPPCTargetTransformInfo.cpp748 if (ST->getCPUDirective() == PPC::DIR_A2) { in getUnrollingPreferences()
775 if (ST->getCPUDirective() == PPC::DIR_A2) in enableAggressiveInterleaving()
874 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
DPPC.td36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
DPPCInstrInfo.cpp92 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer()
115 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
DPPCISelLowering.cpp1326 case PPC::DIR_A2: in PPCTargetLowering()
1362 } else if (Subtarget.getCPUDirective() == PPC::DIR_A2) { in PPCTargetLowering()
12858 case PPC::DIR_A2: in combineRepeatedFPDivisors()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc8135 if (Bits[PPC::DirectiveA2] && CPUDirective < PPC::DIR_A2) CPUDirective = PPC::DIR_A2;