Home
last modified time | relevance | path

Searched refs:DIR_PWR8 (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp167 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9) in PreEmitNoops()
229 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR8 || in EmitNoop()
DPPCSubtarget.cpp174 case PPC::DIR_PWR8: in needsAggressiveScheduling()
DPPCSubtarget.h58 DIR_PWR8, enumerator
DPPCTargetTransformInfo.cpp271 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
DPPCInstrInfo.cpp97 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
184 case PPC::DIR_PWR8: in getOperandLatency()
430 …case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling mod… in insertNoop()
DPPC.td51 def DirectivePwr8: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_PWR8", "">;
DPPCISelLowering.cpp924 case PPC::DIR_PWR8: in PPCTargetLowering()
11287 case PPC::DIR_PWR8: in getPrefLoopAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp165 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9) in PreEmitNoops()
226 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 || in EmitNoop()
DPPCSubtarget.h58 DIR_PWR8, enumerator
DPPCTargetTransformInfo.cpp643 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
677 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
DPPC.td52 def DirectivePwr8: SubtargetFeature<"", "CPUDirective", "PPC::DIR_PWR8", "">;
DPPCInstrInfo.cpp131 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
218 case PPC::DIR_PWR8: in getOperandLatency()
478 …case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling mod… in insertNoop()
DPPCISelLowering.cpp1246 case PPC::DIR_PWR8: in PPCTargetLowering()
14493 case PPC::DIR_PWR8: in getPrefLoopAlignment()
15670 case PPC::DIR_PWR8: in combineMUL()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp165 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9) in PreEmitNoops()
226 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 || in EmitNoop()
DPPCSubtarget.h61 DIR_PWR8, enumerator
DPPCTargetTransformInfo.cpp852 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
886 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
DPPC.td52 def DirectivePwr8: SubtargetFeature<"", "CPUDirective", "PPC::DIR_PWR8", "">;
DPPCInstrInfo.cpp111 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8) in CreateTargetPostRAHazardRecognizer()
198 case PPC::DIR_PWR8: in getOperandLatency()
819 …case PPC::DIR_PWR8: Opcode = PPC::NOP_GT_PWR7; break; /* FIXME: Update when P8 InstrScheduling mod… in insertNoop()
DPPCISelLowering.cpp1336 case PPC::DIR_PWR8: in PPCTargetLowering()
15547 case PPC::DIR_PWR8: in getPrefLoopAlignment()
16787 case PPC::DIR_PWR8: in combineMUL()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc8146 if (Bits[PPC::DirectivePwr8] && CPUDirective < PPC::DIR_PWR8) CPUDirective = PPC::DIR_PWR8;