HomeSort by relevance Sort by last modified time
    Searched refs:DarwinDirective (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 116 DarwinDirective = PPC::DIR_NONE;
259 return needsAggressiveScheduling(DarwinDirective);
266 if (needsAggressiveScheduling(DarwinDirective)) {
278 return needsAggressiveScheduling(DarwinDirective);
PPCSubtarget.h 77 unsigned DarwinDirective;
142 unsigned getDarwinDirective() const { return DarwinDirective; }

Completed in 46 milliseconds