Searched refs:DarwinDirective (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 26 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 …]
|
D | PPCSubtarget.cpp | 116 DarwinDirective = PPC::DIR_NONE; in initializeEnvironment() 259 return needsAggressiveScheduling(DarwinDirective); in enableMachineScheduler() 266 if (needsAggressiveScheduling(DarwinDirective)) { in overrideSchedPolicy() 278 return needsAggressiveScheduling(DarwinDirective); in useAA()
|
D | PPCSubtarget.h | 77 unsigned DarwinDirective; variable 142 unsigned getDarwinDirective() const { return DarwinDirective; } in getDarwinDirective()
|