Searched refs:CPUDirective (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp64 CPUDirective = PPC::DIR_NONE;
195 return (CPUDirective == PPC::DIR_PWR9) && EnableMachinePipeliner;
H A DPPCSubtarget.h88 unsigned CPUDirective; member in class:llvm::PPCSubtarget
174 unsigned getDarwinDirective() const { return CPUDirective; }
178 unsigned getCPUDirective() const { return CPUDirective; }

Completed in 45 milliseconds