Searched refs:DIR_A2 (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 193 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()
|
D | PPCSubtarget.cpp | 170 case PPC::DIR_A2: in needsAggressiveScheduling()
|
D | PPCSubtarget.h | 48 DIR_A2, enumerator
|
D | PPC.td | 37 def DirectiveA2 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_A2", "">;
|
D | PPCInstrInfo.cpp | 78 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer() 101 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
|
D | PPCISelLowering.cpp | 915 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/ |
D | PPCTargetTransformInfo.cpp | 539 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()
|
D | PPCSubtarget.h | 47 DIR_A2, enumerator
|
D | PPC.td | 36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
|
D | PPCInstrInfo.cpp | 112 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer() 135 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
|
D | PPCISelLowering.cpp | 1236 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/ |
D | PPCSubtarget.h | 50 DIR_A2, enumerator
|
D | PPCTargetTransformInfo.cpp | 748 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()
|
D | PPC.td | 36 def DirectiveA2 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_A2", "">;
|
D | PPCInstrInfo.cpp | 92 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 || in CreateTargetHazardRecognizer() 115 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 && in CreateTargetPostRAHazardRecognizer()
|
D | PPCISelLowering.cpp | 1326 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/ |
D | PPCGenSubtargetInfo.inc | 8135 if (Bits[PPC::DirectiveA2] && CPUDirective < PPC::DIR_A2) CPUDirective = PPC::DIR_A2;
|