Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp169 case PPC::DIR_440: in needsAggressiveScheduling()
DPPCSubtarget.h41 DIR_440, enumerator
DPPCTargetTransformInfo.cpp256 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
DPPC.td26 def Directive440 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_440", "">;
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.cpp9510 case PPC::DIR_440: in combineRepeatedFPDivisors()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h40 DIR_440, enumerator
DPPCTargetTransformInfo.cpp661 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
DPPC.td25 def Directive440 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_440", "">;
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.cpp12014 case PPC::DIR_440: in combineRepeatedFPDivisors()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h43 DIR_440, enumerator
DPPC.td25 def Directive440 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_440", "">;
DPPCTargetTransformInfo.cpp869 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
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.cpp12857 case PPC::DIR_440: in combineRepeatedFPDivisors()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc8126 if (Bits[PPC::Directive440] && CPUDirective < PPC::DIR_440) CPUDirective = PPC::DIR_440;