Searched refs:CPUDirective (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 25 def Directive440 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_440", "">; 26 def Directive601 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_601", "">; 27 def Directive602 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_602", "">; 28 def Directive603 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_603", "">; 29 def Directive604 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_603", "">; 30 def Directive620 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_603", "">; 31 def Directive7400: SubtargetFeature<"", "CPUDirective", "PPC::DIR_7400", "">; 32 def Directive750 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_750", "">; 33 def Directive970 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_970", "">; 34 def Directive32 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_32", "">; [all …]
|
| H A D | PPCSubtarget.h | 97 unsigned CPUDirective; variable 139 unsigned getCPUDirective() const { return CPUDirective; } in getCPUDirective()
|
| H A D | PPCSubtarget.cpp | 81 CPUDirective = PPC::DIR_NONE; in initializeEnvironment()
|
| H A D | PPCISelLowering.cpp | 1449 auto CPUDirective = Subtarget.getCPUDirective(); in PPCTargetLowering() local 1450 switch (CPUDirective) { in PPCTargetLowering() 1482 if (CPUDirective == PPC::DIR_E500mc || CPUDirective == PPC::DIR_E5500) { in PPCTargetLowering() 1489 } else if (CPUDirective == PPC::DIR_A2) { in PPCTargetLowering() 1503 if (CPUDirective == PPC::DIR_PWR_FUTURE && in PPCTargetLowering()
|