Home
last modified time | relevance | path

Searched refs:CPUDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td25 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", "">;
34 def Directive32 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_32", "">;
37 def DirectiveE500 : SubtargetFeature<"", "CPUDirective",
39 def DirectiveE500mc : SubtargetFeature<"", "CPUDirective",
41 def DirectiveE5500 : SubtargetFeature<"", "CPUDirective",
47 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_PWR5X", "">;
50 : SubtargetFeature<"", "CPUDirective", "PPC::DIR_PWR6X", "">;
[all …]
H A DPPCSubtarget.h91 unsigned CPUDirective; variable
195 unsigned getCPUDirective() const { return CPUDirective; } in getCPUDirective()
H A DPPCSubtarget.cpp72 CPUDirective = PPC::DIR_NONE; in initializeEnvironment()