Home
last modified time | relevance | path

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

/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()
177 return needsAggressiveScheduling(DarwinDirective); in enableMachineScheduler()
197 if (needsAggressiveScheduling(DarwinDirective)) { in overrideSchedPolicy()
209 return needsAggressiveScheduling(DarwinDirective); in useAA()
DPPCSubtarget.h79 unsigned DarwinDirective; variable
155 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective()