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

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.h 59 unsigned DarwinDirective;
97 unsigned getDarwinDirective() const { return DarwinDirective; }
PPCSubtarget.cpp 69 , DarwinDirective(PPC::DIR_NONE)
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 60 DarwinDirective = PPC::DIR_NONE;
185 return needsAggressiveScheduling(DarwinDirective);
203 if (needsAggressiveScheduling(DarwinDirective)) {
215 return needsAggressiveScheduling(DarwinDirective);
PPCSubtarget.h 87 unsigned DarwinDirective;
167 unsigned getDarwinDirective() const { return DarwinDirective; }

Completed in 330 milliseconds