Searched refs:DarwinDirective (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCSubtarget.h59 unsigned DarwinDirective; member in class:llvm::PPCSubtarget
97 unsigned getDarwinDirective() const { return DarwinDirective; }
H A DPPCSubtarget.cpp69 , DarwinDirective(PPC::DIR_NONE)
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp60 DarwinDirective = PPC::DIR_NONE;
185 return needsAggressiveScheduling(DarwinDirective);
203 if (needsAggressiveScheduling(DarwinDirective)) {
215 return needsAggressiveScheduling(DarwinDirective);
H A DPPCSubtarget.h87 unsigned DarwinDirective; member in class:llvm::PPCSubtarget
167 unsigned getDarwinDirective() const { return DarwinDirective; }

Completed in 112 milliseconds