Home
last modified time | relevance | path

Searched refs:DarwinDirective (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPC.td26 def Directive601 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_601", "">;
27 def Directive602 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_602", "">;
28 def Directive603 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">;
29 def Directive604 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">;
30 def Directive620 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">;
31 def Directive7400: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_7400", "">;
32 def Directive750 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_750", "">;
33 def Directive970 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_970", "">;
34 def Directive32 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_32", "">;
35 def Directive64 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_64", "">;
DPPCSubtarget.h59 unsigned DarwinDirective; variable
97 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective()
DPPCSubtarget.cpp69 , DarwinDirective(PPC::DIR_NONE) in PPCSubtarget()
/external/llvm/lib/Target/PowerPC/
DPPC.td26 def Directive440 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_440", "">;
27 def Directive601 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_601", "">;
28 def Directive602 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_602", "">;
29 def Directive603 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">;
30 def Directive604 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">;
31 def Directive620 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_603", "">;
32 def Directive7400: SubtargetFeature<"", "DarwinDirective", "PPC::DIR_7400", "">;
33 def Directive750 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_750", "">;
34 def Directive970 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_970", "">;
35 def Directive32 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_32", "">;
[all …]
DPPCSubtarget.cpp60 DarwinDirective = PPC::DIR_NONE; in initializeEnvironment()
185 return needsAggressiveScheduling(DarwinDirective); in enableMachineScheduler()
203 if (needsAggressiveScheduling(DarwinDirective)) { in overrideSchedPolicy()
215 return needsAggressiveScheduling(DarwinDirective); in useAA()
DPPCSubtarget.h87 unsigned DarwinDirective; variable
167 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective()