Searched refs:DIR_440 (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.cpp | 169 case PPC::DIR_440: in needsAggressiveScheduling()
|
D | PPCSubtarget.h | 41 DIR_440, enumerator
|
D | PPCTargetTransformInfo.cpp | 256 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
|
D | PPC.td | 26 def Directive440 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_440", "">;
|
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 | 9510 case PPC::DIR_440: in combineRepeatedFPDivisors()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 40 DIR_440, enumerator
|
D | PPCTargetTransformInfo.cpp | 661 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
|
D | PPC.td | 25 def Directive440 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_440", "">;
|
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 | 12014 case PPC::DIR_440: in combineRepeatedFPDivisors()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 43 DIR_440, enumerator
|
D | PPC.td | 25 def Directive440 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_440", "">;
|
D | PPCTargetTransformInfo.cpp | 869 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
|
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 | 12857 case PPC::DIR_440: in combineRepeatedFPDivisors()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenSubtargetInfo.inc | 8126 if (Bits[PPC::Directive440] && CPUDirective < PPC::DIR_440) CPUDirective = PPC::DIR_440;
|